Skip to content

Commit 13654b8

Browse files
authored
chore(main): release 0.1.1 (#365)
🤖 I have created a release *beep* *boop* --- ## [0.1.1](v0.1.0...v0.1.1) (2024-08-05) ### Features * add values for maas plugin ([#364](#364)) ([7c09687](7c09687)) * HTTP basic authentication secrets for network plugin ([#367](#367)) ([128041b](128041b)) ### Dependency Updates * **deps:** update module github.com/onsi/gomega to v1.34.1 ([#344](#344)) ([5144078](5144078)) ### Refactoring * expose sinks pkg for direct rule evaluation; add ValidationResult creation & finalization helpers ([#366](#366)) ([056ee62](056ee62)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5144078 commit 13654b8

8 files changed

+27
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.1.1"}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/validator-labs/validator/compare/v0.1.0...v0.1.1) (2024-08-05)
4+
5+
6+
### Features
7+
8+
* add values for maas plugin ([#364](https://github.com/validator-labs/validator/issues/364)) ([7c09687](https://github.com/validator-labs/validator/commit/7c0968751ea5d3be9e6cc0561f4aad9138b7a9f0))
9+
* HTTP basic authentication secrets for network plugin ([#367](https://github.com/validator-labs/validator/issues/367)) ([128041b](https://github.com/validator-labs/validator/commit/128041bc82951e5150a3d828c60318af9814d8c3))
10+
11+
12+
### Dependency Updates
13+
14+
* **deps:** update module github.com/onsi/gomega to v1.34.1 ([#344](https://github.com/validator-labs/validator/issues/344)) ([5144078](https://github.com/validator-labs/validator/commit/514407894cdf658d817d00d1b1d32836e076d5e3))
15+
16+
17+
### Refactoring
18+
19+
* expose sinks pkg for direct rule evaluation; add ValidationResult creation & finalization helpers ([#366](https://github.com/validator-labs/validator/issues/366)) ([056ee62](https://github.com/validator-labs/validator/commit/056ee62b788ec3b7763be0706d4643b7e104e4a4))
20+
321
## [0.1.0](https://github.com/validator-labs/validator/compare/v0.0.50...v0.1.0) (2024-08-01)
422

523

chart/validator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: >-
44
Monitor results created by validator plugins and upload them to a configurable
55
sink
66
type: application
7-
version: 0.1.0
7+
version: 0.1.1
88
appVersion: 0.0.27

chart/validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator chart and
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.0"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.1"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"512Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator
34-
tag: v0.1.0 # x-release-please-version
34+
tag: v0.1.1 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

hack/chart/values-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator
34-
tag: v0.1.0 # x-release-please-version
34+
tag: v0.1.1 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

hack/hauler-manifest-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: validator-images
55
spec:
66
images:
7-
- name: quay.io/validator-labs/validator:v0.1.0 # x-release-please-version
7+
- name: quay.io/validator-labs/validator:v0.1.1 # x-release-please-version
88
- name: quay.io/validator-labs/validator-plugin-aws:v${AWS_VERSION}
99
- name: quay.io/validator-labs/validator-plugin-azure:v${AZURE_VERSION}
1010
- name: quay.io/validator-labs/validator-plugin-kubescape:v${KUBESCAPE_VERSION}
@@ -27,7 +27,7 @@ spec:
2727
charts:
2828
- name: validator
2929
repoURL: https://validator-labs.github.io/validator
30-
version: 0.1.0 # x-release-please-version
30+
version: 0.1.1 # x-release-please-version
3131
- name: validator-plugin-aws
3232
repoURL: https://validator-labs.github.io/validator-plugin-aws
3333
version: ${AWS_VERSION}

hauler-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: validator-images
55
spec:
66
images:
7-
- name: quay.io/validator-labs/validator:v0.1.0 # x-release-please-version
7+
- name: quay.io/validator-labs/validator:v0.1.1 # x-release-please-version
88
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.2
99
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.14
1010
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.4
@@ -27,7 +27,7 @@ spec:
2727
charts:
2828
- name: validator
2929
repoURL: https://validator-labs.github.io/validator
30-
version: 0.1.0 # x-release-please-version
30+
version: 0.1.1 # x-release-please-version
3131
- name: validator-plugin-aws
3232
repoURL: https://validator-labs.github.io/validator-plugin-aws
3333
version: 0.1.2

0 commit comments

Comments
 (0)