Skip to content

Commit

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


##
[0.1.9](v0.1.8...v0.1.9)
(2024-08-27)


### Bug Fixes

* update chart with new maas api token name
([#406](#406))
([4641279](4641279))


### Other

* make reviewable
([5d13607](5d13607))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 9b4947d
([#401](#401))
([3f87eb2](3f87eb2))

---
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 27, 2024
1 parent 4641279 commit 0b91745
Show file tree
Hide file tree
Showing 8 changed files with 26 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.8"}
{".":"0.1.9"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Bug Fixes

* update chart with new maas api token name ([#406](https://github.com/validator-labs/validator/issues/406)) ([4641279](https://github.com/validator-labs/validator/commit/4641279a86fe125797492afa1173ca3795f5021b))


### Other

* make reviewable ([5d13607](https://github.com/validator-labs/validator/commit/5d13607f103f5a1f13e721acd485a1dc7c917872))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 9b4947d ([#401](https://github.com/validator-labs/validator/issues/401)) ([3f87eb2](https://github.com/validator-labs/validator/commit/3f87eb2bae7334958f3c482114dec8f68d584935))

## [0.1.8](https://github.com/validator-labs/validator/compare/v0.1.7...v0.1.8) (2024-08-23)


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.8
version: 0.1.9
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.8"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.9"` |
| `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.8 # x-release-please-version
tag: v0.1.9 # 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.8 # x-release-please-version
tag: v0.1.9 # 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.8 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.9 # 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.8 # x-release-please-version
version: 0.1.9 # 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.8 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.9 # 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.8 # x-release-please-version
version: 0.1.9 # 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 0b91745

Please sign in to comment.