Skip to content

Commit

Permalink
Build: Update twoliter to v0.1.0 & SDK to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhballal committed Apr 10, 2024
1 parent 0230d47 commit 1936984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}"
# For binary installation, this should be a released version (prefixed with a v,
# for example v0.1.0). For the git sourcecode installation method, this can be
# any git rev, e.g. a tag, sha, or branch name.
TWOLITER_VERSION = "v0.0.7"
TWOLITER_VERSION = "v0.1.0"

# For binary installation, this is the GitHub repository that has binary release artifacts attached
# to it, for example https://github.com/bottlerocket-os/twoliter. For git sourcecode installation,
Expand Down
9 changes: 2 additions & 7 deletions Twoliter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@ release-version = "1.20.0"

[sdk]
registry = "public.ecr.aws/bottlerocket"
name = "bottlerocket-sdk"
version = "v0.37.0"

[toolchain]
registry = "public.ecr.aws/bottlerocket"
name = "bottlerocket-toolchain"
version = "v0.37.0"
repo = "bottlerocket-sdk"
tag = "v0.40.0"

0 comments on commit 1936984

Please sign in to comment.