We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc1889 commit c3d0a30Copy full SHA for c3d0a30
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---
3
4
+## v0.25.0 (Oct 30, 2025)
5
+
6
+* Update Kubernetes client from 1.29.15 to 1.30.14
7
8
## v0.24.0 (Oct 29, 2025)
9
10
* Update Kubernetes client from 1.28.15 to 1.29.15
Makefile
@@ -14,7 +14,7 @@
14
15
include Makefile.tools
16
17
-VERSION := 0.24.0
+VERSION := 0.25.0
18
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
19
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
20
FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -x 'internal/*' -x '.github/*' -t jsonnet -t json -t yaml
0 commit comments