Skip to content

Commit c3d0a30

Browse files
committed
update changelog, up version
1 parent 3cc1889 commit c3d0a30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---
33

4+
## v0.25.0 (Oct 30, 2025)
5+
6+
* Update Kubernetes client from 1.29.15 to 1.30.14
7+
48
## v0.24.0 (Oct 29, 2025)
59

610
* Update Kubernetes client from 1.28.15 to 1.29.15

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.24.0
17+
VERSION := 0.25.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

0 commit comments

Comments
 (0)