Kubernetes External Secrets Versions Save

Integrate external secret management systems with Kubernetes

8.2.3

2 years ago

8.2.3 (2021-07-30)

Bug Fixes

  • core: verify data items with path attribute when using naming conventions. (#800) (129a518)

8.2.2

2 years ago

8.2.2 (2021-07-12)

Bug Fixes

  • IBM: correctly extract secret data for IBM IAM credentials type secrets (#792) (2f16714)

8.2.1

2 years ago

8.2.1 (2021-07-02)

Bug Fixes

  • update transitive dependencies to resolve CVE-2020-28469, CVE-2021-33502 (fcd353f)

8.2.0

2 years ago

8.2.0 (2021-07-02)

Features

  • chart: add securityContext settings for pod container (#780) (28ce1a8)
  • Upsert secrets only when needed (#782) (48db901)

8.1.3

2 years ago

8.1.3 (2021-06-14)

Bug Fixes

8.1.2

2 years ago

Bug Fixes

  • deps: CVE-2021-32640, CVE-2021-23364, update transitive dependencies to address ReDOS vulnerabilities (78f7b2e)

8.1.1

2 years ago

Bug Fixes

  • verify CRD is available on startup (182e224)

8.1.0

2 years ago

8.1.0 (2021-06-03)

Features

8.0.2

2 years ago

Bug Fixes

  • crd: remove unnecessary empty properties in oneOf validation (#758) (fa54f54), closes #753
  • watcher: ensure that the restart timer is always started regardless of whether there are events or not (#765) (1de5432)

8.0.1

3 years ago

8.0.1 (2021-05-13)

Bug Fixes

  • add observedGeneration to CRD status fields (#747) (d8abea3)

8.0.0 (2021-05-12)

⚠ BREAKING CHANGES

  • Drops support for kubernetes versions <1.16. This shouldn't be a breaking change if you have followed earlier deprecation's (like using spec instead of secretDescriptor. The updated CRD complies with the new structural validation and should validate all fields, any fields missing in the validation will be dropped from your ExternalSecret resource.

Bug Fixes

  • update crd to apiextensions.k8s.io/v1 (#681) (73aeaef)