Skip to content

Commit

Permalink
chore(main): release 0.0.44 (#305)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.0.44](v0.0.43...v0.0.44)
(2024-07-10)


### Other

* bump AWS and Azure plugins
([#309](#309))
([359f450](359f450))
* remove get-os.sh
([7c7865e](7c7865e))


### Dependency Updates

* **deps:** update dependency go to v1.22.5
([#306](#306))
([be8084f](be8084f))
* **deps:** update golang.org/x/exp digest to 46b0784
([#308](#308))
([42f308c](42f308c))
* **deps:** update module sigs.k8s.io/cluster-api to v1.7.4
([#310](#310))
([b3e64a6](b3e64a6))


### Refactoring

* enable revive & resolve all lints
([#307](#307))
([7877f71](7877f71))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
TylerGillson authored Jul 10, 2024
1 parent 359f450 commit b12d12e
Show file tree
Hide file tree
Showing 5 changed files with 24 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.43"}
{".":"0.0.44"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

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


### Other

* bump AWS and Azure plugins ([#309](https://github.com/validator-labs/validator/issues/309)) ([359f450](https://github.com/validator-labs/validator/commit/359f450d9c6a0d4e5e5d9405e1e28ec823369237))
* remove get-os.sh ([7c7865e](https://github.com/validator-labs/validator/commit/7c7865eedde12478d8d3ff49e07c077cc5fb61af))


### Dependency Updates

* **deps:** update dependency go to v1.22.5 ([#306](https://github.com/validator-labs/validator/issues/306)) ([be8084f](https://github.com/validator-labs/validator/commit/be8084fd28f49789ea97d6fe141961f4fe85c2bf))
* **deps:** update golang.org/x/exp digest to 46b0784 ([#308](https://github.com/validator-labs/validator/issues/308)) ([42f308c](https://github.com/validator-labs/validator/commit/42f308c6acea38e1a75e324496bcf1ede6a225b2))
* **deps:** update module sigs.k8s.io/cluster-api to v1.7.4 ([#310](https://github.com/validator-labs/validator/issues/310)) ([b3e64a6](https://github.com/validator-labs/validator/commit/b3e64a65d9e287a1ae93071317d699bd3ac61c4c))


### Refactoring

* enable revive & resolve all lints ([#307](https://github.com/validator-labs/validator/issues/307)) ([7877f71](https://github.com/validator-labs/validator/commit/7877f7129634bb75582c3ff6e0e969ec9369247e))

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


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

0 comments on commit b12d12e

Please sign in to comment.