diff --git a/CHANGELOG.md b/CHANGELOG.md index 9596f03d650..f0c2df954ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Twoliter * Update bottlerocket-core-kit to v2.3.5 ([#4156], [#4152], [#4143], [#4139]) +* Update Twoliter to v0.4.5 ([#4159]) ### Settings Extensions * Update bottlerocket-settings-models to v0.3.0 ([#4145]) @@ -24,6 +25,7 @@ [#4152]: https://github.com/bottlerocket-os/bottlerocket/pull/4152 [#4153]: https://github.com/bottlerocket-os/bottlerocket/pull/4153 [#4156]: https://github.com/bottlerocket-os/bottlerocket/pull/4156 +[#4159]: https://github.com/bottlerocket-os/bottlerocket/pull/4159 # v1.21.0 (2024-08-06) diff --git a/Makefile.toml b/Makefile.toml index 7dc3f6d5ffc..e549a8e9c3e 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -8,7 +8,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.4.4" +TWOLITER_VERSION = "v0.4.5" # 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,