From fb40daf53a894a2d1b41538bbff181848dc4acee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 25 May 2023 15:40:40 +0200 Subject: [PATCH] chore: fix changelog and release v0.31.0 (#684) --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68a5de0..c102e9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,14 @@ # Changelog -## v0.33.0 +## v0.31.0 - Allow passing config for Kind clusters with io.Reader - introduce method `WithConfigReader(cfg io.Reader)` [#683](https://github.com/Kong/kubernetes-testing-framework/pull/683) - -## v0.32.0 - - Migrate from github.com/jetstack/cert-manager to github.com/cert-manager/cert-manager [#669](https://github.com/Kong/kubernetes-testing-framework/pull/669) - Allow setting stdin, stdout, stderr in `retry.Command` [#676](https://github.com/Kong/kubernetes-testing-framework/pull/676) - -## v0.31.0 - - Convert dumpDiag to use kind export logs [#591](https://github.com/Kong/kubernetes-testing-framework/pull/591) - Switch from `CoreV1 Endpoints` to `DiscoveryV1 EndpointSlice`