We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4135ff8 commit cbb6aa7Copy full SHA for cbb6aa7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---
3
4
+## v0.26.0 (Oct 30, 2025)
5
+
6
+* Update Kubernetes client from 1.30.14 to 1.31.13
7
8
## v0.25.0 (Oct 30, 2025)
9
10
* Update Kubernetes client from 1.29.15 to 1.30.14
Makefile
@@ -14,7 +14,7 @@
14
15
include Makefile.tools
16
17
-VERSION := 0.25.0
+VERSION := 0.26.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