Skip to content

Commit

Permalink
chore(main): release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Dec 18, 2024
1 parent 20c7258 commit da784dc
Show file tree
Hide file tree
Showing 3 changed files with 20 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.2.6"}
{".":"0.2.7"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.7](https://github.com/validator-labs/validatorctl/compare/v0.2.6...v0.2.7) (2024-12-18)


### Other

* update chart values to remove kube-rbac-proxy ([#280](https://github.com/validator-labs/validatorctl/issues/280)) ([821ed30](https://github.com/validator-labs/validatorctl/commit/821ed303f05c3ca601a644de7bb3b82a04fcab58))


### Dependency Updates

* **deps:** update actions/setup-go digest to 3041bf5 ([#279](https://github.com/validator-labs/validatorctl/issues/279)) ([4f41b5d](https://github.com/validator-labs/validatorctl/commit/4f41b5dba0bd0bd2f9d1b9b324970698c8c23cce))
* **deps:** update all non-major dependencies ([#275](https://github.com/validator-labs/validatorctl/issues/275)) ([ea6afc0](https://github.com/validator-labs/validatorctl/commit/ea6afc0d8ee3f8ab47a997ddc74b25b44b54c9a1))
* **deps:** update anchore/sbom-action action to v0.17.9 ([#284](https://github.com/validator-labs/validatorctl/issues/284)) ([81ecf32](https://github.com/validator-labs/validatorctl/commit/81ecf32c9d844fcc62f20689cf78ff07e535f880))
* **deps:** update golang.org/x/exp digest to 1829a12 ([#277](https://github.com/validator-labs/validatorctl/issues/277)) ([1e91773](https://github.com/validator-labs/validatorctl/commit/1e91773e20a153195dc1ce1ab4da537a6ae71e97))
* **deps:** update golang.org/x/exp digest to 4a55095 ([#285](https://github.com/validator-labs/validatorctl/issues/285)) ([2564ce0](https://github.com/validator-labs/validatorctl/commit/2564ce08b9b63b203d9c28f728c7efdb6a7040a5))
* **deps:** update golang.org/x/exp digest to b2144cd ([#287](https://github.com/validator-labs/validatorctl/issues/287)) ([20c7258](https://github.com/validator-labs/validatorctl/commit/20c72580e4d8190e6948017f2f8ca33eede2f8de))
* **deps:** update module github.com/vmware/govmomi to v0.46.3 ([#283](https://github.com/validator-labs/validatorctl/issues/283)) ([1ebc52c](https://github.com/validator-labs/validatorctl/commit/1ebc52c58759d63e7be4b7cfd79f68cf020ec25d))

## [0.2.6](https://github.com/validator-labs/validatorctl/compare/v0.2.5...v0.2.6) (2024-11-28)


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

##@ Build Targets

Expand Down

0 comments on commit da784dc

Please sign in to comment.