From 1d52672354b92c4431ea8f0a0fb3377d32a603c9 Mon Sep 17 00:00:00 2001 From: Michael Burt Date: Thu, 23 Apr 2026 13:24:08 -0600 Subject: [PATCH 1/2] update changelog, up version --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8632c3..3f45d55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog --- +## v0.31.0 (Apr 23, 2026) + +* Replace unmaintained YAML dependencies with `sigs.k8s.io/yaml` and `go.yaml.in/yaml/v3` +* Bump `golang.org/x/crypto` from `0.42.0` to `0.45.0` +* Update Kind GitHub Action and install Kind directly in CI +* Bump `github.com/moby/spdystream` from `0.5.0` to `0.5.1` +* Update go-jsonnet to `0.22.0` + ## v0.30.0 (Nov 4, 2025) * Update go-jsonnet to 0.21.0 diff --git a/Makefile b/Makefile index 8faa5115..6075a433 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ include Makefile.tools -VERSION := 0.30.0 +VERSION := 0.31.0 SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev) GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//') FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -x 'internal/*' -x '.github/*' -t jsonnet -t json -t yaml From a6032a8fe2fcf26a2477d7ed799a390138476800 Mon Sep 17 00:00:00 2001 From: Michael Burt Date: Thu, 23 Apr 2026 14:01:06 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f45d55d..1aca67a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,24 +3,23 @@ Changelog ## v0.31.0 (Apr 23, 2026) +* Update `go-jsonnet` to `0.22.0` +* Bump `golang.org/x/crypto` & `github.com/moby/spdystream` * Replace unmaintained YAML dependencies with `sigs.k8s.io/yaml` and `go.yaml.in/yaml/v3` -* Bump `golang.org/x/crypto` from `0.42.0` to `0.45.0` -* Update Kind GitHub Action and install Kind directly in CI -* Bump `github.com/moby/spdystream` from `0.5.0` to `0.5.1` -* Update go-jsonnet to `0.22.0` +* Replace Kind GitHub Action with CI install ## v0.30.0 (Nov 4, 2025) -* Update go-jsonnet to 0.21.0 -* Bump k8s.io/kube-openapi & k8s.io/gengo +* Update `go-jsonnet` to `0.21.0` +* Bump `k8s.io/kube-openapi` & `k8s.io/gengo` ## v0.29.0 (Nov 4, 2025) -* Update Kubernetes client from 1.33.5 to 1.34.1 +* Update Kubernetes client from `1.33.5` to `1.34.1` ## v0.28.0 (Nov 4, 2025) -* Update Kubernetes client from 1.32.9 to 1.33.5 +* Update Kubernetes client from `1.32.9` to `1.33.5` ## v0.27.0 (Oct 30, 2025) @@ -32,45 +31,45 @@ Changelog ## v0.25.0 (Oct 30, 2025) -* Update Kubernetes client from 1.29.15 to 1.30.14 +* Update Kubernetes client from `1.29.15` to `1.30.14` ## v0.24.0 (Oct 29, 2025) -* Update Kubernetes client from 1.28.15 to 1.29.15 +* Update Kubernetes client from `1.28.15` to `1.29.15` ## v0.23.0 (Oct 29, 2025) -* Update Kubernetes client from 1.27.16 to 1.28.15 -* Bump protobuf dependency to v1.36.10 +* Update Kubernetes client from `1.27.16` to `1.28.15` +* Bump protobuf dependency to `v1.36.10` ## v0.22.0 (Oct 29, 2025) -* Update Kubernetes client from 1.26.15 to 1.27.16 +* Update Kubernetes client from `1.26.15` to `1.27.16` ## v0.21.0 (Oct 29, 2025) -* Update Kubernetes client from 1.25.16 to 1.26.15 +* Update Kubernetes client from `1.25.16` to `1.26.15` ## v0.20.0 (Oct 29, 2025) -* Update Kubernetes client from 1.24.17 to 1.25.16 -* Update various dependencies (spf13 & go-openapi among others) +* Update Kubernetes client from `1.24.17` to `1.25.16` +* Update various dependencies (`spf13` & `go-openapi` among others) ## v0.19.0 (Oct 29, 2025) -* Update Kubernetes client from 1.23.1 to 1.24.17 -* Update various dependencies (spf13 & go-openapi among others) +* Update Kubernetes client from `1.23.1` to `1.24.17` +* Update various dependencies (`spf13` & `go-openapi` among others) ## v0.18.0 (Oct 29, 2025) -* Update Go from 1.22 to 1.24 -* Bump golang.org/x/oauth2 to v0.27.0 -* Bump doubelstarbmatcuk/doublestar from v4.0.2 to v4.9.1 +* Update Go from `1.22` to `1.24` +* Bump `golang.org/x/oauth2` to `v0.27.0` +* Bump `doubelstarbmatcuk/doublestar` from `v4.0.2` to `v4.9.1` ## v0.17.0 (Oct 28, 2025) -* Update Go from 1.17 to 1.22 -* Update go-jsonnet from v0.18.0 to v0.20.0 & alter some Windows path parsing logic +* Update Go from `1.17` to `1.22` +* Update `go-jsonnet` from `v0.18.0` to `v0.20.0` & alter some Windows path parsing logic * Update various dependencies to address security vulnerabilities * Add license headers @@ -85,7 +84,7 @@ Changelog ## v0.16.1 (Nov 26, 2024) -* Fix typo in model.md: +* Fix typo in `model.md` * Fix Go Releaser build step ## v0.16.0 (Sep 6, 2024)