From 8552988d740239ad3249124fb5176feb1bcd2572 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 12 Sep 2024 08:33:50 -0600 Subject: [PATCH] chore(main): release 0.2.1 (#226) :robot: I have created a release *beep* *boop* --- ## [0.2.1](https://github.com/validator-labs/validatorctl/compare/v0.2.0...v0.2.1) (2024-09-11) ### Features * support for Azure quota rule ([#224](https://github.com/validator-labs/validatorctl/issues/224)) ([8e61091](https://github.com/validator-labs/validatorctl/commit/8e610917cf6ed0b550e930dc77b44693312af46f)) ### Bug Fixes * ignore nil errors in validationResponseOk ([#227](https://github.com/validator-labs/validatorctl/issues/227)) ([26544e2](https://github.com/validator-labs/validatorctl/commit/26544e204454d44fd0aa787a394d974f2d5d54f3)) ### Refactoring * split ConfigureOrCheckCommand into multiple functions ([#222](https://github.com/validator-labs/validatorctl/issues/222)) ([466413a](https://github.com/validator-labs/validatorctl/commit/466413a161f7ecd17d7301bc990ab6bc03c7f459)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: Tyler Gillson --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ Makefile | 2 +- pkg/config/versions.go | 2 +- .../validatorctl/testcases/data/validator.yaml | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..57e0617 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 586dce8..4fc7eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.1](https://github.com/validator-labs/validatorctl/compare/v0.2.0...v0.2.1) (2024-09-11) + + +### Features + +* support for Azure quota rule ([#224](https://github.com/validator-labs/validatorctl/issues/224)) ([8e61091](https://github.com/validator-labs/validatorctl/commit/8e610917cf6ed0b550e930dc77b44693312af46f)) + + +### Bug Fixes + +* ignore nil errors in validationResponseOk ([#227](https://github.com/validator-labs/validatorctl/issues/227)) ([26544e2](https://github.com/validator-labs/validatorctl/commit/26544e204454d44fd0aa787a394d974f2d5d54f3)) + + +### Refactoring + +* split ConfigureOrCheckCommand into multiple functions ([#222](https://github.com/validator-labs/validatorctl/issues/222)) ([466413a](https://github.com/validator-labs/validatorctl/commit/466413a161f7ecd17d7301bc990ab6bc03c7f459)) + ## [0.2.0](https://github.com/validator-labs/validatorctl/compare/v0.1.4...v0.2.0) (2024-09-11) diff --git a/Makefile b/Makefile index 20273bb..4d28a29 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include build/makelib/common.mk # CLI version VERSION_SUFFIX ?= -dev -VERSION ?= 0.2.0${VERSION_SUFFIX} # x-release-please-version +VERSION ?= 0.2.1${VERSION_SUFFIX} # x-release-please-version ##@ Build Targets diff --git a/pkg/config/versions.go b/pkg/config/versions.go index 089778f..7b8823c 100644 --- a/pkg/config/versions.go +++ b/pkg/config/versions.go @@ -8,5 +8,5 @@ var ValidatorChartVersions = map[string]string{ ValidatorPluginMaas: "v0.0.12", ValidatorPluginNetwork: "v0.1.0", ValidatorPluginOci: "v0.3.3", - ValidatorPluginVsphere: "v0.1.2", + ValidatorPluginVsphere: "v0.1.3", } diff --git a/tests/integration/validatorctl/testcases/data/validator.yaml b/tests/integration/validatorctl/testcases/data/validator.yaml index e096d85..a76e428 100644 --- a/tests/integration/validatorctl/testcases/data/validator.yaml +++ b/tests/integration/validatorctl/testcases/data/validator.yaml @@ -232,7 +232,7 @@ vspherePlugin: chart: name: validator-plugin-vsphere repository: validator-plugin-vsphere - version: v0.1.2 + version: v0.1.3 values: "" validator: auth: