Skip to content

Commit

Permalink
chore(main): release 0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Aug 1, 2024
1 parent effd172 commit a4cfd03
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 9 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.50"}
{".":"0.0.51"}
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.51](https://github.com/validator-labs/validator/compare/v0.0.50...v0.0.51) (2024-08-01)


### ⚠ BREAKING CHANGES

* create root level HelmConfig struct which applies to all HelmReleases ([#356](https://github.com/validator-labs/validator/issues/356))

### Features

* create root level HelmConfig struct which applies to all HelmReleases ([#356](https://github.com/validator-labs/validator/issues/356)) ([6fe04ba](https://github.com/validator-labs/validator/commit/6fe04baedcc3484015ca019bcd4558a9765df097))


### Bug Fixes

* set oci.ImageOptions.Ref to the correct value to ensure plugin charts are installed ([#359](https://github.com/validator-labs/validator/issues/359)) ([effd172](https://github.com/validator-labs/validator/commit/effd1729cd218ef2739c33f013747e4b610aeae1))


### Other

* release 0.0.51 ([9801b15](https://github.com/validator-labs/validator/commit/9801b15335a8bccf9068dbc23f56dfecb5cb8b57))

## [0.0.50](https://github.com/validator-labs/validator/compare/v0.0.49...v0.0.50) (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: >-
Monitor results created by validator plugins and upload them to a configurable
sink
type: application
version: 0.0.50
version: 0.0.51
appVersion: 0.0.27
2 changes: 1 addition & 1 deletion chart/validator/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 Validator chart and
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.50"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.51"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"512Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator
tag: v0.0.50 # x-release-please-version
tag: v0.0.51 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion hack/chart/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator
tag: v0.0.50 # x-release-please-version
tag: v0.0.51 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down
4 changes: 2 additions & 2 deletions hack/hauler-manifest-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: validator-images
spec:
images:
- name: quay.io/validator-labs/validator:v0.0.50 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.0.51 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v${AWS_VERSION}
- name: quay.io/validator-labs/validator-plugin-azure:v${AZURE_VERSION}
- name: quay.io/validator-labs/validator-plugin-kubescape:v${KUBESCAPE_VERSION}
Expand All @@ -27,7 +27,7 @@ spec:
charts:
- name: validator
repoURL: https://validator-labs.github.io/validator
version: 0.0.50 # x-release-please-version
version: 0.0.51 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: ${AWS_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions hauler-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: validator-images
spec:
images:
- name: quay.io/validator-labs/validator:v0.0.50 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.0.51 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.2
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.14
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.4
Expand All @@ -27,7 +27,7 @@ spec:
charts:
- name: validator
repoURL: https://validator-labs.github.io/validator
version: 0.0.50 # x-release-please-version
version: 0.0.51 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.2
Expand Down

0 comments on commit a4cfd03

Please sign in to comment.