diff --git a/Cargo.lock b/Cargo.lock index a3e6ac97..2bfec88d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "openflows" -version = "1.1.6" +version = "1.1.8" dependencies = [ "agent-forge", "agent-lore", diff --git a/binary/Cargo.toml b/binary/Cargo.toml index 28ef6d62..4eab2484 100644 --- a/binary/Cargo.toml +++ b/binary/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openflows" -version = "1.1.6" +version = "1.1.8" edition = "2021" license = "MIT" diff --git a/crates/coder-client/templates/openflows-forge/main.tf b/crates/coder-client/templates/openflows-forge/main.tf index b67ad592..efb8d2ac 100644 --- a/crates/coder-client/templates/openflows-forge/main.tf +++ b/crates/coder-client/templates/openflows-forge/main.tf @@ -16,7 +16,7 @@ variable "dev_binary_host_path" { variable "harness_version" { type = string - default = "1.1.6" + default = "1.1.8" description = "openflows-harness binary version to download" } diff --git a/crates/coder-client/templates/openflows-lore/main.tf b/crates/coder-client/templates/openflows-lore/main.tf index 20a3d456..1ab0d710 100644 --- a/crates/coder-client/templates/openflows-lore/main.tf +++ b/crates/coder-client/templates/openflows-lore/main.tf @@ -42,7 +42,7 @@ variable "coder_url" { variable "harness_version" { type = string - default = "1.1.6" + default = "1.1.8" description = "openflows-harness binary version to download" } diff --git a/crates/coder-client/templates/openflows-sentinel/main.tf b/crates/coder-client/templates/openflows-sentinel/main.tf index cdd5e1ce..bc73f79f 100644 --- a/crates/coder-client/templates/openflows-sentinel/main.tf +++ b/crates/coder-client/templates/openflows-sentinel/main.tf @@ -42,7 +42,7 @@ variable "coder_url" { variable "harness_version" { type = string - default = "1.1.6" + default = "1.1.8" description = "openflows-harness binary version to download" } diff --git a/crates/coder-client/templates/openflows-vessel/main.tf b/crates/coder-client/templates/openflows-vessel/main.tf index c5ec8dd6..77ce5591 100644 --- a/crates/coder-client/templates/openflows-vessel/main.tf +++ b/crates/coder-client/templates/openflows-vessel/main.tf @@ -36,7 +36,7 @@ variable "tenant" { variable "harness_version" { type = string - default = "1.1.6" + default = "1.1.8" description = "openflows-harness binary version to download" }