Skip to content

Commit

Permalink
Bump v2.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Aug 31, 2024
1 parent 9004291 commit 391d6cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [unreleased]

## [2.7.0] - 2024-08-31

- Update Kubernetes libraries for 1.31.
- Update Go version to v1.23.

## [2.6.0] - 2024-03-31

- Update Kubernetes libraries for 1.29.
Expand Down Expand Up @@ -138,7 +143,8 @@ This release breaks controllers constructors to allow passing a metrics recorder
- sequential controller implementation.
- Dependencies managed by dep and vendored.

[unreleased]: https:/spotahome/kooper/compare/v2.6.0...HEAD
[unreleased]: https:/spotahome/kooper/compare/v2.7.0...HEAD
[2.7.0]: https:/spotahome/kooper/compare/v2.6.0...v2.7.0
[2.6.0]: https:/spotahome/kooper/compare/v2.5.0...v2.6.0
[2.5.0]: https:/spotahome/kooper/compare/v2.4.0...v2.5.0
[2.4.0]: https:/spotahome/kooper/compare/v2.3.0...v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/spotahome/kooper)](https://goreportcard.com/report/github.com/spotahome/kooper)
[![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/spotahome/kooper/master/LICENSE)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/spotahome/kooper)](https:/spotahome/kooper/releases/latest)
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.29-green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white)
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.31-green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white)

Kooper is a Go library to create simple and flexible Kubernetes [controllers]/operators, in a fast, decoupled and easy way.

Expand Down

0 comments on commit 391d6cc

Please sign in to comment.