Skip to content

Commit 323c462

Browse files
authored
Merge pull request #305 from invidian/updates
Release v0.8.0
2 parents 90483fd + c9b8088 commit 323c462

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

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.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

cli/flexkube/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
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"

0 commit comments

Comments
 (0)