Skip to content

Releases: DopplerHQ/kubernetes-operator

v1.7.1

01 Oct 21:03
9e2cbc2

Choose a tag to compare

What's Changed

  • Add support for specifying OIDC identity in DopplerSecret spec by @mikesellitto in #93

Full Changelog: v1.7.0...v1.7.1

v1.7.0

29 Sep 18:13
d94c799

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

14 May 14:16
cc5d3c3

Choose a tag to compare

What's Changed

  • Added support for labels and annotations in managed secrets by @nmanoogian in #84

Full Changelog: v1.5.7...v1.6.0

v1.5.7

18 Feb 15:47
c9a3a89

Choose a tag to compare

What's Changed

Full Changelog: v1.5.6...v1.5.7

v1.5.6

17 Jan 17:44
1b62cd5

Choose a tag to compare

This release replaces v1.5.2-5 which were DOA due to a build issue.

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5

17 Jan 17:23
e8875c9

Choose a tag to compare

This release replaces v1.5.2-4 which were DOA due to a build issue.

What's Changed

  • Change Helm releaser to use GitHub App rather than deploy key by @nmanoogian in #79

Full Changelog: v1.5.4...v1.5.5

v1.5.4

17 Jan 15:49
c4285b6

Choose a tag to compare

This release replaces v1.5.2 and v1.5.3 which were DOA due to a build issue.

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

17 Jan 14:45
3e1a703

Choose a tag to compare

This release replaces v1.5.2 which was DOA due to a build issue.

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

16 Jan 18:41
6e4d829

Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

07 May 18:40
e8745b9

Choose a tag to compare

  • Remove kube-rbac-proxy dependency (#63). The proxy was only being used to provide authentication to the /metrics endpoint on the operator, which doesn't expose any sensitive information. This was requiring frequent updates to the operator just to keep the dependency up-to-date. We've opted to remove the dependency to avoid this. If you were previously hitting the /metrics operator endpoint over HTTPS with authentication on port 8443, you should switch this to unauthenticated HTTP on port 8080.