Releases: cyberark/secrets-provider-for-k8s
Releases · cyberark/secrets-provider-for-k8s
v1.10.0
[1.10.0] - 2026-04-09
Added
- Expose Health and Readiness probe configuration in Helm chart.
- Helm chart deployment supports standalone mode. (CNJR-12580)
- Standalone mode can operate on secrets in multiple namespaces. (CNJR-12578)
- Add Reloader as an optional sub-chart for automatic rolling restarts of application workloads on secret rotation. (CNJR-13038)
Security
- Upgrade golang to 1.26 to address CVE-2026-22184 (CNJR-13301)
- Upgrade otel to 1.43 to address CVE-2026-39883 and CVE-2026-39882. CNJR-13645
v1.9.0
[1.9.0] - 2026-03-09
Added
- Support for standalone mode config (CNJR-12577)
- Add Health and Readiness probe endpoints for standalone mode (CNJR-12579)
v1.8.0
[1.8.0] - 2026-02-18
Changed
- Rapid K8s Secret additions/updates are batched to reduce the number of calls to Secrets Manager. (CNJR-12713)
Added
- Support group templates for K8s Secrets. (CNJR-12574)
- Event-driven detection of new/updated labeled Kubernetes secrets. (CNJR-12568)
- Support for onboarding labeled Kubernetes secrets. (CNJR-12567)
- Remove stale secrets for labeled Kubernetes secrets. (CNJR-12714)
- Remove all Conjur managed secrets if conjur-map is missing or empty. (CNJR-12857)
- V2 batch retrieval as the default method to fetch secrets with automatic fallback to V1 for backwards compatibility. (CNJR-12572)
Fixed
- Fix deadlock when using sidecar without refresh. (CNJR-12825)
Changed
- Configured secrets-provider to retry indefinitely. (CNJR-5311)
v1.7.8
[1.7.8] - 2025-12-23
Changed
- Refactored Authentication and Secret Retrieval. (CNJR-11712)
Added
- Added support for authn-iam, authn-gcp, and authn-azure. (CNJR-11713)
v1.7.7
[1.7.7] - 2025-11-24
Fixed
- Fix bug where "/api" was stripped from Conjur Edge URLs (CNJR-11919)
v1.7.6
[1.7.6] - 2025-11-21
Added
- Cleanup idle sockets
- Remove improper type check for RETRY_COUNT_LIMIT configuration (CNJR-11028)
Changed
- Updated Go to 1.25 (CONJSE-2067)
- Update conjur-api-go to v0.13.10 and conjur-authn-k8s-client to v0.26.9 (CNJR-11784)
Fixed
- Preserved trailing null bytes when decoding base64 secrets. (CNJR-11482). cyberark/secrets-provider-for-k8s#555
v1.7.5
[1.7.5] - 2025-09-09
Changed
- Updated documentation to align with Conjur Enterprise name change to Secrets Manager. (CNJR-10982)
v1.7.4
[1.7.4] - 2025-04-01
Security
- Upgrade Go dependencies
v1.7.3
[1.7.3] - 2025-01-10
Security
- Upgrade multiple dependencies