Skip to content

Commit 1c7d200

Browse files
committed
update changelog, up version
1 parent 7cee885 commit 1c7d200

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
include Makefile.tools
1616

17-
VERSION := 0.29.0
17+
VERSION := 0.30.0
1818
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
1919
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
2020
FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -x 'internal/*' -x '.github/*' -t jsonnet -t json -t yaml

internal/commands/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
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

0 commit comments

Comments
 (0)