Skip to content

Commit

Permalink
testsys: update 0.0.13 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gthao313 committed Jul 30, 2024
1 parent 0aef0b7 commit 74cc5b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ name: Build
on:
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- 'tools/**'
- '.github/dependabot.yml'
- 'bottlerocket/tests/workload/**'
push:
paths-ignore:
- '**.md'
- 'docs/**'
- 'tools/**'
- '.github/dependabot.yml'
Expand Down
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

[Unreleased]: https://github.com/bottlerocket-os/bottlerocket-test-system/compare/v0.0.13...develop

## [0.0.13] - 2024-06-06
## [0.0.13] - 2024-07-31

### Added

- cluster: add function to download eks-a bundle file ([#895])
- vmware: add bundles-override argument to eks-a ([#895])
- metal: add bundles-override argument to eks-a ([#895])
- workload: support to use sonobuoy-image ([#900])
- sonobuoy: add progress report URL argument ([#901])
- ec2-karpenter-agent: improve cloudformation and nodepool templates ([#907])
- ec2-resource: extend ec2 resource destroy timeout time ([#911])

### Changed

- update karpenter agent version to 0.36.1 ([#898])
- update karpenter agent version to 0.37.0 ([#906])
- update testsys-launcher docu ([#912])
- update dependencies, tighten cargo-deny settings ([#915], [#919])

[#895]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/895
[#898]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/898
[#900]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/900
[#901]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/901
[#906]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/906
[#907]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/907
[#911]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/911
[#912]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/912
[#915]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/915
[#919]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/919

[0.0.13]: https://github.com/bottlerocket-os/bottlerocket-test-system/tree/v0.0.13

Expand Down

0 comments on commit 74cc5b1

Please sign in to comment.