Skip to content

Commit

Permalink
Merge pull request #887 from ecpullen/changelog-tools
Browse files Browse the repository at this point in the history
tools: 0.8.0 changelog
  • Loading branch information
ecpullen authored Jan 30, 2024
2 parents 4fd11be + dd4c343 commit 08546f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TOP := $(dir $(firstword $(MAKEFILE_LIST)))
# Variables we update as newer versions are released
BOTTLEROCKET_SDK_VERSION = v0.37.0
BOTTLEROCKET_SDK_ARCH = $(TESTSYS_BUILD_HOST_UNAME_ARCH)
BOTTLEROCKET_TOOLS_VERSION ?= v0.7.0
BOTTLEROCKET_TOOLS_VERSION ?= v0.8.0

BUILDER_IMAGE = public.ecr.aws/bottlerocket/bottlerocket-sdk-$(BOTTLEROCKET_SDK_ARCH):$(BOTTLEROCKET_SDK_VERSION)
TOOLS_IMAGE ?= public.ecr.aws/bottlerocket-test-system/bottlerocket-test-tools:$(BOTTLEROCKET_TOOLS_VERSION)
Expand Down
6 changes: 6 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.8.0] - 2024-01-29

Update eksctl to 0.169.0
Update helm to 3.14.0
Update Bottlerocket SDK to 0.37.0

## [0.7.0] - 2023-09-13

Removed eksctl-anywhere
Expand Down

0 comments on commit 08546f1

Please sign in to comment.