Skip to content

Commit

Permalink
chore(main): release 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 16, 2023
1 parent f28d8af commit 6f1ec51
Show file tree
Hide file tree
Showing 5 changed files with 13 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.20"}
{".":"0.0.21"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.21](https://github.com/spectrocloud-labs/validator/compare/v0.0.20...v0.0.21) (2023-11-16)


### Refactoring

* expose sink types ([#117](https://github.com/spectrocloud-labs/validator/issues/117)) ([f28d8af](https://github.com/spectrocloud-labs/validator/commit/f28d8afc5092998189da4112e8a41febdadf1c96))
* standardize get CR in Reconcile ([9fbfff0](https://github.com/spectrocloud-labs/validator/commit/9fbfff0c059debab0c9c6044c360af07c8cd4382))

## [0.0.20](https://github.com/spectrocloud-labs/validator/compare/v0.0.19...v0.0.20) (2023-11-16)


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.20 # x-release-please-version
appVersion: "0.0.20" # x-release-please-version
version: 0.0.21 # x-release-please-version
appVersion: "0.0.21" # 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.20"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.21"` |
| `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.20 # x-release-please-version
tag: v0.0.21 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 6f1ec51

Please sign in to comment.