Skip to content

Commit

Permalink
chore(main): release 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Dec 17, 2024
1 parent 0b04ec9 commit 691cfcf
Show file tree
Hide file tree
Showing 8 changed files with 23 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.15"}
{".":"0.1.16"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.16](https://github.com/validator-labs/validator/compare/v0.1.15...v0.1.16) (2024-12-17)


### Bug Fixes

* update plugin chart values with new metrics service targetPort ([#457](https://github.com/validator-labs/validator/issues/457)) ([c474d90](https://github.com/validator-labs/validator/commit/c474d90c46a8feb9b2e4e0b8f40c0f42a97958bc))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 1829a12 ([#448](https://github.com/validator-labs/validator/issues/448)) ([fb42aea](https://github.com/validator-labs/validator/commit/fb42aeaee051ef3b2b22986f7f203452419f03d4))
* **deps:** update golang.org/x/exp digest to 4a55095 ([#454](https://github.com/validator-labs/validator/issues/454)) ([3e1fe92](https://github.com/validator-labs/validator/commit/3e1fe92ec84c986b237b82fc8662b6a468493315))
* **deps:** update golang.org/x/exp digest to b2144cd ([#458](https://github.com/validator-labs/validator/issues/458)) ([0b04ec9](https://github.com/validator-labs/validator/commit/0b04ec9fc93e94b17e04b1de1a857f606042a940))

## [0.1.15](https://github.com/validator-labs/validator/compare/v0.1.14...v0.1.15) (2024-12-11)


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.15
version: 0.1.16
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 @@ -15,7 +15,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.15"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.16"` |
| `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 @@ -11,7 +11,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator
tag: v0.1.15 # x-release-please-version
tag: v0.1.16 # 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 @@ -11,7 +11,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator
tag: v0.1.15 # x-release-please-version
tag: v0.1.16 # 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.15 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.16 # 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 @@ -24,7 +24,7 @@ spec:
charts:
- name: validator
repoURL: https://validator-labs.github.io/validator
version: 0.1.15 # x-release-please-version
version: 0.1.16 # 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.15 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.16 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.12
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.26
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.6
Expand All @@ -24,7 +24,7 @@ spec:
charts:
- name: validator
repoURL: https://validator-labs.github.io/validator
version: 0.1.15 # x-release-please-version
version: 0.1.16 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.12
Expand Down

0 comments on commit 691cfcf

Please sign in to comment.