Skip to content

Commit be5fe84

Browse files
authored
Merge pull request #184 from spotahome/slok/k129
Prepare for v2.6.0 release
2 parents ac3d4eb + 0efabdd commit be5fe84

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## [2.6.0] - 2024-03-31
4+
35
- Update Kubernetes libraries for 1.29.
46
- Update Go version to v1.22.
57

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

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