diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b04459..f148fd1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.3"} +{".":"0.1.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffe851..ef363f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Makefile b/Makefile index bd106e2..c9be20f 100644 --- a/Makefile +++ b/Makefile @@ -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