Skip to content

Commit fc304c4

Browse files
committed
chore(main): release 0.2.7
1 parent 7a105a4 commit fc304c4

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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

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

3+
## [0.2.7](https://github.com/validator-labs/validatorctl/compare/v0.2.6...v0.2.7) (2025-02-11)
4+
5+
6+
### Other
7+
8+
* bump to go1.23.6 ([#294](https://github.com/validator-labs/validatorctl/issues/294)) ([9b8d456](https://github.com/validator-labs/validatorctl/commit/9b8d45650ea576e1973fb3ff3ec2aaa6ea72fa21))
9+
* 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))
10+
11+
12+
### Dependency Updates
13+
14+
* **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))
15+
* **deps:** update actions/setup-go digest to f111f33 ([#293](https://github.com/validator-labs/validatorctl/issues/293)) ([8312583](https://github.com/validator-labs/validatorctl/commit/8312583396f55790362f94e986741868978d4277))
16+
* **deps:** update all non-major dependencies ([#275](https://github.com/validator-labs/validatorctl/issues/275)) ([ea6afc0](https://github.com/validator-labs/validatorctl/commit/ea6afc0d8ee3f8ab47a997ddc74b25b44b54c9a1))
17+
* **deps:** update all non-major dependencies ([#286](https://github.com/validator-labs/validatorctl/issues/286)) ([fceb531](https://github.com/validator-labs/validatorctl/commit/fceb531dc1a270f1411a80cd9b3afc6c520043d7))
18+
* **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))
19+
* **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))
20+
* **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))
21+
* **deps:** update golang.org/x/exp digest to 939b2ce ([#291](https://github.com/validator-labs/validatorctl/issues/291)) ([17bc170](https://github.com/validator-labs/validatorctl/commit/17bc170a76a176c040ec38aa3aa4f50949d87e82))
22+
* **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))
23+
* **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))
24+
* **deps:** update softprops/action-gh-release digest to c95fe14 ([#292](https://github.com/validator-labs/validatorctl/issues/292)) ([7a105a4](https://github.com/validator-labs/validatorctl/commit/7a105a4a5f367dabbe5ee122303e86efb458bbcf))
25+
326
## [0.2.6](https://github.com/validator-labs/validatorctl/compare/v0.2.5...v0.2.6) (2024-11-28)
427

528

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)