Skip to content

Commit

Permalink
chore(main): release 0.0.47 (#327)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.0.47](v0.0.46...v0.0.47)
(2024-07-20)


### Bug Fixes

* handle basic auth for OCI client
([#333](#333))
([5041c4f](5041c4f))
* make string utils avail externally
([#335](#335))
([81d7d46](81d7d46))


### Other

* move string utils to central location
([#334](#334))
([44c09ab](44c09ab))


### Docs

* recommend validatorctl; document Hauler
([#326](#326))
([18a8fef](18a8fef))
* Update air-gapped prereqs in README.md
([de015d9](de015d9))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 8a7402a
([#336](#336))
([8f94947](8f94947))
* **deps:** update golang.org/x/exp digest to 8a7402a
([#338](#338))
([e012a4e](e012a4e))
* **deps:** update golang.org/x/exp digest to e3f2596
([#329](#329))
([3419300](3419300))
* **deps:** update kubernetes packages to v0.30.3
([#332](#332))
([5d4486c](5d4486c))
* **deps:** update module github.com/google/go-containerregistry to
v0.20.1 ([#330](#330))
([81fd1cf](81fd1cf))
* **deps:** update module github.com/slack-go/slack to v0.13.1
([#328](#328))
([089d25d](089d25d))
* **deps:** update module github.com/validator-labs/validator-plugin-oci
to v0.0.11
([#339](#339))
([70a26e1](70a26e1))
* **deps:** update softprops/action-gh-release digest to c062e08
([#331](#331))
([c797383](c797383))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Jul 21, 2024
1 parent 70a26e1 commit da311de
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 19 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.46"}
{".":"0.0.47"}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.0.47](https://github.com/validator-labs/validator/compare/v0.0.46...v0.0.47) (2024-07-20)


### Bug Fixes

* handle basic auth for OCI client ([#333](https://github.com/validator-labs/validator/issues/333)) ([5041c4f](https://github.com/validator-labs/validator/commit/5041c4f30d87489929f0800ae21a1a7ea0c73cfa))
* make string utils avail externally ([#335](https://github.com/validator-labs/validator/issues/335)) ([81d7d46](https://github.com/validator-labs/validator/commit/81d7d46177c8c1c9e5958c86fa6a6876b8b699d4))


### Other

* move string utils to central location ([#334](https://github.com/validator-labs/validator/issues/334)) ([44c09ab](https://github.com/validator-labs/validator/commit/44c09abfe9fa35a63f7afe4ac777247826984465))


### Docs

* recommend validatorctl; document Hauler ([#326](https://github.com/validator-labs/validator/issues/326)) ([18a8fef](https://github.com/validator-labs/validator/commit/18a8fef6da2bcf53d9bc6073f0eb0a6e4e8e6bbd))
* Update air-gapped prereqs in README.md ([de015d9](https://github.com/validator-labs/validator/commit/de015d9112ba59a61bffe2d5e5c00914441fea31))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 8a7402a ([#336](https://github.com/validator-labs/validator/issues/336)) ([8f94947](https://github.com/validator-labs/validator/commit/8f9494753245bcddf224a2540c9b4b8a037edc7c))
* **deps:** update golang.org/x/exp digest to 8a7402a ([#338](https://github.com/validator-labs/validator/issues/338)) ([e012a4e](https://github.com/validator-labs/validator/commit/e012a4e4cc66ab6250d9c7a6eb253df55bd0cc98))
* **deps:** update golang.org/x/exp digest to e3f2596 ([#329](https://github.com/validator-labs/validator/issues/329)) ([3419300](https://github.com/validator-labs/validator/commit/34193001faf79259d195ba5ad904074988d50b47))
* **deps:** update kubernetes packages to v0.30.3 ([#332](https://github.com/validator-labs/validator/issues/332)) ([5d4486c](https://github.com/validator-labs/validator/commit/5d4486ce195a6a254c39096548f5d5b97372c275))
* **deps:** update module github.com/google/go-containerregistry to v0.20.1 ([#330](https://github.com/validator-labs/validator/issues/330)) ([81fd1cf](https://github.com/validator-labs/validator/commit/81fd1cf17a046d9383984f83e8ef63a4bc5a7572))
* **deps:** update module github.com/slack-go/slack to v0.13.1 ([#328](https://github.com/validator-labs/validator/issues/328)) ([089d25d](https://github.com/validator-labs/validator/commit/089d25d9f81f179067a69743579bd94e4bfa2454))
* **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.0.11 ([#339](https://github.com/validator-labs/validator/issues/339)) ([70a26e1](https://github.com/validator-labs/validator/commit/70a26e15f0833c621b80ad1c2c86a4eb82e56042))
* **deps:** update softprops/action-gh-release digest to c062e08 ([#331](https://github.com/validator-labs/validator/issues/331)) ([c797383](https://github.com/validator-labs/validator/commit/c7973838e3bf690784c46eb25f77b54061732a55))

## [0.0.46](https://github.com/validator-labs/validator/compare/v0.0.45...v0.0.46) (2024-07-12)


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.0.46
version: 0.0.47
appVersion: 0.0.27
4 changes: 2 additions & 2 deletions chart/validator/README.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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.46 # x-release-please-version
tag: v0.0.47 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -225,7 +225,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-azure
tag: v0.0.13 # x-release-please-version
tag: v0.0.13
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -300,7 +300,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-oci
tag: v0.0.11 # x-release-please-version
tag: v0.0.11
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -357,7 +357,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-kubescape
tag: v0.0.3 # x-release-please-version
tag: v0.0.3
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -422,7 +422,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-aws
tag: v0.1.1 # x-release-please-version
tag: v0.1.1
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -491,7 +491,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-network
tag: v0.0.18 # x-release-please-version
tag: v0.0.18
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -548,7 +548,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-maas
tag: v0.0.4 # x-release-please-version
tag: v0.0.4
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -606,7 +606,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-vsphere
tag: v0.0.27 # x-release-please-version
tag: v0.0.27
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.46 # x-release-please-version
tag: v0.0.47 # 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.46 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.0.47 # 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.46 # x-release-please-version
version: 0.0.47 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: ${AWS_VERSION}
Expand Down
3 changes: 2 additions & 1 deletion hack/update-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function addChartValues {
indentedValues="${indentedValues} $line"$'\n'
done <<< "$values"

indentedValues=$(sed 's/ # x-release-please-version//g' <<<"$indentedValues")

# Append the plugin's values to chart/validator/values.yaml
cat <<EOF >> chart/validator/values.yaml
- chart:
Expand All @@ -40,7 +42,6 @@ function updateValues {
for plugin in "${!versions[@]}"; do
version=${versions[$plugin]}
addChartValues validator-plugin-$plugin $version
truncate -s-1 chart/validator/values.yaml
echo "Updated values.yaml for validator-plugin-$plugin @ v$version."
done
}
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.0.46 # x-release-please-version
- name: quay.io/validator-labs/validator:v0.0.47 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.1
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.13
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.3
Expand All @@ -27,7 +27,7 @@ spec:
charts:
- name: validator
repoURL: https://validator-labs.github.io/validator
version: 0.0.46 # x-release-please-version
version: 0.0.47 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.1
Expand Down
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"chart/validator/Chart.yaml",
"chart/validator/README.md",
"chart/validator/values.yaml",
"hauler-manifest.yaml"
"hauler-manifest.yaml",
"hack/hauler-manifest-template.yaml",
"hack/chart/values-base.yaml"
],
"changelog-sections": [
{
Expand Down

0 comments on commit da311de

Please sign in to comment.