Skip to content

Commit 7dc101e

Browse files
authored
chore(main): release 0.1.3 (#377)
🤖 I have created a release *beep* *boop* --- ## [0.1.3](v0.1.2...v0.1.3) (2024-08-10) ### Features * add GroupResource consts; set TypeMeta in Build ([#379](#379)) ([c05a36e](c05a36e)) ### Other * bump oci plugin version ([#381](#381)) ([8e09f0b](8e09f0b)) ### Docs * update architecture diagram ([#378](#378)) ([8fd8c5d](8fd8c5d)) ### Dependency Updates * **deps:** update golang.org/x/exp digest to 0cdaa3a ([#376](#376)) ([65e2c2f](65e2c2f)) * **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.2.0 ([#380](#380)) ([4642c6c](4642c6c)) --- 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 4642c6c commit 7dc101e

8 files changed

+32
-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.2"}
1+
{".":"0.1.3"}

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/validator-labs/validator/compare/v0.1.2...v0.1.3) (2024-08-10)
4+
5+
6+
### Features
7+
8+
* add GroupResource consts; set TypeMeta in Build ([#379](https://github.com/validator-labs/validator/issues/379)) ([c05a36e](https://github.com/validator-labs/validator/commit/c05a36eebd3c6ce0398e9c3bd9946a22516d7966))
9+
10+
11+
### Other
12+
13+
* bump oci plugin version ([#381](https://github.com/validator-labs/validator/issues/381)) ([8e09f0b](https://github.com/validator-labs/validator/commit/8e09f0b8c4c7851f9a9f7e3b648c375f324d3856))
14+
15+
16+
### Docs
17+
18+
* update architecture diagram ([#378](https://github.com/validator-labs/validator/issues/378)) ([8fd8c5d](https://github.com/validator-labs/validator/commit/8fd8c5d5e7c5264ac8ddcf572992b628a0a72a22))
19+
20+
21+
### Dependency Updates
22+
23+
* **deps:** update golang.org/x/exp digest to 0cdaa3a ([#376](https://github.com/validator-labs/validator/issues/376)) ([65e2c2f](https://github.com/validator-labs/validator/commit/65e2c2fde9ae01a6cc6867184174e56366e26122))
24+
* **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.2.0 ([#380](https://github.com/validator-labs/validator/issues/380)) ([4642c6c](https://github.com/validator-labs/validator/commit/4642c6c7a7d7954b50450612b2d322c0e6696fee))
25+
326
## [0.1.2](https://github.com/validator-labs/validator/compare/v0.1.1...v0.1.2) (2024-08-08)
427

528

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.2
7+
version: 0.1.3
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.2"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.3"` |
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.2 # x-release-please-version
34+
tag: v0.1.3 # 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.2 # x-release-please-version
34+
tag: v0.1.3 # 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.2 # x-release-please-version
7+
- name: quay.io/validator-labs/validator:v0.1.3 # 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.2 # x-release-please-version
30+
version: 0.1.3 # 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.2 # x-release-please-version
7+
- name: quay.io/validator-labs/validator:v0.1.3 # x-release-please-version
88
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.3
99
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.15
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.2 # x-release-please-version
30+
version: 0.1.3 # x-release-please-version
3131
- name: validator-plugin-aws
3232
repoURL: https://validator-labs.github.io/validator-plugin-aws
3333
version: 0.1.3

0 commit comments

Comments
 (0)