Skip to content

Commit 3735372

Browse files
committed
CHANGELOG.md: add changelog for v0.10.0
Signed-off-by: Mateusz Gozdek <[email protected]>
1 parent 7f7150a commit 3735372

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
820
## [0.9.0] - 2022-09-13
921
### Changed
1022
- Default Kubernetes version is now v1.25.0.
@@ -339,6 +351,7 @@ flaky cluster deployments (#84)
339351
### Added
340352
- Initial release
341353

354+
[0.10.0]: https://github.com/flexkube/libflexkube/compare/v0.9.0...v0.10.0
342355
[0.9.0]: https://github.com/flexkube/libflexkube/compare/v0.8.0...v0.9.0
343356
[0.8.0]: https://github.com/flexkube/libflexkube/compare/v0.7.0...v0.8.0
344357
[0.7.0]: https://github.com/flexkube/libflexkube/compare/v0.6.0...v0.7.0

0 commit comments

Comments
 (0)