File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.10.0] - 2023-08-28
9
+ ### Changed
10
+ - Default Kubernetes version is now v1.28.1.
11
+ - Default etcd version is now v3.5.9.
12
+ - Default HAProxy version is now 2.8.1.
13
+ - Default Calico CNI version is now v3.26.1.
14
+ - Binaries are built using Go 1.21.
15
+ - Kubelet now mounts /etc/machine-id from host.
16
+
17
+ ### Fixed
18
+ - Waiting for Nodes to become Ready is now working as expected.
19
+
8
20
## [ 0.9.0] - 2022-09-13
9
21
### Changed
10
22
- Default Kubernetes version is now v1.25.0.
@@ -339,6 +351,7 @@ flaky cluster deployments (#84)
339
351
### Added
340
352
- Initial release
341
353
354
+ [ 0.10.0 ] : https://github.com/flexkube/libflexkube/compare/v0.9.0...v0.10.0
342
355
[ 0.9.0 ] : https://github.com/flexkube/libflexkube/compare/v0.8.0...v0.9.0
343
356
[ 0.8.0 ] : https://github.com/flexkube/libflexkube/compare/v0.7.0...v0.8.0
344
357
[ 0.7.0 ] : https://github.com/flexkube/libflexkube/compare/v0.6.0...v0.7.0
You can’t perform that action at this time.
0 commit comments