Skip to content

Commit

Permalink
chore(main): release 0.0.8 (#44)
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 Sep 7, 2023
1 parent bac567e commit b452df4
Show file tree
Hide file tree
Showing 5 changed files with 13 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.7"}
{".":"0.0.8"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.8](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.7...v0.0.8) (2023-09-06)


### Other

* bump aws plugin version ([bac567e](https://github.com/spectrocloud-labs/valid8or/commit/bac567e69ac6a957b78f29b5bcec81d2f3b0c6b8))
* **deps:** update actions/upload-artifact digest to a8a3f3a ([#43](https://github.com/spectrocloud-labs/valid8or/issues/43)) ([fc33646](https://github.com/spectrocloud-labs/valid8or/commit/fc3364674e45c9dd3fdbf15773a7fbe2f04e3395))

## [0.0.7](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.6...v0.0.7) (2023-09-06)


Expand Down
4 changes: 2 additions & 2 deletions chart/valid8or/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: valid8or
description: Monitor results created by valid8or plugins and upload them to a configurable sink
type: application
version: 0.0.7 # x-release-please-version
appVersion: "0.0.7" # x-release-please-version
version: 0.0.8 # x-release-please-version
appVersion: "0.0.8" # x-release-please-version
2 changes: 1 addition & 1 deletion chart/valid8or/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 Valid8or chart and
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/spectrocloud-labs/valid8or"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.7"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.8"` |
| `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/valid8or/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/valid8or
tag: v0.0.7 # x-release-please-version
tag: v0.0.8 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit b452df4

Please sign in to comment.