Skip to content

Commit 2a999cf

Browse files
authored
Merge pull request #618 from etungsten/tools-0.2.0
tools: prepare tools-v0.2.0
2 parents 9333a70 + b476f1c commit 2a999cf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TOP := $(dir $(firstword $(MAKEFILE_LIST)))
77
# Variables we update as newer versions are released
88
BOTTLEROCKET_SDK_VERSION = v0.26.0
99
BOTTLEROCKET_SDK_ARCH = $(TESTSYS_BUILD_HOST_UNAME_ARCH)
10-
BOTTLEROCKET_TOOLS_VERSION ?= v0.1.0
10+
BOTTLEROCKET_TOOLS_VERSION ?= v0.2.0
1111

1212
BUILDER_IMAGE = public.ecr.aws/bottlerocket/bottlerocket-sdk-$(BOTTLEROCKET_SDK_ARCH):$(BOTTLEROCKET_SDK_VERSION)
1313
TOOLS_IMAGE ?= public.ecr.aws/bottlerocket-test-system/bottlerocket-test-tools:$(BOTTLEROCKET_TOOLS_VERSION)

tools/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0
66
Since 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

0 commit comments

Comments
 (0)