Skip to content

Commit e3a5862

Browse files
authored
Merge pull request #388 from jmt-lab/jmt/cherry-pick-6.0.2
chore: prepare for release 6.0.2
2 parents 25cb455 + c457445 commit e3a5862

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v6.0.2 (2025-02-26)
2+
3+
## Build Changes
4+
* Update `twoliter` from 0.6.0 to 0.7.3 ([#382])
5+
6+
[#382]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/382
7+
18
# v6.0.1 (2025-02-14)
29

310
## OS Changes

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ TWOLITER_DIR := $(TOOLS_DIR)/twoliter
44
TWOLITER := $(TWOLITER_DIR)/twoliter
55
CARGO_HOME := $(TOP).cargo
66

7-
TWOLITER_VERSION ?= "0.6.0"
8-
TWOLITER_SHA256_AARCH64 ?= "73a961ff8b9e829b764a86e096b9c2630b452dadc2099f678d57b2146f6a18f9"
9-
TWOLITER_SHA256_X86_64 ?= "739c5ed0bbd9b0f50ca641964e03b1a92ae9b2c814b1c3463e22f54bc8968e35"
7+
TWOLITER_VERSION ?= "0.7.3"
8+
TWOLITER_SHA256_AARCH64 ?= "3dd7c651d01ef44c6e1835e377cd368c54f60a9f2ab1f66248bac65549685cf9"
9+
TWOLITER_SHA256_X86_64 ?= "c9913e46de794e5f682bcbed14997f1491273cbb82dc3a2865b5f50b6be3eb96"
1010
KIT ?= bottlerocket-core-kit
1111
UNAME_ARCH = $(shell uname -m)
1212
ARCH ?= $(UNAME_ARCH)

Twoliter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 1
2-
release-version = "6.0.1"
2+
release-version = "6.0.2"
33

44
[vendor.bottlerocket]
55
registry = "public.ecr.aws/bottlerocket"

0 commit comments

Comments
 (0)