File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ TWOLITER_DIR := $(TOOLS_DIR)/twoliter
44TWOLITER := $(TWOLITER_DIR ) /twoliter
55CARGO_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 "
1010KIT ?= bottlerocket-core-kit
1111UNAME_ARCH = $(shell uname -m)
1212ARCH ?= $(UNAME_ARCH )
Original file line number Diff line number Diff line change 11schema-version = 1
2- release-version = " 6.0.1 "
2+ release-version = " 6.0.2 "
33
44[vendor .bottlerocket ]
55registry = " public.ecr.aws/bottlerocket"
You can’t perform that action at this time.
0 commit comments