Skip to content

Commit

Permalink
chore(main): release 0.0.26 (#130)
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 28, 2023
1 parent 531c8ca commit a697310
Show file tree
Hide file tree
Showing 5 changed files with 30 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.25"}
{".":"0.0.26"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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


### Features

* add Azure plugin ([#131](https://github.com/spectrocloud-labs/validator/issues/131)) ([25073e3](https://github.com/spectrocloud-labs/validator/commit/25073e3c6fdc6b2556d3f0d59192b1b6ec65281b))
* support private helm repos ([#132](https://github.com/spectrocloud-labs/validator/issues/132)) ([cb0cf32](https://github.com/spectrocloud-labs/validator/commit/cb0cf32e1c8b09bdaa791c1933f36321f1687046))


### Bug Fixes

* **deps:** update golang.org/x/exp digest to 6522937 ([#133](https://github.com/spectrocloud-labs/validator/issues/133)) ([531c8ca](https://github.com/spectrocloud-labs/validator/commit/531c8ca2647164ac99777601c95ae469cb5c67c3))


### Other

* bump azure chart version ([9230953](https://github.com/spectrocloud-labs/validator/commit/9230953434f15ef1c8bc19658d8bc8e9156df74a))
* **deps:** update anchore/sbom-action action to v0.15.0 ([#129](https://github.com/spectrocloud-labs/validator/issues/129)) ([961377b](https://github.com/spectrocloud-labs/validator/commit/961377b591c7c071f85046a8c5211ee6e161a38d))
* update AWS auth config ([#134](https://github.com/spectrocloud-labs/validator/issues/134)) ([9513e43](https://github.com/spectrocloud-labs/validator/commit/9513e43a9860cc1ac2f1fcea01e8d7727d81b11c))


### Docs

* refer to secret templates in values.yaml ([eeae1e7](https://github.com/spectrocloud-labs/validator/commit/eeae1e710a2dd584ea74e8017ddb359a165c9079))

## [0.0.25](https://github.com/spectrocloud-labs/validator/compare/v0.0.24...v0.0.25) (2023-11-17)


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.25 # x-release-please-version
appVersion: "0.0.25" # x-release-please-version
version: 0.0.26 # x-release-please-version
appVersion: "0.0.26" # 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.25"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.26"` |
| `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.25 # x-release-please-version
tag: v0.0.26 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit a697310

Please sign in to comment.