Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.0.41 #258

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.40"}
{".":"0.0.41"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.0.41](https://github.com/validator-labs/validator/compare/v0.0.40...v0.0.41) (2024-05-28)


### Bug Fixes

* **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))
* **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))
* **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))


### Other

* 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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))

## [0.0.40](https://github.com/validator-labs/validator/compare/v0.0.39...v0.0.40) (2024-05-17)


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.40
version: 0.0.41
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.40"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.41"` |
| `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.40 # x-release-please-version
tag: v0.0.41 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down
Loading