Skip to content

Commit

Permalink
chore(main): release 0.0.4 (#19)
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 Aug 29, 2023
1 parent 28f8418 commit 98fd554
Show file tree
Hide file tree
Showing 5 changed files with 18 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.3"}
{".":"0.0.4"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.4](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.3...v0.0.4) (2023-08-29)


### Other

* add public validation result utils ([528be5f](https://github.com/spectrocloud-labs/valid8or/commit/528be5f91e8bfb7d6f1530002dd99971e4983a7e))
* release 0.0.4 ([28f8418](https://github.com/spectrocloud-labs/valid8or/commit/28f8418356694ad5c86b97d2b9df9d51c2f6d279))


### Docs

* update chart description ([0a5635f](https://github.com/spectrocloud-labs/valid8or/commit/0a5635f94f949c39592dbe7f20e5301f4836f291))

## [0.0.3](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.2...v0.0.3) (2023-08-29)


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.3 # x-release-please-version
appVersion: "0.0.3" # x-release-please-version
version: 0.0.4 # x-release-please-version
appVersion: "0.0.4" # 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.3"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.4"` |
| `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 @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: quay.io/spectrocloud-labs/valid8or
tag: v0.0.3 # x-release-please-version
tag: v0.0.4 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 98fd554

Please sign in to comment.