File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22---
33
4+ ## v0.30.0 (Nov 4, 2025)
5+
6+ * Update go-jsonnet to 0.21.0
7+ * Bump k8s.io/kube-openapi & k8s.io/gengo
8+
49## v0.29.0 (Nov 4, 2025)
510
611* Update Kubernetes client from 1.33.5 to 1.34.1
Original file line number Diff line number Diff line change 1414
1515include Makefile.tools
1616
17- VERSION := 0.29 .0
17+ VERSION := 0.30 .0
1818SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
1919GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
2020FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -x 'internal/*' -x '.github/*' -t jsonnet -t json -t yaml
Original file line number Diff line number Diff line change 3434 version = "dev"
3535 commit = "dev"
3636 goVersion = "unknown"
37- jsonnetVersion = "v0.20 .0" // update this when library dependency is upgraded
37+ jsonnetVersion = "v0.21 .0" // update this when library dependency is upgraded
3838 clientGoVersion = "kubernetes-1.34.1" // ditto when client go dep is upgraded
3939)
4040
You can’t perform that action at this time.
0 commit comments