Skip to content

Commit 6ac62f5

Browse files
committed
chore(main): release 0.0.43
1 parent 86457a3 commit 6ac62f5

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.42"}
1+
{".":"0.0.43"}

CHANGELOG.md

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

3+
## [0.0.43](https://github.com/validator-labs/validator/compare/v0.0.42...v0.0.43) (2024-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update golang.org/x/exp digest to 7f521ea ([#292](https://github.com/validator-labs/validator/issues/292)) ([6105c07](https://github.com/validator-labs/validator/commit/6105c072e37dfae5dc30172c439a6e3d816bba6b))
9+
* **deps:** update kubernetes packages to v0.30.2 ([#291](https://github.com/validator-labs/validator/issues/291)) ([25e6ba7](https://github.com/validator-labs/validator/commit/25e6ba73ef59f144882a94262ad80f6eb7dab2a1))
10+
* **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/protocolbuffers/go to v1.34.2-20240205164452-95dfd137cb54.2 ([#290](https://github.com/validator-labs/validator/issues/290)) ([ed5b4ee](https://github.com/validator-labs/validator/commit/ed5b4ee083df20b4fced0d5de026dbfc7e8a899b))
11+
* **deps:** update module k8s.io/klog/v2 to v2.130.0 ([#293](https://github.com/validator-labs/validator/issues/293)) ([86457a3](https://github.com/validator-labs/validator/commit/86457a3b47efbf05bb6380589b45c35e62fe70fa))
12+
* **deps:** update module sigs.k8s.io/cluster-api to v1.7.3 ([#288](https://github.com/validator-labs/validator/issues/288)) ([aab6436](https://github.com/validator-labs/validator/commit/aab6436e146026820a90c652509a65dca2c35e8e))
13+
14+
15+
### Other
16+
17+
* bump vsphere plugin version to 0.0.23 ([#286](https://github.com/validator-labs/validator/issues/286)) ([3e9c252](https://github.com/validator-labs/validator/commit/3e9c2520d9cf7148b47e130f4273bba19d291dad))
18+
319
## [0.0.42](https://github.com/validator-labs/validator/compare/v0.0.41...v0.0.42) (2024-06-07)
420

521

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.42
7+
version: 0.0.43
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.42"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.43"` |
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.42 # x-release-please-version
34+
tag: v0.0.43 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)