Skip to content

Commit

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


##
[0.1.2](v0.1.1...v0.1.2)
(2024-08-08)


### Bug Fixes

* ensure validatorctl arch matches haul arch
([#374](#374))
([ca38f3e](ca38f3e))


### Other

* **deps:** bump github.com/docker/docker from 24.0.9+incompatible to
25.0.6+incompatible
([#368](#368))
([7e21122](7e21122))


### Dependency Updates

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0
([#373](#373))
([37fa8f3](37fa8f3))
* **deps:** update module github.com/validator-labs/validator-plugin-oci
to v0.0.13
([#369](#369))
([a06d799](a06d799))
* **deps:** update module github.com/validator-labs/validator-plugin-oci
to v0.1.0
([#375](#375))
([ddfd175](ddfd175))

---
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 committed Aug 8, 2024
1 parent ddfd175 commit 41a1011
Show file tree
Hide file tree
Showing 8 changed files with 28 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.1"}
{".":"0.1.2"}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.1.2](https://github.com/validator-labs/validator/compare/v0.1.1...v0.1.2) (2024-08-08)


### Bug Fixes

* ensure validatorctl arch matches haul arch ([#374](https://github.com/validator-labs/validator/issues/374)) ([ca38f3e](https://github.com/validator-labs/validator/commit/ca38f3edcf7a56f01a52b399ffc386150adedc71))


### Other

* **deps:** bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible ([#368](https://github.com/validator-labs/validator/issues/368)) ([7e21122](https://github.com/validator-labs/validator/commit/7e21122bb63438749d95e564902b94eaf6531b47))


### Dependency Updates

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#373](https://github.com/validator-labs/validator/issues/373)) ([37fa8f3](https://github.com/validator-labs/validator/commit/37fa8f31a984b5e7243311febfe063874a4927c0))
* **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.0.13 ([#369](https://github.com/validator-labs/validator/issues/369)) ([a06d799](https://github.com/validator-labs/validator/commit/a06d7997d6efba08a50d4cc997f4de4e7aaaaf73))
* **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.1.0 ([#375](https://github.com/validator-labs/validator/issues/375)) ([ddfd175](https://github.com/validator-labs/validator/commit/ddfd175247532129b1d9c393fc47ad58ae30f03e))

## [0.1.1](https://github.com/validator-labs/validator/compare/v0.1.0...v0.1.1) (2024-08-05)


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.1
version: 0.1.2
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.1"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.2"` |
| `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.1 # x-release-please-version
tag: v0.1.2 # 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.1 # x-release-please-version
tag: v0.1.2 # 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.1 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.2 # 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.1 # x-release-please-version
version: 0.1.2 # 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.1 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.2 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.3
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.15
- 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.1 # x-release-please-version
version: 0.1.2 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.3
Expand Down

0 comments on commit 41a1011

Please sign in to comment.