Skip to content

Commit 56a8f85

Browse files
authored
Merge pull request #4624 from jmt-lab/twoliter/0.12.0
chore: bump to twoliter 0.12.0 and schema-version 2
2 parents 90c543c + 14ab192 commit 56a8f85

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Makefile.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}"
88
# For binary installation, this should be a released version (prefixed with a v,
99
# for example v0.1.0). For the git sourcecode installation method, this can be
1010
# any git rev, e.g. a tag, sha, or branch name.
11-
TWOLITER_VERSION = "v0.11.0"
12-
TWOLITER_SHA256_AARCH64 = "418f762baf1698472af697d40bc4877dd5fa0b033fda31250b3d38e02d72a289"
13-
TWOLITER_SHA256_X86_64 = "d5842179c445b5a64ee2f80d42b370b61f6272cdc1cb4a8c1b4b0fdffef22bec"
11+
TWOLITER_VERSION = "v0.12.0"
12+
TWOLITER_SHA256_AARCH64 = "7033bc61f60cb437232b534c07e14bc605cee94c194bba74afe401183496e031"
13+
TWOLITER_SHA256_X86_64 = "ad7fc2173fcea2d555e9c2bc9bc9641ad195626a02ab770e17591781eac0df6e"
1414

1515
# For binary installation, this is the GitHub repository that has binary release artifacts attached
1616
# to it, for example https://github.com/bottlerocket-os/twoliter. For git sourcecode installation,

Twoliter.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
schema-version = 1
1+
schema-version = 2
2+
project-vendor = "Bottlerocket"
23

34
[sdk]
45
name = "bottlerocket-sdk"

Twoliter.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
schema-version = 1
1+
schema-version = 2
22
release-version = "1.45.0"
3+
project-vendor = "Bottlerocket"
34

45
[vendor.bottlerocket]
56
registry = "public.ecr.aws/bottlerocket"

0 commit comments

Comments
 (0)