Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#226)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.1](v0.2.0...v0.2.1)
(2024-09-11)


### Features

* support for Azure quota rule
([#224](#224))
([8e61091](8e61091))


### Bug Fixes

* ignore nil errors in validationResponseOk
([#227](#227))
([26544e2](26544e2))


### Refactoring

* split ConfigureOrCheckCommand into multiple functions
([#222](#222))
([466413a](466413a))

---
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 <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson authored Sep 12, 2024
1 parent 26544e2 commit 8552988
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkg/config/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8552988

Please sign in to comment.