Skip to content

Commit da784dc

Browse files
committed
chore(main): release 0.2.7
1 parent 20c7258 commit da784dc

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.6"}
1+
{".":"0.2.7"}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.7](https://github.com/validator-labs/validatorctl/compare/v0.2.6...v0.2.7) (2024-12-18)
4+
5+
6+
### Other
7+
8+
* 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))
9+
10+
11+
### Dependency Updates
12+
13+
* **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))
14+
* **deps:** update all non-major dependencies ([#275](https://github.com/validator-labs/validatorctl/issues/275)) ([ea6afc0](https://github.com/validator-labs/validatorctl/commit/ea6afc0d8ee3f8ab47a997ddc74b25b44b54c9a1))
15+
* **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))
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **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))
20+
321
## [0.2.6](https://github.com/validator-labs/validatorctl/compare/v0.2.5...v0.2.6) (2024-11-28)
422

523

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include build/makelib/common.mk
22

33
# CLI version
44
VERSION_SUFFIX ?= -dev
5-
VERSION ?= 0.2.6${VERSION_SUFFIX} # x-release-please-version
5+
VERSION ?= 0.2.7${VERSION_SUFFIX} # x-release-please-version
66

77
##@ Build Targets
88

0 commit comments

Comments
 (0)