Skip to content

Commit

Permalink
chore(main): release 0.0.43 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Jun 21, 2024
1 parent fe0058a commit 1bf1b46
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.42"}
{".":"0.0.43"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.0.43](https://github.com/validator-labs/validator/compare/v0.0.42...v0.0.43) (2024-06-21)


### Bug Fixes

* **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))
* **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))
* **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))
* **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))
* **deps:** update module k8s.io/klog/v2 to v2.130.1 ([#301](https://github.com/validator-labs/validator/issues/301)) ([89611d8](https://github.com/validator-labs/validator/commit/89611d83111045d191772ada0df766f254780aad))
* **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))


### Other

* bump plugin versions and regenerate chart README ([#302](https://github.com/validator-labs/validator/issues/302)) ([fe0058a](https://github.com/validator-labs/validator/commit/fe0058a5913ac32b33f4078e43473f95feb53b2d))
* 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))

## [0.0.42](https://github.com/validator-labs/validator/compare/v0.0.41...v0.0.42) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: >-
Monitor results created by validator plugins and upload them to a configurable
sink
type: application
version: 0.0.42
version: 0.0.43
appVersion: 0.0.27
2 changes: 1 addition & 1 deletion chart/validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator chart and
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.42"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.43"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"512Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator
tag: v0.0.42 # x-release-please-version
tag: v0.0.43 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 1bf1b46

Please sign in to comment.