Skip to content

Commit

Permalink
chore(main): release 0.0.7 (#42)
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 Sep 6, 2023
1 parent 6658d19 commit 85f2933
Show file tree
Hide file tree
Showing 5 changed files with 25 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.6"}
{".":"0.0.7"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

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


### Bug Fixes

* **deps:** update golang.org/x/exp digest to 9212866 ([#41](https://github.com/spectrocloud-labs/valid8or/issues/41)) ([50ad9cb](https://github.com/spectrocloud-labs/valid8or/commit/50ad9cbd72f531ab3e29eb43d59f75026efc96b0))
* include pkg/ in dockerfiles ([b45bb22](https://github.com/spectrocloud-labs/valid8or/commit/b45bb22532adc3e860aea56edf7ab3f3a95519fd))


### Other

* bump plugin versions ([6658d19](https://github.com/spectrocloud-labs/valid8or/commit/6658d190022815cf56d1a345ae66d46fd260c10c))
* **deps:** update actions/checkout action to v4 ([#39](https://github.com/spectrocloud-labs/valid8or/issues/39)) ([3c848b6](https://github.com/spectrocloud-labs/valid8or/commit/3c848b61c3294cdd1ceed376c3e4a48521221b6f))
* update AWS plugin version; fix default values.yaml ([516213b](https://github.com/spectrocloud-labs/valid8or/commit/516213ba35d80c4e8692b1448b22f6e1b9756c5d))


### Refactoring

* expose helm package ([2a34e0a](https://github.com/spectrocloud-labs/valid8or/commit/2a34e0ae780b287a8a1a48ee00f5016e667c8304))

## [0.0.6](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.5...v0.0.6) (2023-09-01)


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.6 # x-release-please-version
appVersion: "0.0.6" # x-release-please-version
version: 0.0.7 # x-release-please-version
appVersion: "0.0.7" # 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.6"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.7"` |
| `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.6 # x-release-please-version
tag: v0.0.7 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 85f2933

Please sign in to comment.