Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.16"}
{".":"0.1.17"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.1.17](https://github.com/validator-labs/validator/compare/v0.1.16...v0.1.17) (2025-02-27)


### Other

* bump to go1.23.6 ([#470](https://github.com/validator-labs/validator/issues/470)) ([b68455b](https://github.com/validator-labs/validator/commit/b68455bff253958bc48fbfed84a960a73e6a8284))


### Dependency Updates

* **deps:** update azure/setup-helm digest to b9e5190 ([#472](https://github.com/validator-labs/validator/issues/472)) ([2b777e2](https://github.com/validator-labs/validator/commit/2b777e2184ae2e4282c9d1e21a56063da6423fe1))
* **deps:** update build digest to 00de875 ([#460](https://github.com/validator-labs/validator/issues/460)) ([14f9f41](https://github.com/validator-labs/validator/commit/14f9f418d2c615634eb297588bfa6aff4eedda07))
* **deps:** update build digest to 1af2678 ([#462](https://github.com/validator-labs/validator/issues/462)) ([13545f0](https://github.com/validator-labs/validator/commit/13545f0372d8643c9b2f963fb3ba39d6159de7e2))
* **deps:** update build digest to 1b51737 ([#463](https://github.com/validator-labs/validator/issues/463)) ([e73fdcd](https://github.com/validator-labs/validator/commit/e73fdcdbf46fad120a9615a83e5112ea5f855e8b))
* **deps:** update build digest to 2f5dbc3 ([#474](https://github.com/validator-labs/validator/issues/474)) ([9e50dc1](https://github.com/validator-labs/validator/commit/9e50dc1176a8d28a5d3267fedd9baa497c3b0de7))
* **deps:** update build digest to 3236c04 ([#466](https://github.com/validator-labs/validator/issues/466)) ([54f33e6](https://github.com/validator-labs/validator/commit/54f33e60b2f776d963b79937dda3ed273eba99f4))
* **deps:** update build digest to 454e459 ([#465](https://github.com/validator-labs/validator/issues/465)) ([0bb4cb1](https://github.com/validator-labs/validator/commit/0bb4cb14f1206537ef42f93482e645e7af8dc846))
* **deps:** update build digest to 6a4c752 ([#468](https://github.com/validator-labs/validator/issues/468)) ([0c78fb2](https://github.com/validator-labs/validator/commit/0c78fb2e3744986d5f113767f33bbdd978bd9ace))
* **deps:** update build digest to 95a81bf ([#473](https://github.com/validator-labs/validator/issues/473)) ([610f642](https://github.com/validator-labs/validator/commit/610f642c6193717765eda43088f180957e24eb02))
* **deps:** update build digest to aa32dd3 ([#456](https://github.com/validator-labs/validator/issues/456)) ([2e21b90](https://github.com/validator-labs/validator/commit/2e21b907d9a91eb8f170d3857861278c0714c85f))
* **deps:** update build digest to b554bf5 ([#464](https://github.com/validator-labs/validator/issues/464)) ([febc5a0](https://github.com/validator-labs/validator/commit/febc5a007eb712ce64aa1def499a0846bc515743))
* **deps:** update build digest to d789840 ([#476](https://github.com/validator-labs/validator/issues/476)) ([efb00e8](https://github.com/validator-labs/validator/commit/efb00e8429bc36b29ad33f1d28474482acde00b0))
* **deps:** update build digest to d7fbb38 ([#467](https://github.com/validator-labs/validator/issues/467)) ([979011f](https://github.com/validator-labs/validator/commit/979011f550512467a26d5b326b26904ed1d7cbae))
* **deps:** update softprops/action-gh-release digest to c95fe14 ([#461](https://github.com/validator-labs/validator/issues/461)) ([1367896](https://github.com/validator-labs/validator/commit/13678968a80021950e46ca6872b7446e0b327db3))

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


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.16
version: 0.1.17
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.16"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.17"` |
| `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.16 # x-release-please-version
tag: v0.1.17 # 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.16 # x-release-please-version
tag: v0.1.17 # 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.16 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.17 # 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.16 # x-release-please-version
version: 0.1.17 # 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.16 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.1.17 # 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.16 # x-release-please-version
version: 0.1.17 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.12
Expand Down
Loading