Skip to content

Commit b4e9565

Browse files
committed
update changelog, up version
1 parent 4ab0ac9 commit b4e9565

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.28.0 (Nov 4, 2025)
5+
6+
* Update Kubernetes client from 1.32.9 to 1.33.5
7+
48
## v0.27.0 (Oct 30, 2025)
59

610
* Update Kubernetes client from 1.31.13 to 1.32.9

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.27.0
17+
VERSION := 0.28.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)