Skip to content

Commit

Permalink
chore(main): release 0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Jul 11, 2024
1 parent 79c67e9 commit 2364374
Show file tree
Hide file tree
Showing 5 changed files with 16 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.44"}
{".":"0.0.45"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.45](https://github.com/validator-labs/validator/compare/v0.0.44...v0.0.45) (2024-07-11)


### Other

* release 0.0.45 ([fcf1bc7](https://github.com/validator-labs/validator/commit/fcf1bc7b55ece9dd7956715dc980bf9f19bf3ff4))


### Dependency Updates

* **deps:** update softprops/action-gh-release digest to a74c6b7 ([#313](https://github.com/validator-labs/validator/issues/313)) ([79c67e9](https://github.com/validator-labs/validator/commit/79c67e900d6cf75278602e88dc1a4902c3a916be))

## [0.0.44](https://github.com/validator-labs/validator/compare/v0.0.43...v0.0.44) (2024-07-10)


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

0 comments on commit 2364374

Please sign in to comment.