File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TOP := $(dir $(firstword $(MAKEFILE_LIST)))
7
7
# Variables we update as newer versions are released
8
8
BOTTLEROCKET_SDK_VERSION = v0.34.1
9
9
BOTTLEROCKET_SDK_ARCH = $(TESTSYS_BUILD_HOST_UNAME_ARCH )
10
- BOTTLEROCKET_TOOLS_VERSION ?= v0.6 .0
10
+ BOTTLEROCKET_TOOLS_VERSION ?= v0.7 .0
11
11
12
12
BUILDER_IMAGE = public.ecr.aws/bottlerocket/bottlerocket-sdk-$(BOTTLEROCKET_SDK_ARCH ) :$(BOTTLEROCKET_SDK_VERSION )
13
13
TOOLS_IMAGE ?= public.ecr.aws/bottlerocket-test-system/bottlerocket-test-tools:$(BOTTLEROCKET_TOOLS_VERSION )
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0
6
6
Since this project is only a vessel for packaging a few binary tools, its adherence to
7
7
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) is loose at best.
8
8
9
+ ## [ 0.7.0] - 2023-09-13
10
+
11
+ Removed eksctl-anywhere
12
+ Update Bottlerocket SDK used to build the tools iamge to v0.34.1
13
+
14
+ ### Contents
15
+
16
+ - eksctl 0.144.0
17
+ - sonobuoy v0.56.15
18
+
9
19
## [ 0.6.0] - 2023-06-12
10
20
11
21
Update eksctl, eksctl-anywhere, and sonobuoy
You can’t perform that action at this time.
0 commit comments