Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Releases: external-secrets/kubernetes-external-secrets

8.2.3

30 Jul 04:07
855c1ce
Compare
Choose a tag to compare

8.2.3 (2021-07-30)

Bug Fixes

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

8.2.2

12 Jul 12:54
599c3cf
Compare
Choose a tag to compare

8.2.2 (2021-07-12)

Bug Fixes

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

8.2.1

02 Jul 16:19
fd2729e
Compare
Choose a tag to compare

8.2.1 (2021-07-02)

Bug Fixes

8.2.0

02 Jul 16:14
8d00466
Compare
Choose a tag to compare

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

14 Jun 18:48
2e00799
Compare
Choose a tag to compare

8.1.3 (2021-06-14)

Bug Fixes

8.1.2

05 Jun 00:33
4bbaf85
Compare
Choose a tag to compare

Bug Fixes

8.1.1

03 Jun 02:41
3cf8709
Compare
Choose a tag to compare

Bug Fixes

  • verify CRD is available on startup (182e224)

8.1.0

03 Jun 02:17
067a33e
Compare
Choose a tag to compare

8.1.0 (2021-06-03)

Features

8.0.2

03 Jun 01:55
96c5f2a
Compare
Choose a tag to compare

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

13 May 11:15
f61fc85
Compare
Choose a tag to compare

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)