Skip to content

Commit

Permalink
chore(main): release 0.0.10 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 20, 2023
1 parent 9a324e9 commit edc5f33
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 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.9"}
{".":"0.0.10"}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.0.10](https://github.com/spectrocloud-labs/validator/compare/v0.0.9...v0.0.10) (2023-10-20)


### Bug Fixes

* **deps:** update module sigs.k8s.io/controller-runtime to v0.16.3 ([#63](https://github.com/spectrocloud-labs/validator/issues/63)) ([6f79f8a](https://github.com/spectrocloud-labs/validator/commit/6f79f8af8f7a10c70ce403fadeb16d6eb9e13020))


### Other

* **deps:** bump golang.org/x/net from 0.16.0 to 0.17.0 ([#61](https://github.com/spectrocloud-labs/validator/issues/61)) ([eca7abd](https://github.com/spectrocloud-labs/validator/commit/eca7abd8da204cabb28d7fb6ee8c381d1cb60e7b))
* **deps:** update actions/checkout digest to b4ffde6 ([#64](https://github.com/spectrocloud-labs/validator/issues/64)) ([d9bbd21](https://github.com/spectrocloud-labs/validator/commit/d9bbd21fe962de4f14e0e734d697ebd2ceb7e144))
* **deps:** update actions/setup-python digest to 65d7f2d ([#65](https://github.com/spectrocloud-labs/validator/issues/65)) ([bdb95d0](https://github.com/spectrocloud-labs/validator/commit/bdb95d038149ed9eab6c8372018bb771b848157c))
* **deps:** update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.14.4 ([#59](https://github.com/spectrocloud-labs/validator/issues/59)) ([78847f5](https://github.com/spectrocloud-labs/validator/commit/78847f54c35f6fc684d333a286e1315cc558e6e2))
* **deps:** update google-github-actions/release-please-action digest to 4c5670f ([#66](https://github.com/spectrocloud-labs/validator/issues/66)) ([2c24d48](https://github.com/spectrocloud-labs/validator/commit/2c24d48035b7ebddbbd20ca182e3352fa6c2f09e))
* enable renovate automerges ([84ad3cd](https://github.com/spectrocloud-labs/validator/commit/84ad3cdee59ed634e5f9577d801dc13701958e46))
* release 0.0.10 ([9a324e9](https://github.com/spectrocloud-labs/validator/commit/9a324e9e666b0da68a1e0c3be225ab19bfd04a6b))


### Refactoring

* valid8or -&gt; validator ([#67](https://github.com/spectrocloud-labs/validator/issues/67)) ([ff88026](https://github.com/spectrocloud-labs/validator/commit/ff8802656d8115dd6afbbfbaf12613c4f205feb5))

## [0.0.9](https://github.com/spectrocloud-labs/validator/compare/v0.0.8...v0.0.9) (2023-10-10)


Expand Down
4 changes: 2 additions & 2 deletions chart/validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator
description: Monitor results created by validator plugins and upload them to a configurable sink
type: application
version: 0.0.9 # x-release-please-version
appVersion: "0.0.9" # x-release-please-version
version: 0.0.10 # x-release-please-version
appVersion: "0.0.10" # x-release-please-version
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/spectrocloud-labs/validator"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.9"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.10"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `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/spectrocloud-labs/validator
tag: v0.0.9 # x-release-please-version
tag: v0.0.10 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit edc5f33

Please sign in to comment.