From 51c6d36e07a3352c0fd7106dc6d869c0b0bd2aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 3 Jun 2026 13:53:20 +0200 Subject: [PATCH 1/2] chore: add changelog entries for 0.50.0 and 0.51.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461cd1f8..46ca097a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.51.0 + +- Update dependencies. Default kind version is bumped to 0.32.0. + +## v0.50.0 + +- Update dependencies +- Fix license handling + ## v0.49.0 - Continue dumping of resources anyways if errors happen in running `get all` From a0b056ee87d55c77711d48d1df2e1af1d68775b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 3 Jun 2026 13:55:54 +0200 Subject: [PATCH 2/2] chore: fix go version in e2e tests --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 00f31938..0778b82f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -232,7 +232,7 @@ jobs: if: steps.detect_if_should_run.outputs.result == 'true' uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: '^1.19' + go-version-file: go.mod - name: run e2e tests if: steps.detect_if_should_run.outputs.result == 'true'