Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(security-apps): bump secrets-store-csi-driver to 1.3.3 #1050

Merged
merged 7 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions charts/security-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
version: 0.76.0
version: 0.77.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,7 +17,22 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update StackRox from 3.74 to 4.x
description: |
secrets-store-csi-driver: update upstream components
* fix: update nodeserver publish logs
* chore: bump version to v1.3.3 in release-1.3
* chore: allow retries on pre-upgrade hook jobs
* chore: bump version to v1.3.2 in release-1.3
* chore: bump golang.org/x/net from 0.4.0 to 0.7.0
* chore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /test/e2eprovider
* chore: use base and test image from registry.k8s.io
* chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0
* chore: bump version to v1.3.4 in release-1.3
links:
- name: Release Notes for 4.0
url: https://github.com/stackrox/stackrox/blob/master/CHANGELOG.md#400
- name: Changelog for 1.3.4
url: https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.3.4
- kind: changed
description: "secrets-store-csi-driver: update charts from 1.3.1 to 1.3.4"
links:
- name: "fix: update nodeserver publish logs"
url: https://github.com/kubernetes-sigs/secrets-store-csi-driver/commit/dcb2c294be3bc8b792e02b9f03e5078664db0581
4 changes: 2 additions & 2 deletions charts/security-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/security-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ secretsStoreCsiDriver:
# -- Chart
chart: "secrets-store-csi-driver"
# -- [secrets-store-csi-driver Helm chart](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver) version
targetRevision: "1.3.1"
targetRevision: "1.3.4"
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver/values.yaml)
values: {}
Expand Down