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.8.0] - 2025-03-22
4+
5+ - Update Kubernetes libraries for 1.32.
6+ - Update Go version to v1.24.
7+
38## [ 2.7.0] - 2024-08-31
49
510- Update Kubernetes libraries for 1.31.
@@ -143,7 +148,8 @@ This release breaks controllers constructors to allow passing a metrics recorder
143148- sequential controller implementation.
144149- Dependencies managed by dep and vendored.
145150
146- [ unreleased ] : https://github.com/spotahome/kooper/compare/v2.7.0...HEAD
151+ [ unreleased ] : https://github.com/spotahome/kooper/compare/v2.8.0...HEAD
152+ [ 2.8.0 ] : https://github.com/spotahome/kooper/compare/v2.7.0...v2.8.0
147153[ 2.7.0 ] : https://github.com/spotahome/kooper/compare/v2.6.0...v2.7.0
148154[ 2.6.0 ] : https://github.com/spotahome/kooper/compare/v2.5.0...v2.6.0
149155[ 2.5.0 ] : https://github.com/spotahome/kooper/compare/v2.4.0...v2.5.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.31 -green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white )
7+ ![ Kubernetes release] ( https://img.shields.io/badge/Kubernetes-v1.32 -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