Skip to content

Commit

Permalink
Prepare for v2.6.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
  • Loading branch information
slok committed Mar 31, 2024
1 parent 5fae449 commit 0efabdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [unreleased]

## [2.6.0] - 2024-03-31

- Update Kubernetes libraries for 1.29.
- Update Go version to v1.22.

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

[unreleased]: https://github.com/spotahome/kooper/compare/v2.5.0...HEAD
[unreleased]: https://github.com/spotahome/kooper/compare/v2.6.0...HEAD
[2.6.0]: https://github.com/spotahome/kooper/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/spotahome/kooper/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/spotahome/kooper/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/spotahome/kooper/compare/v2.2.0...v2.3.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://github.com/spotahome/kooper/releases/latest)
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.28-green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white)
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.29-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 0efabdd

Please sign in to comment.