Skip to content

Commit

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


##
[0.1.10](v0.1.9...v0.1.10)
(2024-09-04)


### Other

* bump oci and network plugin versions
([#411](#411))
([8fc8616](8fc8616))


### Dependency Updates

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2
([#407](#407))
([a9f8f6b](a9f8f6b))
* **deps:** update module github.com/onsi/gomega to v1.34.2
([#408](#408))
([3043175](3043175))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
TylerGillson authored Sep 5, 2024
1 parent 8fc8616 commit 7d199e1
Show file tree
Hide file tree
Showing 8 changed files with 22 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.1.9"}
{".":"0.1.10"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.10](https://github.com/validator-labs/validator/compare/v0.1.9...v0.1.10) (2024-09-04)


### Other

* bump oci and network plugin versions ([#411](https://github.com/validator-labs/validator/issues/411)) ([8fc8616](https://github.com/validator-labs/validator/commit/8fc86167ef61fa55798b32729d0299422c154929))


### Dependency Updates

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#407](https://github.com/validator-labs/validator/issues/407)) ([a9f8f6b](https://github.com/validator-labs/validator/commit/a9f8f6b89329c33809e2ce54612b3ccdd2a8b700))
* **deps:** update module github.com/onsi/gomega to v1.34.2 ([#408](https://github.com/validator-labs/validator/issues/408)) ([3043175](https://github.com/validator-labs/validator/commit/3043175a9f765ee01a3789dff3aad3542557df39))

## [0.1.9](https://github.com/validator-labs/validator/compare/v0.1.8...v0.1.9) (2024-08-27)


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.9
version: 0.1.10
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.9"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.10"` |
| `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.9 # x-release-please-version
tag: v0.1.10 # 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.9 # x-release-please-version
tag: v0.1.10 # 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.9 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.10 # 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.9 # x-release-please-version
version: 0.1.10 # 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.1.9 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.10 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.7
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.20
- 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.9 # x-release-please-version
version: 0.1.10 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.7
Expand Down

0 comments on commit 7d199e1

Please sign in to comment.