Skip to content

Commit

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

## [0.0.14](https://github.com/spectrocloud-labs/validator/compare/v0.0.13...v0.0.14) (2023-11-10)


### Bug Fixes

* prevent extraneous sink emissions ([22de119](https://github.com/spectrocloud-labs/validator/commit/22de119a3ce93c8fb751473f5250d55446012d83))


### Other

* Merge branch 'main' of https://github.com/spectrocloud-labs/validator ([a2700a2](https://github.com/spectrocloud-labs/validator/commit/a2700a26661d6c7668965cc5b5a377adfd49d109))
* release 0.0.14 ([2471411](https://github.com/spectrocloud-labs/validator/commit/247141147841953b69fe69df297244d3119b8d40))


### Refactoring

* use header block for msg titles ([a6ce7af](https://github.com/spectrocloud-labs/validator/commit/a6ce7af748dcb6cbd50c5d13e1a2c9a724e9a328))

## [0.0.13](https://github.com/spectrocloud-labs/validator/compare/v0.0.11...v0.0.13) (2023-11-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.13 # x-release-please-version
appVersion: "0.0.13" # x-release-please-version
version: 0.0.14 # x-release-please-version
appVersion: "0.0.14" # 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.13"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.14"` |
| `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.13 # x-release-please-version
tag: v0.0.14 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 2cb7b4b

Please sign in to comment.