Skip to content

Commit 2d08b78

Browse files
committed
prepare for 0.0.8 release
1 parent 241adfb commit 2d08b78

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@ 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
10+
11+
## [0.0.8] - 2023-06-12
12+
13+
### Fixed
14+
15+
- controller: Add retry logic to controller if it's unable to find resources ([#816])
16+
- karpenter: Remove extra { and } from ConfigMap username ([#818])
17+
- Fix various typos and spelling errors ([#835])
18+
19+
### Changed
20+
21+
- doc: Add documentation for minimal iam permissions ([#775])
22+
- Add Testsys-launcher ([#823], [#824], [#826], [#831])
23+
- sonobuoy-test-agent: Add non-blocking-taints for control plane nodes ([#832])
24+
- Add hello-testsys workload test definition ([#834])
25+
26+
[#775]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/775
27+
[#816]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/816
28+
[#818]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/818
29+
[#823]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/823
30+
[#824]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/824
31+
[#826]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/826
32+
[#831]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/831
33+
[#832]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/832
34+
[#834]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/834
35+
[#835]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/835
36+
37+
[0.0.8]: https://github.com/bottlerocket-os/bottlerocket-test-system/tree/v0.0.8
38+
939
## [0.0.7] - 2023-03-03
1040

1141
### Fixed
@@ -29,7 +59,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2959
[#812]: https://github.com/bottlerocket-os/bottlerocket-test-system/pull/812
3060

3161
[0.0.7]: https://github.com/bottlerocket-os/bottlerocket-test-system/tree/v0.0.7
32-
[Unreleased]: https://github.com/bottlerocket-os/bottlerocket-test-system/compare/v0.0.7...develop
3362

3463
## [0.0.6] - 2023-03-03
3564

0 commit comments

Comments
 (0)