Skip to content

Commit

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


##
[0.1.4](v0.1.3...v0.1.4)
(2024-09-04)


### Bug Fixes

* filter vCenter local file privileges properly, skip KUBECONFIG check
when updating passwords in direct mode
([#207](#207))
([29f1db4](29f1db4))


### Dependency Updates

* **deps:** update module github.com/validator-labs/validator-plugin-oci
to v0.3.3
([#209](#209))
([e553967](e553967))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
TylerGillson authored Sep 4, 2024
1 parent e553967 commit a02f6ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.3"}
{".":"0.1.4"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.4](https://github.com/validator-labs/validatorctl/compare/v0.1.3...v0.1.4) (2024-09-04)


### Bug Fixes

* filter vCenter local file privileges properly, skip KUBECONFIG check when updating passwords in direct mode ([#207](https://github.com/validator-labs/validatorctl/issues/207)) ([29f1db4](https://github.com/validator-labs/validatorctl/commit/29f1db4bf95193b26db9702d7d5bab4e29ec30ae))


### Dependency Updates

* **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.3.3 ([#209](https://github.com/validator-labs/validatorctl/issues/209)) ([e553967](https://github.com/validator-labs/validatorctl/commit/e553967bb15da786e3404085d7c4b1277282c058))

## [0.1.3](https://github.com/validator-labs/validatorctl/compare/v0.1.2...v0.1.3) (2024-09-03)


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.1.3${VERSION_SUFFIX} # x-release-please-version
VERSION ?= 0.1.4${VERSION_SUFFIX} # x-release-please-version

##@ Build Targets

Expand Down

0 comments on commit a02f6ad

Please sign in to comment.