We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b5d7f commit 9ab05e7Copy full SHA for 9ab05e7
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
## Unreleased
4
5
+## v0.24.1
6
+
7
+- Golang dependencies for several Kubernetes libraries were updated to
8
+ the latest `v0.26.0` release (corresponds with Kubernetes `v1.26.0`release).
9
+ ([k8s@v1.26.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.26.0))
10
+- [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) is used as the only
11
+ YAML library.
12
+ [#463](https://github.com/Kong/kubernetes-testing-framework/pull/463)
13
14
## v0.24.0
15
16
- When available, calls to Github API, requesting the latest release from a repository
0 commit comments