File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.8.0] - 2022-05-05
9+ ### Changed
10+ - When ` flexkube ` binary is installed using ` go install ` , it will print version information
11+ pulled from Go modules.
12+ - Default Kubernetes version is now v1.24.0.
13+ - Default etcd version is now v3.5.3
14+ - Default HAProxy version is now 2.5.6.
15+ - Binaries are built using Go 1.18.
16+
17+ ### Removed
18+ - As part of Kubernetes v1.24 upgrade support for selecting network plugin in kubelet has been removed.
19+
820## [ 0.7.0] - 2021-09-02
921### Added
1022- Certificates and private keys in configs are now parsed as part of validation process.
@@ -316,6 +328,7 @@ flaky cluster deployments (#84)
316328### Added
317329- Initial release
318330
331+ [ 0.8.0 ] : https://github.com/flexkube/libflexkube/compare/v0.7.0...v0.8.0
319332[ 0.7.0 ] : https://github.com/flexkube/libflexkube/compare/v0.6.0...v0.7.0
320333[ 0.6.0 ] : https://github.com/flexkube/libflexkube/compare/v0.5.1...v0.6.0
321334[ 0.5.1 ] : https://github.com/flexkube/libflexkube/compare/v0.5.0...v0.5.1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313const (
1414 // Version is a version printed by the --version flag.
15- Version = "v0.8 .0-unreleased"
15+ Version = "v0.9 .0-unreleased"
1616
1717 // YesFlag is a const for --yes flag.
1818 YesFlag = "yes"
You can’t perform that action at this time.
0 commit comments