Skip to content

Commit

Permalink
chore(main): release 0.0.3 (#18)
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 5b2473d commit 9d10ae6
Show file tree
Hide file tree
Showing 5 changed files with 32 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.2"}
{".":"0.0.3"}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

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


### Features

* handle plugin updates via values hashes ([7f485b4](https://github.com/spectrocloud-labs/valid8or/commit/7f485b41f5dfba40e8c08a5da79410dfc0c97e0c))
* log ValidationResult metadata on completion ([0cc38e5](https://github.com/spectrocloud-labs/valid8or/commit/0cc38e5cf464d6f9342865f3a41787dfe9bc3c5c))
* plugin management w/ helm ([537faac](https://github.com/spectrocloud-labs/valid8or/commit/537faac4c3f1c6695f1db34114401a14ad292906))
* update status and handle plugin removal ([bae7e9d](https://github.com/spectrocloud-labs/valid8or/commit/bae7e9dc36a1a22e8f08828421d0cc7e73deb54f))


### Bug Fixes

* increase memory limit for helm upgrade ([660a80d](https://github.com/spectrocloud-labs/valid8or/commit/660a80d57fcae2dc3a16e610699b60a5749e0786))
* update RBAC in helm templates ([6ff735c](https://github.com/spectrocloud-labs/valid8or/commit/6ff735c891e40328bba0524f4b8b240d3e85a6c9))


### Other

* add pull_request test trigger ([3e75bdb](https://github.com/spectrocloud-labs/valid8or/commit/3e75bdbff56bab925ca98b81c57fe9f4b1a60471))
* release 0.0.3 ([5b2473d](https://github.com/spectrocloud-labs/valid8or/commit/5b2473dce974a160b14640e86e88028f66c94f5e))


### Docs

* update README, fix release-please annotations ([c2c96e8](https://github.com/spectrocloud-labs/valid8or/commit/c2c96e8e3e91820826242b36d6760ab1d2530baf))

## [0.0.2](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.1...v0.0.2) (2023-08-25)


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: valid8or monitors ValidationResults created by one or more valid8or plugins and uploads them to a configurable sink
type: application
version: 0.0.2 # x-release-please-version
appVersion: "0.0.2" # x-release-please-version
version: 0.0.3 # x-release-please-version
appVersion: "0.0.3" # 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.2"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.3"` |
| `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.2 # x-release-please-version
tag: v0.0.3 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 9d10ae6

Please sign in to comment.