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,12 +5,23 @@ 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.9.0] - 2022-09-13
9+ ### Changed
10+ - Default Kubernetes version is now v1.25.0.
11+ - Default etcd version is now v3.5.4.
12+ - Default HAProxy version is now 2.6.5.
13+ - Default Calico CNI version is now v3.24.1.
14+ - Binaries are built using Go 1.19.
15+
16+ ### Removed
17+ - As part of Kubernetes v1.24 upgrade, support for PodSecurityPolicies has been removed.
18+
819## [ 0.8.0] - 2022-05-05
920### Changed
1021- When ` flexkube ` binary is installed using ` go install ` , it will print version information
1122pulled from Go modules.
1223- Default Kubernetes version is now v1.24.0.
13- - Default etcd version is now v3.5.3
24+ - Default etcd version is now v3.5.3.
1425- Default HAProxy version is now 2.5.6.
1526- Binaries are built using Go 1.18.
1627
@@ -328,6 +339,7 @@ flaky cluster deployments (#84)
328339### Added
329340- Initial release
330341
342+ [ 0.9.0 ] : https://github.com/flexkube/libflexkube/compare/v0.8.0...v0.9.0
331343[ 0.8.0 ] : https://github.com/flexkube/libflexkube/compare/v0.7.0...v0.8.0
332344[ 0.7.0 ] : https://github.com/flexkube/libflexkube/compare/v0.6.0...v0.7.0
333345[ 0.6.0 ] : https://github.com/flexkube/libflexkube/compare/v0.5.1...v0.6.0
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.9 .0-unreleased"
15+ Version = "v0.10 .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