File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
99Kooper is a Go library to create simple and flexible Kubernetes [ controllers] /operators, in a fast, decoupled and easy way.
1010
You can’t perform that action at this time.
0 commit comments