From bece9363ea0ddbf1663a80c386b7cb2dd0eb7811 Mon Sep 17 00:00:00 2001 From: "Sean P. Kelly" Date: Thu, 22 Aug 2024 16:31:17 +0000 Subject: [PATCH 1/2] twoliter: bump to v0.4.5 --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From ca3606de546b8a4eff5f97c70efc8f009e19bea5 Mon Sep 17 00:00:00 2001 From: "Sean P. Kelly" Date: Thu, 22 Aug 2024 17:25:36 +0000 Subject: [PATCH 2/2] changelog: include twoliter bump in 1.21.1 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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)