Skip to content

Commit 500b115

Browse files
committed
tools: v0.7.0 release
1 parent 3b713ee commit 500b115

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.34.1
99
BOTTLEROCKET_SDK_ARCH = $(TESTSYS_BUILD_HOST_UNAME_ARCH)
10-
BOTTLEROCKET_TOOLS_VERSION ?= v0.6.0
10+
BOTTLEROCKET_TOOLS_VERSION ?= v0.7.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.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+
919
## [0.6.0] - 2023-06-12
1020

1121
Update eksctl, eksctl-anywhere, and sonobuoy

0 commit comments

Comments
 (0)