Skip to content

Commit

Permalink
chore(main): release 0.0.27 (#136)
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 29, 2023
1 parent 63c3bc8 commit 90c6f41
Show file tree
Hide file tree
Showing 5 changed files with 24 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.26"}
{".":"0.0.27"}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.0.27](https://github.com/spectrocloud-labs/validator/compare/v0.0.26...v0.0.27) (2023-11-29)


### Features

* support proxy configuration (env vars & CA certificate) ([#137](https://github.com/spectrocloud-labs/validator/issues/137)) ([63c3bc8](https://github.com/spectrocloud-labs/validator/commit/63c3bc8497766564d7e76a3da2dabc53ba3b7d54))


### Bug Fixes

* add yaml tags to ValidatorConfig types ([63afc70](https://github.com/spectrocloud-labs/validator/commit/63afc70819a4fffc6d90ba40cea12bca2577e743))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.2 ([#138](https://github.com/spectrocloud-labs/validator/issues/138)) ([31746d6](https://github.com/spectrocloud-labs/validator/commit/31746d68c3f43ac3be1c0abacb62a35c57a7f1ce))


### Other

* bump AWS chart version ([c569524](https://github.com/spectrocloud-labs/validator/commit/c569524ad2cb0e7ca2995c1fde327abe82c61425))
* update network plugin values ([#135](https://github.com/spectrocloud-labs/validator/issues/135)) ([1049435](https://github.com/spectrocloud-labs/validator/commit/104943556a73e3aa4e5acd80c99542222035a867))

## [0.0.26](https://github.com/spectrocloud-labs/validator/compare/v0.0.25...v0.0.26) (2023-11-28)


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.26 # x-release-please-version
appVersion: "0.0.26" # x-release-please-version
version: 0.0.27 # x-release-please-version
appVersion: "0.0.27" # 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.26"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.27"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"512Mi"` |
| `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.26 # x-release-please-version
tag: v0.0.27 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 90c6f41

Please sign in to comment.