@@ -6,7 +6,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
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
10
44
11
45
## [ 0.0.8] - 2023-06-12
12
46
0 commit comments