From bcf9ceeed690029de7854f9f12e3d46eceb887e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 11:35:47 -0300 Subject: [PATCH] chore(main): release 0.6.1 (#44) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4208b5c..ac03171 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 934523d..18af95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/ssc-spc-ccoe-cei/gcp-tools/compare/0.6.0...0.6.1) (2023-05-31) + + +### Bug Fixes + +* skip dnsrecordset from kubeval validation ([#43](https://github.com/ssc-spc-ccoe-cei/gcp-tools/issues/43)) ([2729ae0](https://github.com/ssc-spc-ccoe-cei/gcp-tools/commit/2729ae015238f7523ce8fcd0e9f701ee16db644c)) + ## [0.6.0](https://github.com/ssc-spc-ccoe-cei/gcp-tools/compare/0.5.0...0.6.0) (2023-05-11)