Skip to content

Commit

Permalink
chore(main): release 0.1.14 (#444)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.14](v0.1.13...v0.1.14)
(2024-11-28)


### Dependency Updates

* **deps:** update build digest to d0ef938
([#441](#441))
([044d782](044d782))
* **deps:** update module github.com/onsi/gomega to v1.36.0
([#442](#442))
([ceb7392](ceb7392))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson authored Nov 28, 2024
1 parent ceb7392 commit a88011e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.13"}
{".":"0.1.14"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.14](https://github.com/validator-labs/validator/compare/v0.1.13...v0.1.14) (2024-11-28)


### Dependency Updates

* **deps:** update build digest to d0ef938 ([#441](https://github.com/validator-labs/validator/issues/441)) ([044d782](https://github.com/validator-labs/validator/commit/044d782f9698bf84b719929cd3d8b47d399f73e4))
* **deps:** update module github.com/onsi/gomega to v1.36.0 ([#442](https://github.com/validator-labs/validator/issues/442)) ([ceb7392](https://github.com/validator-labs/validator/commit/ceb7392cf7a7d8388070dc11fc91d5d7d92df3a6))

## [0.1.13](https://github.com/validator-labs/validator/compare/v0.1.12...v0.1.13) (2024-11-22)


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.1.13
version: 0.1.14
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.1.13"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.14"` |
| `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.1.13 # x-release-please-version
tag: v0.1.14 # 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.1.13 # x-release-please-version
tag: v0.1.14 # 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.1.13 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.14 # 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.1.13 # x-release-please-version
version: 0.1.14 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: ${AWS_VERSION}
Expand Down
6 changes: 3 additions & 3 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.1.13 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.14 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.10
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.24
- 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.1.13 # x-release-please-version
version: 0.1.14 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.10
Expand Down Expand Up @@ -57,4 +57,4 @@ metadata:
spec:
files:
- name: validatorctl
path: https://github.com/validator-labs/validatorctl/releases/download/v0.2.5/validator-linux-ARCH
path: https://github.com/validator-labs/validatorctl/releases/download/v0.2.6/validator-linux-ARCH

0 comments on commit a88011e

Please sign in to comment.