Skip to content

Commit

Permalink
chore(main): release 0.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Jul 16, 2024
1 parent de015d9 commit 02d45d1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 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"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### 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 e3f2596 ([#329](https://github.com/validator-labs/validator/issues/329)) ([3419300](https://github.com/validator-labs/validator/commit/34193001faf79259d195ba5ad904074988d50b47))
* **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))

## [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
2 changes: 1 addition & 1 deletion chart/validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.0.46"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.47"` |
| `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 @@ -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 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.12
- 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

0 comments on commit 02d45d1

Please sign in to comment.