Skip to content

Commit

Permalink
tools: update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Jul 29, 2024
1 parent bd77812 commit f2ee931
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TOP := $(dir $(firstword $(MAKEFILE_LIST)))
# Variables we update as newer versions are released
BOTTLEROCKET_SDK_VERSION = v0.42.0
BOTTLEROCKET_SDK_ARCH = $(TESTSYS_BUILD_HOST_UNAME_ARCH)
BOTTLEROCKET_TOOLS_VERSION ?= v0.8.0
BOTTLEROCKET_TOOLS_VERSION ?= v0.9.0

BUILDER_IMAGE = public.ecr.aws/bottlerocket/bottlerocket-sdk:$(BOTTLEROCKET_SDK_VERSION)
TOOLS_IMAGE ?= public.ecr.aws/bottlerocket-test-system/bottlerocket-test-tools:$(BOTTLEROCKET_TOOLS_VERSION)
Expand Down
9 changes: 9 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0
Since this project is only a vessel for packaging a few binary tools, its adherence to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) is loose at best.

## [0.9.0] - 2024-07-23

Update Bottlerocket SDK to 0.42.0
Update kubernetes to EKSD 1.27.35
Update eksctl to 0.187.0
Update helm to 3.15.3
Update aws-iam-authenticator to 0.6.21
Update sonobuoy to 0.57.1

## [0.8.0] - 2024-01-29

Update eksctl to 0.169.0
Expand Down

0 comments on commit f2ee931

Please sign in to comment.