Skip to content

Commit

Permalink
chore(main): release 0.0.5 (#23)
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 31, 2023
1 parent 24e9712 commit ae58d10
Show file tree
Hide file tree
Showing 5 changed files with 26 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.4"}
{".":"0.0.5"}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.0.5](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.4...v0.0.5) (2023-08-31)


### Bug Fixes

* omit conditions for uninstalled plugins ([c9f430d](https://github.com/spectrocloud-labs/valid8or/commit/c9f430d81bfdbb077edfa5d3cc48f314bf831c45))
* preserve VC annotations when updating plugin hashes ([19c9463](https://github.com/spectrocloud-labs/valid8or/commit/19c9463a4ed7b516731fdaf76cf487e682a6a2c4))
* securityContext blocking MTU check w/ ping ([131e5d9](https://github.com/spectrocloud-labs/valid8or/commit/131e5d91015b54b470b61708bfe8675f7eb26a0e))
* update 2+ plugin conditions properly ([a12488f](https://github.com/spectrocloud-labs/valid8or/commit/a12488f9dc376d1b0a8b413791b3aa2e25b185a5))


### Other

* release 0.0.5 ([24e9712](https://github.com/spectrocloud-labs/valid8or/commit/24e9712ffbf6fb8d33333d5d8c063f3935c7ceae))
* update README ([f8254d4](https://github.com/spectrocloud-labs/valid8or/commit/f8254d4a0bca6db90523ace43503cf6d80d3af30))


### Docs

* add valid8or-plugin-network to default values.yaml ([1aada24](https://github.com/spectrocloud-labs/valid8or/commit/1aada2492d518e7ed50934d2cb6e184da5d1e031))

## [0.0.4](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.3...v0.0.4) (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.4 # x-release-please-version
appVersion: "0.0.4" # x-release-please-version
version: 0.0.5 # x-release-please-version
appVersion: "0.0.5" # 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.4"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.5"` |
| `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.4 # x-release-please-version
tag: v0.0.5 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit ae58d10

Please sign in to comment.