Skip to content

Commit

Permalink
tools: update to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zongzhidanielhu committed Jan 30, 2025
1 parent 05e2ca6 commit 290dd06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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.50.1
BOTTLEROCKET_SDK_ARCH = $(TESTSYS_BUILD_HOST_UNAME_ARCH)
BOTTLEROCKET_TOOLS_VERSION ?= v0.9.0
BOTTLEROCKET_TOOLS_VERSION ?= v0.10.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
10 changes: 8 additions & 2 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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.10.0] - 2025-01-30

Update Bottlerocket SDK to 0.50.1
Update eksctl to 0.202.0

## [0.9.0] - 2024-07-23

Update Bottlerocket SDK to 0.42.0
Expand Down Expand Up @@ -80,7 +85,7 @@ Update eksctl, eksctl-anywhere
## [0.2.1] - 2022-11-01

Update bottlerocket sdk to v0.28.0

## [0.2.0] - 2022-10-24

Update eksctl, sonobuoy, kubeadm
Expand All @@ -105,7 +110,8 @@ Initial version, x86_64-only for now.
- kubeadm v1.21.6
- sonobuoy v0.53.2

<!-- example comparison for future releases
<!-- example comparison for future releases
[0.2.0]: https://github.com/bottlerocket-os/bottlerocket-test-system/compare/tools-v0.1.0...tools-v0.2.0 -->

[0.2.0]: https://github.com/bottlerocket-os/bottlerocket-test-system/compare/tools-v0.1.0...tools-v0.2.0
[0.1.0]: https://github.com/bottlerocket-os/bottlerocket-test-system/tree/tools-v0.1.0

0 comments on commit 290dd06

Please sign in to comment.