File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TOP := $(dir $(firstword $(MAKEFILE_LIST)))
77# Variables we update as newer versions are released
88BOTTLEROCKET_SDK_VERSION = v0.26.0
99BOTTLEROCKET_SDK_ARCH = $(TESTSYS_BUILD_HOST_UNAME_ARCH )
10- BOTTLEROCKET_TOOLS_VERSION ?= v0.1 .0
10+ BOTTLEROCKET_TOOLS_VERSION ?= v0.2 .0
1111
1212BUILDER_IMAGE = public.ecr.aws/bottlerocket/bottlerocket-sdk-$(BOTTLEROCKET_SDK_ARCH ) :$(BOTTLEROCKET_SDK_VERSION )
1313TOOLS_IMAGE ?= public.ecr.aws/bottlerocket-test-system/bottlerocket-test-tools:$(BOTTLEROCKET_TOOLS_VERSION )
Original file line number Diff line number Diff line change @@ -6,16 +6,18 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0
66Since this project is only a vessel for packaging a few binary tools, its adherence to
77[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) is loose at best.
88
9- ## [ 0.2.0] - 2022-09-20
9+ ## [ 0.2.0] - 2022-10-24
1010
11- Update eksctl and sonobuoy.
11+ Update eksctl, sonobuoy, kubeadm
12+ Add kubectl, eksctl-anywhere
1213
1314### Contents
1415
1516- boringtun v0.4.0 was removed
1617- eksctl 0.112.0
17- - kubeadm v1.21.6
18+ - kubeadm v1.23.13
1819- sonobuoy v0.56.4
20+ - eksctl-anywhere 0.11.4-21
1921
2022## [ 0.1.0] - 2022-05-11
2123
You can’t perform that action at this time.
0 commit comments