Include backend changes and Bump v0.4.3 (#937)

This commit is contained in:
Riccardo Schirone
2025-06-25 15:27:04 +02:00
committed by GitHub
parent e8a4f50e89
commit f2cb357ad7
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
terraform {
backend "azurerm" {
resource_group_name = "tfstate-rg"
storage_account_name = "tfstateserviceact" # "tfstateserviceactprod"
resource_group_name = "example-tfstate-rg"
storage_account_name = "tffinalacc"
container_name = "tfstate"
key = "terraform.tfstate"
}
+5 -5
View File
@@ -4,15 +4,15 @@ global:
ossFuzzContainerOrg: "${FUZZ_TOOLING_CONTAINER_ORG}"
logMaxLineLength: 10240
orchestratorImage:
tag: "v0.4.2"
tag: "v0.4.3"
fuzzerImage:
tag: "v0.4.2"
tag: "v0.4.3"
seedGenImage:
tag: "v0.4.2"
tag: "v0.4.3"
patcherImage:
tag: "v0.4.2"
tag: "v0.4.3"
programModelImage:
tag: "v0.4.2"
tag: "v0.4.3"
langfuse:
enabled: ${LANGFUSE_ENABLED}
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "orchestrator"
version = "0.4.2"
version = "0.4.3"
description = "Buttercup orchestrator"
readme = "README.md"
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]