chore(deps): update helm release secrets-store-csi-driver to 1.4.6 #5875
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.1->1.4.6Release Notes
kubernetes-sigs/secrets-store-csi-driver (secrets-store-csi-driver)
v1.4.6Compare Source
v1.4.6 - 2024-10-09
Changelog
Continuous Integration 💜
a2c307aci: update goreleaser config for v2Maintenance 🔧
b52af8cchore: bumps base images71941d5chore: bumps version for v1.4.6 releasev1.4.5Compare Source
v1.4.5 - 2024-08-20
Changelog
Continuous Integration 💜
7a6ed16ci: migrate azure job to eks prow clusterfff3865ci: use v2 for goreleaserDocumentation 📘
e6da463docs: akeyless provider supports rotationMaintenance 🔧
8e2cc82chore: bump version to v1.4.5 in release-1.418619d1chore: handle sha tags correctly in helm chartsc807dcachore: bump node-driver-registrar tov2.11.136c6a8dchore: bump livenessprobe tov2.13.1Testing 💚
6be9c97test: reset rotation response in mock server for upgrade tests32a95aeadd namespace to all kubectl commands in azure.batsv1.4.4Compare Source
v1.4.4 - 2024-06-18
Changelog
Continuous Integration 💜
62d6dceci: use--cleaninstead of--rm-dista067688ci: use--verboseinstead of--debugin goreleaserMaintenance 🔧
640a771chore: bump version to v1.4.4 in release-1.4ccce7f7chore: update debian-base to bookworm-v1.0.3Security Fix 🛡️
5747aa8chore: bump kubectl to v1.29.4 in driver-crds for CVE-2023-45288Testing 💚
dbe92aftest: remove target path check in fake provider serverv1.4.3Compare Source
v1.4.3 - 2024-04-17
Changelog
Bug Fixes 🐞
d84a7a1fix: support more than one linux.crds.annotations in helm chartsContinuous Integration 💜
03dd391ci: add govulncheckMaintenance 🔧
aa75fe5chore: bump version to v1.4.3 in release-1.43c3889achore: update debian-base to bookworm-v1.0.2Security Fix 🛡️
412c477security: bump golang.org/x/net to v0.23.0+ to fix GO-2024-26879ee78b8security: bump kubectl to v1.29.3 in driver-crds for CVE-2024-24786v1.4.2Compare Source
v1.4.2 - 2024-03-11
Changelog
Maintenance 🔧
9039cc9chore: bump version to v1.4.2 in release-1.49fd198cchore: update node-driver-registrar:v2.10.0, livenessprobe:v2.12.0b303faechore: update debian-base to bookworm-v1.0.1v1.4.1Compare Source
v1.4.1 - 2024-01-16
Changelog
Continuous Integration 💜
10b07c1ci: remove low quota regions for aks windows jobd4e169bci: remove aks-engine job templates80637caci: add script for aks windows clusterMaintenance 🔧
2884c1dchore: bump version to v1.4.1 in release-1.4b9101a7chore: update to go 1.21.6 in dockerSecurity Fix 🛡️
eb644a3security: bump golang.org/x/crypto to v0.17.0 to fix CVE-2023-48795v1.4.0Compare 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 appendstotalsuffix.total_rotation_reconcile->rotation_reconcile_totaltotal_rotation_reconcile_error->rotation_reconcile_error_totaltotal_node_publish->node_publish_totaltotal_node_unpublish->node_unpublish_totaltotal_node_publish_error->node_publish_error_totaltotal_node_unpublish_error->node_unpublish_error_totaltotal_sync_k8s_secret->sync_k8s_secret_totalChangelog
Bug Fixes 🐞
604019cfix: make manifest diffa1380bafix: update nodeserver publish logscdf0b77fix: put annotations in right position of daemonsetbb1815afix: escape dot in target path regex97d3452fix: fix CVE-2022-32149 and CVE-2022-27664 (#1059)d98c93cfix: handles pfx certs in k8s secrets sync9fcdbb2fix: update base image reference in scriptede4c70fix: sanitize service account tokens in logs2ee77cafix: useos.Lstatto resolveos.Statissue in windows3ae12bdfix: remove files before cleanup mount point in unpublish0af2483fix: panic when using --log-format-json830d184fix: update err variable in defer to prevent err shadowingc452ac4fix: add unit test to validate error shadowed bugCode Refactoring 💎
b0af2b9refactor: use NewSharedInformerFactoryWithOptions for new shared informer14489c7refactor: update mdbook install and serveContinuous Integration 💜
35d88b7ci: [StepSecurity] Apply security best practices76b329dci: add codecov.yml0d4d5a3ci: update kubernetes versions for staging image tests47bd321ci: enable tests with kubernetes v1.2612cdcb4ci: ignore slack badge in markdown link checka3c0e4eci: add codeql action9a120eaci: bump kubernetes version to v1.25.0f8e3435ci: bump kind version to v0.14.0d1181e3ci: add kubernetes 1.24 in e2e matrixce47672ci: fix aws eks cluster creation384db8bci: fix markdown link check workflow failures12d1c99ci: update kubernetes version matrix in staging e2e workflow0246e35ci: update e2e_mock_provider_tests kubernetes versions2f16132ci: add goreleaser workflow for released0e614fci: fix shellcheck file paths00a1445ci: add markdown-link-check workflowDocumentation 📘
d29d835docs: mention sig-auth subproject in readmee0e5c06docs: add openssf badge905d82bdocs: update reference toregistry.k8s.ioin release3864b78docs: update supported releases - v1.3.x and v1.2.xb8c64ccdocs: add security vuln scanning to release mgmte195c55docs: update supported releases - v1.2.x and v1.1.x3787ca2docs: include security explanations for root/privileged/and pod tokensb55eaefdocs: update instructions on generating release notesc0e97a5docs: add subPath volume mount limitation592ad7bdocs: update supported versions and replace v1alpha1 with v18c41c4adocs: remove helm repo url change note in install steps052429bdocs: add slack badge95218a6docs: fix dead links based on errors0391489docs: update features and add tocba364e1docs: Update helm README.md with linux crd image values (#797)856ad85docs: update supported feature by current providersa760c18docs: fix typo in api version group nameed9ecf3docs: add design docs and roadmap to website99aafa5docs: add project status to docsFeatures 🌈
21694f0feat: add--versionflag to print the driver versionb4d2608feat: add default toleration for all taints34cb436feat: Support disabling Helm chart CRD hooks0723e1efeat: support provider paths under /var/run7ac887afeat: add token requests client (#805)4b8c442feat: send NodePublishVolumeRequest.VolumeContext in MountRequest to providerMaintenance 🔧
9056530chore: bump version to v1.4.0 in release-1.4c4b22ebchore: update to go 1.21.4 in docker7cdb803chore: update to go 1.21a3fbe36chore: bump google.golang.org/grpc from 1.49.0 to 1.56.32a6ad3cchore: bump google.golang.org/grpc in /test/e2eprovider0de7b33chore: bump golang.org/x/net from 0.10.0 to 0.17.0 in /hack/tools41c8819chore: bump golang.org/x/net from 0.8.0 to 0.17.07cf7be9chore: bump golang.org/x/net from 0.8.0 to 0.17.0 in /test/e2eprovider9743144chore: bump actions/checkout from 3.5.3 to 4.0.0a4aa61dchore: bump github/codeql-action from 2.21.2 to 2.21.5dca6d3fchore: cleanup secretproviderclass statusda9fd72chore: bump github/codeql-action from 2.21.0 to 2.21.21b10489chore: bump k8s.io/code-generator from 0.27.3 to 0.27.4 in /hack/tools663d733chore: bump github/codeql-action from 2.20.4 to 2.21.0a4aea02chore: bump sigs.k8s.io/controller-tools in /hack/toolsdb8c839chore: bump github/codeql-action from 2.20.3 to 2.20.414952e6chore: bump github/codeql-action from 2.20.1 to 2.20.32403169chore: update debian-base to bookworm-v1.0.0ca06ac3chore: bump github/codeql-action from 2.20.0 to 2.20.119f5ce2chore: bump ossf/scorecard-action from 2.1.3 to 2.2.061e53b7chore: bump sigs.k8s.io/controller-tools in /hack/tools3e9a018chore: bump k8s.io/code-generator from 0.27.2 to 0.27.3 in /hack/tools47468b8chore: bump github.com/golangci/golangci-lint in /hack/tools0d6bd57chore: bump github/codeql-action from 2.3.6 to 2.20.0f87cf12chore: bump actions/dependency-review-action from 3.0.4 to 3.0.6fb2ff09chore: bump actions/checkout from 3.5.2 to 3.5.3d2ac05dchore: bump goreleaser/goreleaser-action from 4.2.0 to 4.3.049f966fchore: bump github/codeql-action from 2.3.3 to 2.3.66938b86chore: bump github.com/golangci/golangci-lint in /hack/toolsc8b330cchore: bump k8s.io/code-generator from 0.26.4 to 0.27.2 in /hack/tools6551fe2chore: bump k8s deps tov1.26.4(#1254)7b9e0f9chore: bump codecov/codecov-action from 3.1.3 to 3.1.4ceb7ec6chore: bump actions/setup-go from 4.0.0 to 4.0.17e5b5dcchore: bump golang from79ffe35to31a8f92in /test/e2eprovider73fd4ccchore: bump golang fromeaf1267to31a8f92in /docker26c8cd5chore: bump github/codeql-action from 2.3.2 to 2.3.3bc0fbbbchore: bump step-security/harden-runner from 2.3.1 to 2.4.0086c6b6chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0ace8c5achore: bump google.golang.org/grpc in /test/e2eprovidercb49b72chore: bump k8s.io/klog/v2 from 2.80.1 to 2.100.1 in /test/e2eproviderbeb650echore: bump golang from403f486to79ffe35in /docker7b4879fchore: bump monis.app/mlog from 0.0.2 to 0.0.4 in /test/e2eproviderca9178echore: bump golang from403f486to79ffe35in /test/e2eproviderb855553chore: bump codecov/codecov-action from 3.1.2 to 3.1.34f2eae2chore: bump github/codeql-action from 2.3.0 to 2.3.25743ab3chore: bump sigs.k8s.io/controller-tools in /hack/tools0b457dfchore: bump github/codeql-action from 2.2.12 to 2.3.00e85ac0chore: enable gocritic linter and fix errors1ef0c67chore: cleanup WritePayloads to be easier to use23b30d1chore: allow retries on pre-upgrade hook jobs7c7b3e5chore: bump actions/checkout from 3.5.0 to 3.5.2b8069f4chore: bump github/codeql-action from 2.2.11 to 2.2.12dc4bf06chore: update to go 1.208048905chore: bump trivy version to v0.39.1379a4a4chore: bump kind version to v0.18.0e582845chore: bump github/codeql-action from 2.2.9 to 2.2.117cce3bbchore: updates error messagecab63b3chore: remove unused node name in rotation reconciler957817echore: remove unused providerVolumePath code paths34afcefchore: bump actions/checkout from 3.4.0 to 3.5.076f266achore: bump github.com/golangci/golangci-lint in /hack/tools8b508b2chore: bump github/codeql-action from 2.2.7 to 2.2.9adba078chore: bump k8s.io/code-generator from 0.26.2 to 0.26.3 in /hack/toolsa556236chore: bump google.golang.org/protobuf in /hack/toolsfa40c79chore: update golangci-lint to v1.52.1ead9b01chore: bump github/codeql-action from 2.2.6 to 2.2.7b4e4c6achore: bump actions/checkout from 3.3.0 to 3.4.0f62667cchore: bump google.golang.org/protobuf in /hack/toolsba9625bchore: bump google.golang.org/protobuf in /hack/tools8d15bd1chore: bump github/codeql-action from 2.2.5 to 2.2.61367ef6chore: bump k8s.io/code-generator from 0.26.1 to 0.26.2 in /hack/tools9d23ab4chore: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc in /hack/tools686b1dcchore: bump gaurav-nelson/github-action-markdown-link-checkc9e9052chore: bump github/codeql-action from 2.2.4 to 2.2.58da23b0chore: bump golang.org/x/net from 0.4.0 to 0.7.0f62048echore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /hack/tools8bf3ceachore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /test/e2eprovider37b523cchore: bump github/codeql-action from 2.2.2 to 2.2.47951913chore: use base and test image fromregistry.k8s.iobd9efb6chore: bump sigs.k8s.io/controller-tools in /hack/tools06130f8chore: bump github/codeql-action from 2.2.1 to 2.2.2bd549eachore: bump sigs.k8s.io/controller-tools in /hack/tools3042513chore: bump github/codeql-action from 2.1.39 to 2.2.1ebce4e4chore: bump goreleaser/goreleaser-action from 4.1.0 to 4.2.00a3fee2chore: bump k8s.io/code-generator from 0.26.0 to 0.26.1 in /hack/tools98ec718chore: bump github/codeql-action from 2.1.38 to 2.1.39143dc71chore: pin buildx tov0.10.6fe84ebcchore: bump github/codeql-action from 2.1.37 to 2.1.388979367chore: bump actions/checkout from 3.2.0 to 3.3.0c4229cbchore: update livenessprobe to v2.9.094fc545chore: update node-driver-registrar to v2.7.042e786echore: bump sigs.k8s.io/controller-tools in /hack/tools1b6d197chore: remove windows version 1903, 1909 and 2004 (EOL)93d0e05chore: bump goreleaser/goreleaser-action from 3.2.0 to 4.1.068c4a7achore: bump github/codeql-action from 2.1.36 to 2.1.37d2398b1chore: bump actions/checkout from 3.1.0 to 3.2.0df7c1a5chore: bump k8s.io/code-generator from 0.25.4 to 0.26.0 in /hack/toolsd772515chore: bump github/codeql-action from 2.1.35 to 2.1.367513988chore: reenable trivy scan for binary4c1a8f5chore: use kubectl v1.26.0 in driver-crdsda5a280chore: switch toregistry.k8s.io215e5c2chore: update node-driver-registrar to v2.6.24e6cc57chore: bump github/codeql-action from 2.1.32 to 2.1.35c60d93fchore: bump stefanprodan/helm-gh-pages from 1.6.0 to 1.7.06a64a91chore: bump k8s.io/code-generator from 0.25.3 to 0.25.4 in /hack/toolsc9ec363chore: bump github/codeql-action from 2.1.31 to 2.1.321111a97chore: use kubectl 1.25.4 in driver-crdsca89febchore: remove k8s.io/kubernetes dep59473a2chore: bump github/codeql-action from 2.1.29 to 2.1.318778a4cchore: update livenessprobe to v2.8.0b12d68achore: bump github/codeql-action from 2.1.28 to 2.1.292beee6fchore: bump sigs.k8s.io/controller-tools in /hack/tools4776c62chore: bump k8s.io/code-generator from 0.25.0 to 0.25.3 in /hack/tools603bb66chore: bump github.com/golangci/golangci-lint in /hack/tools358b8a3chore: bump google.golang.org/protobuf in /hack/tools75b1134chore: bump actions/checkout from 2 to 36841c6dchore: bump sigs.k8s.io/kustomize/kustomize/v4 in /hack/toolsf6021d8chore: bump goreleaser/goreleaser-action from 2.8.1 to 3.2.0d3e4260chore: addsok-to-testlabel on dependabot prs8a52d33chore: bump github.com/golangci/golangci-lint in /hack/toolsc8fc68fchore: bump stefanprodan/helm-gh-pages from 1.4.1 to 1.6.057a5cb9chore: bump gaurav-nelson/github-action-markdown-link-check762f81fchore: add dependabot.ymle3ed2f2chore: use kubectl 1.25.x in driver-crdsf938672chore: update golangci-lint to v1.49.06fda350chore: run apt update && apt upgrade -y in dockerfile0dc8c0fchore: support kubernetes v1.25.0980a539chore: remove pspf020bdfchore: update debian-base to bullseye-v1.4.25680241chore: update k8s deps to v0.24.44be2208chore: update to go 1.19e272dc9chore: update debian-base to bullseye-v1.4.1efb3274chore: update debian-base to bullseye-v1.4.027032f6chore: update boilerplate for the generated proto filesfe049c3chore: usegoogle.golang.org/protobufand regenerate protoa95f0e5chore: update kustomize to v41d264d2chore: update tools dependencies and generate manifestse0f1850chore: update kubernetes deps to v1.24.15ddc969chore: addcrds.podLabelsfor helm hook jobs (#962)d70d198chore: update debian-base to bullseye-v1.3.0a48fddechore: bumpnode-driver-registrar:v2.5.1andlivenessprobe:v2.7.068ef471chore: bump kind version to v0.13.0 to support kubernetes v1.2475d28a4chore: update pull request template1faac89chore: change default to/var/runfor providers pathe6cc3d5chore: upgrade makefile test binary versions4b09e85chore: upgrade to go 1.181ec0f8bchore: remove deprecated minimumProviderVersions in helm chartb46dfcbchore: make token requests conditional for v1.20+37f55b2chore: bumpnode-driver-registrar:v2.5.0andlivenessprobe:v2.6.0ca257a8chore: markv1alpha1api version as deprecatedae87243chore: remove old helm packages and indexccb9fa4chore: updates trivy commanda596624chore: log invalid key in errordac5381chore: update debian-base to bullseye-v1.1.0f694be2chore: bump node-driver-reegistrar image to v2.4.09750771chore: remove deprecated--filtered-watch-secretflagc78559echore: bump livenessprobe image to v2.5.02b27e0cchore: upgrade kubernetes deps6069215chore: use TARGETARCH for image build and makefile updatee1f143cchore: usecorev1as import alias instead ofv1Security Fix 🛡️
d3a4a98security: bump kubernetes version to v1.27.0 in driver-crds369ab7bsecurity: fix CVE-2022-41717fe26e98security: fix CVE-2022-27664586ff3fsecurity: fix CVE-2022-27664e24efb7security: fix multiple CVEs0dde850security: fix CVE-2022-374342d85ba6security: fix CVE-2022-199694077a6security: fix multiple CVEs3bfd4f2security: fix CVE-2022-29526ce8133dsecurity: fix CVE-2021-42099357134security: fix CVE-2022-19960c70232security: fix CVE-2022-349036152bf1security: fix CVE-2022-206884f8b21security: fix CVE-2022-1664860c83esecurity: fix CVE-2022-129228a14d2security: fix CVE-2022-1271f4b9d0fsecurity: fix CVE-2018-25032 and update to debian-base:bullseye-v1.2.05a34967security: fix CVEsb558858security: fix CVE-2022-0778, CVE-2021-4160e6d1c8fsecurity: fix CVE-2021-3995, CVE-2021-39966462375security: fix CVE-2021-43618Testing 💚
4a54858test: improve nodeserver testingca6a736test: more usage of t.TempDir()cc6f126test: replace tmpdir with t.TempDir()df67b53test: cleanup provider tests (part 1)725b77dtest: use helm upgrade --install for azure e2e86d368etest: use helm charts for azure provider0ec6250test: conditionally check token requests role and binding899d3edtest: add test for view and admin cluster role (#845)v1.3.4Compare Source
v1.3.4 - 2023-06-12
Changelog
Maintenance 🔧
c2739b3chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.027ae074chore: bump version to v1.3.4 in release-1.3v1.3.3Compare Source
v1.3.3 - 2023-04-20
Changelog
Bug Fixes 🐞
dcb2c29fix: update nodeserver publish logsMaintenance 🔧
505e1cfchore: bump version to v1.3.3 in release-1.323b30d1chore: allow retries on pre-upgrade hook jobsv1.3.2Compare Source
v1.3.2 - 2023-03-21
Changelog
Maintenance 🔧
5eb38bechore: bump version to v1.3.2 in release-1.34ec2b4achore: bump golang.org/x/net from 0.4.0 to 0.7.0ae3e1ffchore: bump golang.org/x/net from 0.4.0 to 0.7.0 in /test/e2eprovider8bd2629chore: use base and test image fromregistry.k8s.ioConfiguration
📅 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.