Skip to content

Commit

Permalink
chore: make reviewable
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Aug 1, 2024
1 parent 87adfc6 commit b882c27
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.51"}
{".":"0.0.50"}
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Changelog

## [0.0.51](https://github.com/validator-labs/validator/compare/v0.0.50...v0.0.51) (2024-07-31)


### Refactoring

* create root level HelmConfig struct which applies to all HelmReleases ([#356](https://github.com/validator-labs/validator/issues/356)) ([8eadfe1](https://github.com/validator-labs/validator/commit/8eadfe1f3a94ee91570f095efeb82406eee187c4))

## [0.0.50](https://github.com/validator-labs/validator/compare/v0.0.49...v0.0.50) (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+3 −3 makelib/plugin.mk
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.0.51
version: 0.0.50
appVersion: 0.0.27
4 changes: 2 additions & 2 deletions chart/validator/README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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.0.51 # x-release-please-version
tag: v0.0.50 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -457,7 +457,7 @@ plugins:
- chart:
name: validator-plugin-network
repository: validator-plugin-network
version: v0.0.20
version: v0.0.21
values: |-
controllerManager:
kubeRbacProxy:
Expand Down Expand Up @@ -494,7 +494,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-network
tag: v0.0.20
tag: v0.0.21
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.0.51 # x-release-please-version
tag: v0.0.50 # 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.0.51 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.0.50 # 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.0.51 # x-release-please-version
version: 0.0.50 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: ${AWS_VERSION}
Expand Down
8 changes: 4 additions & 4 deletions hauler-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: validator-images
spec:
images:
- name: quay.io/validator-labs/validator:v0.0.51 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.0.50 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.2
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.14
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.4
- name: quay.io/validator-labs/validator-plugin-maas:v0.0.5
- name: quay.io/validator-labs/validator-plugin-network:v0.0.20
- name: quay.io/validator-labs/validator-plugin-network:v0.0.21
- name: quay.io/validator-labs/validator-plugin-oci:v0.0.12
- name: quay.io/validator-labs/validator-plugin-vsphere:v0.0.28
- name: quay.io/validator-labs/validator-certs-init:1.0.0
Expand All @@ -27,7 +27,7 @@ spec:
charts:
- name: validator
repoURL: https://validator-labs.github.io/validator
version: 0.0.51 # x-release-please-version
version: 0.0.50 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.2
Expand All @@ -42,7 +42,7 @@ spec:
version: 0.0.5
- name: validator-plugin-network
repoURL: https://validator-labs.github.io/validator-plugin-network
version: 0.0.20
version: 0.0.21
- name: validator-plugin-oci
repoURL: https://validator-labs.github.io/validator-plugin-oci
version: 0.0.12
Expand Down

0 comments on commit b882c27

Please sign in to comment.