Update Helm chart secrets-store-csi-driver to v1.4.6 #889
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.0
->1.4.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/secrets-store-csi-driver (secrets-store-csi-driver)
v1.4.6
Compare Source
v1.4.6 - 2024-10-09
Changelog
Continuous Integration 💜
a2c307a
ci: update goreleaser config for v2Maintenance 🔧
b52af8c
chore: bumps base images71941d5
chore: bumps version for v1.4.6 releasev1.4.5
Compare Source
v1.4.5 - 2024-08-20
Changelog
Continuous Integration 💜
7a6ed16
ci: migrate azure job to eks prow clusterfff3865
ci: use v2 for goreleaserDocumentation 📘
e6da463
docs: akeyless provider supports rotationMaintenance 🔧
8e2cc82
chore: bump version to v1.4.5 in release-1.418619d1
chore: handle sha tags correctly in helm chartsc807dca
chore: bump node-driver-registrar tov2.11.1
36c6a8d
chore: bump livenessprobe tov2.13.1
Testing 💚
6be9c97
test: reset rotation response in mock server for upgrade tests32a95ae
add namespace to all kubectl commands in azure.batsv1.4.4
Compare Source
v1.4.4 - 2024-06-18
Changelog
Continuous Integration 💜
62d6dce
ci: use--clean
instead of--rm-dist
a067688
ci: use--verbose
instead of--debug
in goreleaserMaintenance 🔧
640a771
chore: bump version to v1.4.4 in release-1.4ccce7f7
chore: update debian-base to bookworm-v1.0.3Security Fix 🛡️
5747aa8
chore: bump kubectl to v1.29.4 in driver-crds for CVE-2023-45288Testing 💚
dbe92af
test: remove target path check in fake provider serverv1.4.3
Compare Source
v1.4.3 - 2024-04-17
Changelog
Bug Fixes 🐞
d84a7a1
fix: support more than one linux.crds.annotations in helm chartsContinuous Integration 💜
03dd391
ci: add govulncheckMaintenance 🔧
aa75fe5
chore: bump version to v1.4.3 in release-1.43c3889a
chore: update debian-base to bookworm-v1.0.2Security Fix 🛡️
412c477
security: bump golang.org/x/net to v0.23.0+ to fix GO-2024-26879ee78b8
security: bump kubectl to v1.29.3 in driver-crds for CVE-2024-24786v1.4.2
Compare Source
v1.4.2 - 2024-03-11
Changelog
Maintenance 🔧
9039cc9
chore: bump version to v1.4.2 in release-1.49fd198c
chore: update node-driver-registrar:v2.10.0, livenessprobe:v2.12.0b303fae
chore: update debian-base to bookworm-v1.0.1v1.4.1
Compare Source
v1.4.1 - 2024-01-16
Changelog
Continuous Integration 💜
10b07c1
ci: remove low quota regions for aks windows jobd4e169b
ci: remove aks-engine job templates80637ca
ci: add script for aks windows clusterMaintenance 🔧
2884c1d
chore: bump version to v1.4.1 in release-1.4b9101a7
chore: update to go 1.21.6 in dockerSecurity Fix 🛡️
eb644a3
security: bump golang.org/x/crypto to v0.17.0 to fix CVE-2023-48795v1.4.0
Compare Source
v1.4.0 - 2023-11-20
Breaking Changes⚠️
total_
prefix in the metrics name has been dropped as part of the latest otel bump in the driver. For Prometheus counters, by default the otel library appendstotal
suffix.total_rotation_reconcile
->rotation_reconcile_total
total_rotation_reconcile_error
->rotation_reconcile_error_total
total_node_publish
->node_publish_total
total_node_unpublish
->node_unpublish_total
total_node_publish_error
->node_publish_error_total
total_node_unpublish_error
->node_unpublish_error_total
total_sync_k8s_secret
->sync_k8s_secret_total
Changelog
Bug Fixes 🐞
604019c
fix: make manifest diffa1380ba
fix: update nodeserver publish logscdf0b77
fix: put annotations in right position of daemonsetbb1815a
fix: escape dot in target path regex97d3452
fix: fix CVE-2022-32149 and CVE-2022-27664 (#1059)d98c93c
fix: handles pfx certs in k8s secrets sync9fcdbb2
fix: update base image reference in scriptede4c70
fix: sanitize service account tokens in logs2ee77ca
fix: useos.Lstat
to resolveos.Stat
issue in windows3ae12bd
fix: remove files before cleanup mount point in unpublish0af2483
fix: panic when using --log-format-json830d184
fix: update err variable in defer to prevent err shadowingc452ac4
fix: add unit test to validate error shadowed bugCode Refactoring 💎
b0af2b9
refactor: use NewSharedInformerFactoryWithOptions for new shared informer14489c7
refactor: update mdbook install and serveContinuous Integration 💜
35d88b7
ci: [StepSecurity] Apply security best practices76b329d
ci: add codecov.yml0d4d5a3
ci: update kubernetes versions for staging image tests47bd321
ci: enable tests with kubernetes v1.2612cdcb4
ci: ignore slack badge in markdown link checka3c0e4e
ci: add codeql action9a120ea
ci: bump kubernetes version to v1.25.0f8e3435
ci: bump kind version to v0.14.0d1181e3
ci: add kubernetes 1.24 in e2e matrixce47672
ci: fix aws eks cluster creation384db8b
ci: fix markdown link check workflow failures12d1c99
ci: update kubernetes version matrix in staging e2e workflow0246e35
ci: update e2e_mock_provider_tests kubernetes versions2f16132
ci: add goreleaser workflow for released0e614f
ci: fix shellcheck file paths00a1445
ci: add markdown-link-check workflowDocumentation 📘
d29d835
docs: mention sig-auth subproject in readmee0e5c06
docs: add openssf badge905d82b
docs: update reference toregistry.k8s.io
in release3864b78
docs: update supported releases - v1.3.x and v1.2.xb8c64cc
docs: add security vuln scanning to release mgmte195c55
docs: update supported releases - v1.2.x and v1.1.x3787ca2
docs: include security explanations for root/privileged/and pod tokensb55eaef
docs: update instructions on generating release notesc0e97a5
docs: add subPath volume mount limitation592ad7b
docs: update supported versions and replace v1alpha1 with v18c41c4a
docs: remove helm repo url change note in install steps052429b
docs: add slack badge95218a6
docs: fix dead links based on errors0391489
docs: update features and add tocba364e1
docs: Update helm README.md with linux crd image values (#797)856ad85
docs: update supported feature by current providersa760c18
docs: fix typo in api version group nameed9ecf3
docs: add design docs and roadmap to website99aafa5
docs: add project status to docsFeatures 🌈
21694f0
feat: add--version
flag to print the driver versionb4d2608
feat: add default toleration for all taints34cb436
feat: Support disabling Helm chart CRD hooks0723e1e
feat: support provider paths under /var/run7ac887a
feat: add token requests client (#805)4b8c442
feat: send NodePublishVolumeRequest.VolumeContext in MountRequest to providerMaintenance 🔧
9056530
chore: bump version to v1.4.0 in release-1.4c4b22eb
chore: update to go 1.21.4 in docker7cdb803
chore: update to go 1.21a3fbe36
chore: bump google.golang.org/grpc from 1.49.0 to 1.56.32a6ad3c
chore: bump google.golang.org/grpc in /test/e2eprovider0de7b33
chore: bump golang.org/x/net from 0.10.0 to 0.17.0 in /hack/tools41c8819
chore: bump golang.org/x/net from 0.8.0 to 0.17.07cf7be9
chore: bump golang.org/x/net from 0.8.0 to 0.17.0 in /test/e2eprovider9743144
chore: bump actions/checkout from 3.5.3 to 4.0.0a4aa61d
chore: bump github/codeql-action from 2.21.2 to 2.21.5dca6d3f
chore: cleanup secretproviderclass statusda9fd72
chore: bump github/codeql-action from 2.21.0 to 2.21.21b10489
chore: bump k8s.io/code-generator from 0.27.3 to 0.27.4 in /hack/tools663d733
chore: bump github/codeql-action from 2.20.4 to 2.21.0a4aea02
chore: bump sigs.k8s.io/controller-tools in /hack/toolsdb8c839
chore: bump github/codeql-action from 2.20.3 to 2.20.414952e6
chore: bump github/codeql-action from 2.20.1 to 2.20.32403169
chore: update debian-base to bookworm-v1.0.0ca06ac3
chore: bump github/codeql-action from 2.20.0 to 2.20.119f5ce2
chore: bump ossf/scorecard-action from 2.1.3 to 2.2.061e53b7
chore: bump sigs.k8s.io/controller-tools in /hack/tools3e9a018
chore: bump k8s.io/code-generator from 0.27.2 to 0.27.3 in /hack/tools47468b8
chore: bump github.com/golangci/golangci-lint in /hack/tools0d6bd57
chore: bump github/codeql-action from 2.3.6 to 2.20.0f87cf12
chore: bump actions/dependency-review-action from 3.0.4 to 3.0.6fb2ff09
chore: bump actions/checkout from 3.5.2 to 3.5.3d2ac05d
chore: bump goreleaser/goreleaser-action from 4.2.0 to 4.3.049f966f
chore: bump github/codeql-action from 2.3.3 to 2.3.66938b86
chore: bump github.com/golangci/golangci-lint in /hack/toolsc8b330c
chore: bump k8s.io/code-generator from 0.26.4 to 0.27.2 in /hack/tools6551fe2
chore: bump k8s deps tov1.26.4
(#1254)7b9e0f9
chore: bump codecov/codecov-action from 3.1.3 to 3.1.4ceb7ec6
chore: bump actions/setup-go from 4.0.0 to 4.0.17e5b5dc
chore: bump golang from79ffe35
to31a8f92
in /test/e2eprovider73fd4cc
chore: bump golang fromeaf1267
to31a8f92
in /docker26c8cd5
chore: bump github/codeql-action from 2.3.2 to 2.3.3bc0fbbb
chore: bump step-security/harden-runner from 2.3.1 to 2.4.0086c6b6
chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0ace8c5a
chore: bump google.golang.org/grpc in /test/e2eprovidercb49b72
chore: bump k8s.io/klog/v2 from 2.80.1 to 2.100.1 in /test/e2eproviderbeb650e
chore: bump golang from403f486
to79ffe35
in /docker7b4879f
chore: bump monis.app/mlog from 0.0.2 to 0.0.4 in /test/e2eproviderca9178e
chore: bump golang from403f486
to79ffe35
in /test/e2eproviderb855553
chore: bump codecov/codecov-action from 3.1.2 to 3.1.34f2eae2
chore: bump github/codeql-action from 2.3.0 to 2.3.25743ab3
chore: bump sigs.k8s.io/controller-tools in /hack/tools0b457df
chore: bump github/codeql-action from 2.2.12 to 2.3.00e85ac0
chore: enable gocritic linter and fix errors1ef0c67
chore: cleanup WritePayloads to be easier to use23b30d1
chore: allow retries on pre-upgrade hook jobs7c7b3e5
chore: bump actions/checkout from 3.5.0 to 3.5.2b8069f4
chore: bump github/codeql-action from 2.2.11 to 2.2.12dc4bf06
chore: update to go 1.208048905
chore: bump trivy version to v0.39.1379a4a4
chore: bump kind version to v0.18.0e582845
chore: bump github/codeql-action from 2.2.9 to 2.2.117cce3bb
chore: updates error messagecab63b3
chore: remove unused node name in rotation reconciler957817e
chore: remove unused providerVolumePath code paths34afcef
chore: bump actions/checkout from 3.4.0 to 3.5.076f266a
chore: bump github.com/golangci/golangci-lint in /hack/tools8b508b2
chore: bump github/codeql-action from 2.2.7 to 2.2.9adba078
chore: bump k8s.io/code-generator from 0.26.2 to 0.26.3 in /hack/toolsa556236
chore: bump google.golang.org/protobuf in /hack/toolsfa40c79
chore: update golangci-lint to v1.52.1ead9b01
chore: bump github/codeql-action from 2.2.6 to 2.2.7b4e4c6a
chore: bump actions/checkout from 3.3.0 to 3.4.0f62667c
chore: bump google.golang.org/protobuf in /hack/toolsba9625b
chore: bump google.golang.org/protobuf in /hack/tools8d15bd1
chore: bump github/codeql-action from 2.2.5 to 2.2.61367ef6
chore: bump k8s.io/code-generator from 0.26.1 to 0.26.2 in /hack/tools9d23ab4
chore: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc in /hack/tools686b1dc
chore: bump gaurav-nelson/github-action-markdown-link-checkc9e9052
chore: bump github/codeql-action from 2.2.4 to 2.2.58da23b0
chore: bump golang.org/x/net from 0.4.0 to 0.7.0f62048e
chore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /hack/tools8bf3cea
chore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /test/e2eprovider37b523c
chore: bump github/codeql-action from 2.2.2 to 2.2.47951913
chore: use base and test image fromregistry.k8s.io
bd9efb6
chore: bump sigs.k8s.io/controller-tools in /hack/tools06130f8
chore: bump github/codeql-action from 2.2.1 to 2.2.2bd549ea
chore: bump sigs.k8s.io/controller-tools in /hack/tools3042513
chore: bump github/codeql-action from 2.1.39 to 2.2.1ebce4e4
chore: bump goreleaser/goreleaser-action from 4.1.0 to 4.2.00a3fee2
chore: bump k8s.io/code-generator from 0.26.0 to 0.26.1 in /hack/tools98ec718
chore: bump github/codeql-action from 2.1.38 to 2.1.39143dc71
chore: pin buildx tov0.10.6
fe84ebc
chore: bump github/codeql-action from 2.1.37 to 2.1.388979367
chore: bump actions/checkout from 3.2.0 to 3.3.0c4229cb
chore: update livenessprobe to v2.9.094fc545
chore: update node-driver-registrar to v2.7.042e786e
chore: bump sigs.k8s.io/controller-tools in /hack/tools1b6d197
chore: remove windows version 1903, 1909 and 2004 (EOL)93d0e05
chore: bump goreleaser/goreleaser-action from 3.2.0 to 4.1.068c4a7a
chore: bump github/codeql-action from 2.1.36 to 2.1.37d2398b1
chore: bump actions/checkout from 3.1.0 to 3.2.0df7c1a5
chore: bump k8s.io/code-generator from 0.25.4 to 0.26.0 in /hack/toolsd772515
chore: bump github/codeql-action from 2.1.35 to 2.1.367513988
chore: reenable trivy scan for binary4c1a8f5
chore: use kubectl v1.26.0 in driver-crdsda5a280
chore: switch toregistry.k8s.io
215e5c2
chore: update node-driver-registrar to v2.6.24e6cc57
chore: bump github/codeql-action from 2.1.32 to 2.1.35c60d93f
chore: bump stefanprodan/helm-gh-pages from 1.6.0 to 1.7.06a64a91
chore: bump k8s.io/code-generator from 0.25.3 to 0.25.4 in /hack/toolsc9ec363
chore: bump github/codeql-action from 2.1.31 to 2.1.321111a97
chore: use kubectl 1.25.4 in driver-crdsca89feb
chore: remove k8s.io/kubernetes dep59473a2
chore: bump github/codeql-action from 2.1.29 to 2.1.318778a4c
chore: update livenessprobe to v2.8.0b12d68a
chore: bump github/codeql-action from 2.1.28 to 2.1.292beee6f
chore: bump sigs.k8s.io/controller-tools in /hack/tools4776c62
chore: bump k8s.io/code-generator from 0.25.0 to 0.25.3 in /hack/tools603bb66
chore: bump github.com/golangci/golangci-lint in /hack/tools358b8a3
chore: bump google.golang.org/protobuf in /hack/tools75b1134
chore: bump actions/checkout from 2 to 36841c6d
chore: bump sigs.k8s.io/kustomize/kustomize/v4 in /hack/toolsf6021d8
chore: bump goreleaser/goreleaser-action from 2.8.1 to 3.2.0d3e4260
chore: addsok-to-test
label on dependabot prs8a52d33
chore: bump github.com/golangci/golangci-lint in /hack/toolsc8fc68f
chore: bump stefanprodan/helm-gh-pages from 1.4.1 to 1.6.057a5cb9
chore: bump gaurav-nelson/github-action-markdown-link-check762f81f
chore: add dependabot.ymle3ed2f2
chore: use kubectl 1.25.x in driver-crdsf938672
chore: update golangci-lint to v1.49.06fda350
chore: run apt update && apt upgrade -y in dockerfile0dc8c0f
chore: support kubernetes v1.25.0980a539
chore: remove pspf020bdf
chore: update debian-base to bullseye-v1.4.25680241
chore: update k8s deps to v0.24.44be2208
chore: update to go 1.19e272dc9
chore: update debian-base to bullseye-v1.4.1efb3274
chore: update debian-base to bullseye-v1.4.027032f6
chore: update boilerplate for the generated proto filesfe049c3
chore: usegoogle.golang.org/protobuf
and regenerate protoa95f0e5
chore: update kustomize to v41d264d2
chore: update tools dependencies and generate manifestse0f1850
chore: update kubernetes deps to v1.24.15ddc969
chore: addcrds.podLabels
for helm hook jobs (#962)d70d198
chore: update debian-base to bullseye-v1.3.0a48fdde
chore: bumpnode-driver-registrar:v2.5.1
andlivenessprobe:v2.7.0
68ef471
chore: bump kind version to v0.13.0 to support kubernetes v1.2475d28a4
chore: update pull request template1faac89
chore: change default to/var/run
for providers pathe6cc3d5
chore: upgrade makefile test binary versions4b09e85
chore: upgrade to go 1.181ec0f8b
chore: remove deprecated minimumProviderVersions in helm chartb46dfcb
chore: make token requests conditional for v1.20+37f55b2
chore: bumpnode-driver-registrar:v2.5.0
andlivenessprobe:v2.6.0
ca257a8
chore: markv1alpha1
api version as deprecatedae87243
chore: remove old helm packages and indexccb9fa4
chore: updates trivy commanda596624
chore: log invalid key in errordac5381
chore: update debian-base to bullseye-v1.1.0f694be2
chore: bump node-driver-reegistrar image to v2.4.09750771
chore: remove deprecated--filtered-watch-secret
flagc78559e
chore: bump livenessprobe image to v2.5.02b27e0c
chore: upgrade kubernetes deps6069215
chore: use TARGETARCH for image build and makefile updatee1f143c
chore: usecorev1
as import alias instead ofv1
Security Fix 🛡️
d3a4a98
security: bump kubernetes version to v1.27.0 in driver-crds369ab7b
security: fix CVE-2022-41717fe26e98
security: fix CVE-2022-27664586ff3f
security: fix CVE-2022-27664e24efb7
security: fix multiple CVEs0dde850
security: fix CVE-2022-374342d85ba6
security: fix CVE-2022-199694077a6
security: fix multiple CVEs3bfd4f2
security: fix CVE-2022-29526ce8133d
security: fix CVE-2021-42099357134
security: fix CVE-2022-19960c70232
security: fix CVE-2022-349036152bf1
security: fix CVE-2022-206884f8b21
security: fix CVE-2022-1664860c83e
security: fix CVE-2022-129228a14d2
security: fix CVE-2022-1271f4b9d0f
security: fix CVE-2018-25032 and update to debian-base:bullseye-v1.2.05a34967
security: fix CVEsb558858
security: fix CVE-2022-0778, CVE-2021-4160e6d1c8f
security: fix CVE-2021-3995, CVE-2021-39966462375
security: fix CVE-2021-43618Testing 💚
4a54858
test: improve nodeserver testingca6a736
test: more usage of t.TempDir()cc6f126
test: replace tmpdir with t.TempDir()df67b53
test: cleanup provider tests (part 1)725b77d
test: use helm upgrade --install for azure e2e86d368e
test: use helm charts for azure provider0ec6250
test: conditionally check token requests role and binding899d3ed
test: add test for view and admin cluster role (#845)v1.3.4
Compare Source
v1.3.4 - 2023-06-12
Changelog
Maintenance 🔧
c2739b3
chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.027ae074
chore: bump version to v1.3.4 in release-1.3v1.3.3
Compare Source
v1.3.3 - 2023-04-20
Changelog
Bug Fixes 🐞
dcb2c29
fix: update nodeserver publish logsMaintenance 🔧
505e1cf
chore: bump version to v1.3.3 in release-1.323b30d1
chore: allow retries on pre-upgrade hook jobsv1.3.2
Compare Source
v1.3.2 - 2023-03-21
Changelog
Maintenance 🔧
5eb38be
chore: bump version to v1.3.2 in release-1.34ec2b4a
chore: bump golang.org/x/net from 0.4.0 to 0.7.0ae3e1ff
chore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /test/e2eprovider8bd2629
chore: use base and test image fromregistry.k8s.io
v1.3.1
Compare Source
v1.3.1 - 2023-01-21
Changelog
Maintenance 🔧
cba4224
chore: pin buildx tov0.10.6
766c42a
chore: bump version to v1.3.1 in release-1.3f3b0300
chore: update livenessprobe to v2.9.0c0d3b61
chore: update node-driver-registrar to v2.7.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.