Skip to content

Commit

Permalink
Merge pull request #330 from invidian/release-v0.9.0
Browse files Browse the repository at this point in the history
Release v0.9.0
  • Loading branch information
invidian authored Sep 13, 2022
2 parents 9303859 + 5d22edd commit ef66150
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0] - 2022-09-13
### Changed
- Default Kubernetes version is now v1.25.0.
- Default etcd version is now v3.5.4.
- Default HAProxy version is now 2.6.5.
- Default Calico CNI version is now v3.24.1.
- Binaries are built using Go 1.19.

### Removed
- As part of Kubernetes v1.24 upgrade, support for PodSecurityPolicies has been removed.

## [0.8.0] - 2022-05-05
### Changed
- When `flexkube` binary is installed using `go install`, it will print version information
pulled from Go modules.
- Default Kubernetes version is now v1.24.0.
- Default etcd version is now v3.5.3
- Default etcd version is now v3.5.3.
- Default HAProxy version is now 2.5.6.
- Binaries are built using Go 1.18.

Expand Down Expand Up @@ -328,6 +339,7 @@ flaky cluster deployments (#84)
### Added
- Initial release

[0.9.0]: https://github.com/flexkube/libflexkube/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/flexkube/libflexkube/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/flexkube/libflexkube/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/flexkube/libflexkube/compare/v0.5.1...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion cli/flexkube/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
// Version is a version printed by the --version flag.
Version = "v0.9.0-unreleased"
Version = "v0.10.0-unreleased"

// YesFlag is a const for --yes flag.
YesFlag = "yes"
Expand Down

0 comments on commit ef66150

Please sign in to comment.