mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
Include backend changes and Bump v0.4.3 (#937)
This commit is contained in:
committed by
GitHub
parent
e8a4f50e89
commit
f2cb357ad7
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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,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" }]
|
||||
|
||||
Reference in New Issue
Block a user