Skip to content

Commit

Permalink
chore(main): release 0.0.16 (#99)
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] committed Nov 10, 2023
1 parent f031904 commit 93f1b88
Show file tree
Hide file tree
Showing 5 changed files with 20 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.15"}
{".":"0.0.16"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.0.16](https://github.com/spectrocloud-labs/validator/compare/v0.0.15...v0.0.16) (2023-11-10)


### Bug Fixes

* **deps:** update golang.org/x/exp digest to 9a3e603 ([#97](https://github.com/spectrocloud-labs/validator/issues/97)) ([17c83e2](https://github.com/spectrocloud-labs/validator/commit/17c83e2f9bc4580eb8b2d9b1f9b4767a42a32d2f))
* ensure State always remains failed if any conditions fail ([4f55823](https://github.com/spectrocloud-labs/validator/commit/4f558234af6c190186f8d82fb4a6e135d83030e8))
* ensure State always remains failed if any conditions fail ([711485f](https://github.com/spectrocloud-labs/validator/commit/711485f130804eab34de871f86c138adcb3bf257))


### Other

* fix Helm chart lint error ([c938c89](https://github.com/spectrocloud-labs/validator/commit/c938c89947371fa3e3e3e2d43044749a413ec443))
* release 0.0.16 ([f031904](https://github.com/spectrocloud-labs/validator/commit/f031904a18fb5854586d58145842689d12028360))

## [0.0.15](https://github.com/spectrocloud-labs/validator/compare/v0.0.14...v0.0.15) (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.15 # x-release-please-version
appVersion: "0.0.15" # x-release-please-version
version: 0.0.16 # x-release-please-version
appVersion: "0.0.16" # 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.15"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.16"` |
| `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.15 # x-release-please-version
tag: v0.0.16 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 93f1b88

Please sign in to comment.