Skip to content

Commit 7df021b

Browse files
authored
chore(main): release 0.0.41 (#258)
1 parent 71e9a93 commit 7df021b

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.40"}
1+
{".":"0.0.41"}

CHANGELOG.md

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

3+
## [0.0.41](https://github.com/validator-labs/validator/compare/v0.0.40...v0.0.41) (2024-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/protocolbuffers/go to v1.34.1-20240205164452-95dfd137cb54.1 ([#226](https://github.com/validator-labs/validator/issues/226)) ([a56978b](https://github.com/validator-labs/validator/commit/a56978bce5ed3dc4fe0a7948968db55c87e39158))
9+
* **deps:** update module sigs.k8s.io/cluster-api to v1.7.2 ([#239](https://github.com/validator-labs/validator/issues/239)) ([7cf4e39](https://github.com/validator-labs/validator/commit/7cf4e39f0b39ad76e6b62e20f637f97f9c39e045))
10+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.2 ([#181](https://github.com/validator-labs/validator/issues/181)) ([748f08e](https://github.com/validator-labs/validator/commit/748f08e7b1dd5c34f3befb65e6e1e5f5f72d96fe))
11+
12+
13+
### Other
14+
15+
* bump vsphere plugin version in helm chart ([#259](https://github.com/validator-labs/validator/issues/259)) ([71e9a93](https://github.com/validator-labs/validator/commit/71e9a93f11683f711680df15c0aa94e57451ddf8))
16+
* **deps:** bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([#241](https://github.com/validator-labs/validator/issues/241)) ([0dd0f91](https://github.com/validator-labs/validator/commit/0dd0f913575150597370c8ecad84ef8e9424f220))
17+
* **deps:** update actions/checkout digest to 0ad4b8f ([#247](https://github.com/validator-labs/validator/issues/247)) ([a91696d](https://github.com/validator-labs/validator/commit/a91696da67b5b184924f0c66d528dd3afe5defe8))
18+
* **deps:** update actions/setup-python digest to 82c7e63 ([#246](https://github.com/validator-labs/validator/issues/246)) ([22ad332](https://github.com/validator-labs/validator/commit/22ad3320e5fb61fd3173d15e1c82bbb8ac971777))
19+
* **deps:** update azure/setup-helm digest to fe7b79c ([#227](https://github.com/validator-labs/validator/issues/227)) ([d6f94c8](https://github.com/validator-labs/validator/commit/d6f94c85ba2ce313f58b4e4d1a4ace3d1ecee1d3))
20+
* **deps:** update docker/build-push-action digest to 2cdde99 ([#228](https://github.com/validator-labs/validator/issues/228)) ([f3558fd](https://github.com/validator-labs/validator/commit/f3558fdfdd4dfb7338ee6773cccc1267a7f2be54))
21+
* **deps:** update google-github-actions/release-please-action digest to e4dc86b ([#234](https://github.com/validator-labs/validator/issues/234)) ([9af8d09](https://github.com/validator-labs/validator/commit/9af8d09afcfdd1ae1eed8f3b4e3bd3f857d41da8))
22+
* **deps:** update helm/kind-action action to v1.10.0 ([#209](https://github.com/validator-labs/validator/issues/209)) ([1beea2d](https://github.com/validator-labs/validator/commit/1beea2d6e0242db6822708dec58e0d9b47ae3fe5))
23+
* **deps:** update softprops/action-gh-release action to v2 ([#229](https://github.com/validator-labs/validator/issues/229)) ([c273c84](https://github.com/validator-labs/validator/commit/c273c844994f623fa3611e4f44b71cd1c5d40548))
24+
325
## [0.0.40](https://github.com/validator-labs/validator/compare/v0.0.39...v0.0.40) (2024-05-17)
426

527

chart/validator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: >-
44
Monitor results created by validator plugins and upload them to a configurable
55
sink
66
type: application
7-
version: 0.0.40
7+
version: 0.0.41
88
appVersion: 0.0.27

chart/validator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator chart and
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.40"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.41"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"512Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator
34-
tag: v0.0.40 # x-release-please-version
34+
tag: v0.0.41 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)