Skip to content

Commit

Permalink
initdata: Bump version to 0.1.1
Browse files Browse the repository at this point in the history
Trustee bumped to version 0.1.1 in
confidential-containers/trustee#445 ,
so update our initdata to match

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Sep 24, 2024
1 parent fdbc891 commit b6b9d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/test/e2e/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const WAIT_DEPLOYMENT_AVAILABLE_TIMEOUT = time.Second * 180
const DEFAULT_AUTH_SECRET = "auth-json-secret-default"

var testInitdata string = `algorithm = "sha384"
version = "0.1.0"
version = "0.1.1"
[data]
"aa.toml" = '''
Expand Down

0 comments on commit b6b9d31

Please sign in to comment.