Skip to content

Commit 391d6cc

Browse files
committed
Bump v2.7.0
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
1 parent 9004291 commit 391d6cc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [unreleased]
22

3+
## [2.7.0] - 2024-08-31
4+
5+
- Update Kubernetes libraries for 1.31.
6+
- Update Go version to v1.23.
7+
38
## [2.6.0] - 2024-03-31
49

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

141-
[unreleased]: https://github.com/spotahome/kooper/compare/v2.6.0...HEAD
146+
[unreleased]: https://github.com/spotahome/kooper/compare/v2.7.0...HEAD
147+
[2.7.0]: https://github.com/spotahome/kooper/compare/v2.6.0...v2.7.0
142148
[2.6.0]: https://github.com/spotahome/kooper/compare/v2.5.0...v2.6.0
143149
[2.5.0]: https://github.com/spotahome/kooper/compare/v2.4.0...v2.5.0
144150
[2.4.0]: https://github.com/spotahome/kooper/compare/v2.3.0...v2.4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Go Report Card](https://goreportcard.com/badge/github.com/spotahome/kooper)](https://goreportcard.com/report/github.com/spotahome/kooper)
55
[![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/spotahome/kooper/master/LICENSE)
66
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/spotahome/kooper)](https://github.com/spotahome/kooper/releases/latest)
7-
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.29-green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white)
7+
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.31-green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white)
88

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

0 commit comments

Comments
 (0)