chore(security-apps)!: Bump CSI-Secrets-Driver and Vault Chart version #1153
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.
Description
Bump Vault Helm Chart version from 0.26.1 to 0.27.0
Bump CSI-Secrets-Driver version from 1.3.4 to 1.4.0
!!! Breaking Change for CSI Secrets Driver !!!
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
Issues
Checklist
artifacthub.io/changes
annotation inChart.yaml
, check the example in the documentation.pre-commit run
docs/