Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 27 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
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`
* 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)

Expand All @@ -24,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

Expand All @@ -77,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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading