Skip to content

Commit

Permalink
chore(main): release 0.0.18 (#103)
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 Nov 12, 2023
1 parent 496ecad commit 315019a
Show file tree
Hide file tree
Showing 5 changed files with 21 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.17"}
{".":"0.0.18"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.0.18](https://github.com/spectrocloud-labs/validator/compare/v0.0.17...v0.0.18) (2023-11-12)


### Bug Fixes

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.1 ([#95](https://github.com/spectrocloud-labs/validator/issues/95)) ([496ecad](https://github.com/spectrocloud-labs/validator/commit/496ecada5655f5760e46f7d647ce381f616ad56f))
* **deps:** update module sigs.k8s.io/yaml to v1.4.0 ([#98](https://github.com/spectrocloud-labs/validator/issues/98)) ([5f35bba](https://github.com/spectrocloud-labs/validator/commit/5f35bbac77502a944d6d5641e1e2f88f98cf7c79))
* retry VR status updates ([21b3808](https://github.com/spectrocloud-labs/validator/commit/21b3808f36a621f89ddc22aa5362d4d7b47265b5))
* SafeUpdateValidationResult not handling all edge cases ([#104](https://github.com/spectrocloud-labs/validator/issues/104)) ([8f34e2f](https://github.com/spectrocloud-labs/validator/commit/8f34e2f677a2b70c3c931491ce8b5cd6ac7abd0b))


### Other

* **deps:** pin codecov/codecov-action action to eaaf4be ([#105](https://github.com/spectrocloud-labs/validator/issues/105)) ([70c3a0d](https://github.com/spectrocloud-labs/validator/commit/70c3a0d834cccc0bc6400c12395b7952c3fb25bb))
* **deps:** pin ncruces/go-coverage-report action to a12281c ([#101](https://github.com/spectrocloud-labs/validator/issues/101)) ([bb5d6ac](https://github.com/spectrocloud-labs/validator/commit/bb5d6ac4b235013eeba198e2ba4fd86c5eeb93a2))

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

0 comments on commit 315019a

Please sign in to comment.