Skip to content

Commit ef66150

Browse files
authored
Merge pull request #330 from invidian/release-v0.9.0
Release v0.9.0
2 parents 9303859 + 5d22edd commit ef66150

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,23 @@ 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.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
1122
pulled 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

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.9.0-unreleased"
15+
Version = "v0.10.0-unreleased"
1616

1717
// YesFlag is a const for --yes flag.
1818
YesFlag = "yes"

0 commit comments

Comments
 (0)