Skip to content

Commit 3b713ee

Browse files
committed
Add CHANGELOG for testsys 0.0.9 release
1 parent 29bce25 commit 3b713ee

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/bottlerocket-os/bottlerocket-test-system/compare/v0.0.8...develop
9+
[Unreleased]: https://github.com/bottlerocket-os/bottlerocket-test-system/compare/v0.0.9...develop
10+
11+
## [0.0.9] - 2023-09-13
12+
13+
### Fixed
14+
15+
- Increase sonobuoy status check timeout to 15 mins and fix image used in retries ([#868])
16+
17+
### Added
18+
19+
- Add EKS service endpoint override in the EKS resource agent ([#860])
20+
- Set necessary environment variables to enable new K8s version cluster creation in metal and vsphere agents ([#866])
21+
- Add option for EKS-A release manifest url and fetch EKS-A binary at runtime in metal and vsphere agents ([#867])
22+
23+
### Changed
24+
25+
- Remove `eksctl` build workaround ([#844])
26+
- Remove `--force-cleanup` flag from eks-a invocation in metal and vsphere agents ([#851])
27+
- Restrict IMDS on nodes launched by testsys-launcher ([#852])
28+
- Build fixes and enhancements in the tools image ([#858])
29+
- Rust crate dependency updates ([#862])
30+
- Bump Bottlerocket SDK version to 0.34.1 ([#871])
31+
32+
[#844]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/844
33+
[#851]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/851
34+
[#852]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/852
35+
[#858]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/858
36+
[#860]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/860
37+
[#862]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/862
38+
[#866]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/866
39+
[#867]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/867
40+
[#868]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/868
41+
[#871]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/871
42+
43+
[0.0.9]: https://github.com/bottlerocket-os/bottlerocket-test-system/tree/v0.0.9
1044

1145
## [0.0.8] - 2023-06-12
1246

0 commit comments

Comments
 (0)