Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.45 KB

Change log

All notable changes to the LaunchDarkly Relay Proxy Helm Chart will be documented in this file. This project adheres to Semantic Versioning.

[2.1.0] - 2023-04-05

Added:

  • Add ability to set labels on pods through pod.labels value. (Thanks, kovaxur!)

Deprecated:

  • podAnnotations and podSecurityContext values have been deprecated. Use pod.annotations and pod.securityContext instead.

[2.0.0] - 2023-03-24

Changed:

  • Updated default Relay Proxy version to v7.2.1 to support contexts.

[1.2.1] - 2023-02-24

Changed:

  • (Tests) Bumped golang.org/x/text from 0.3.6 to 0.3.8
  • (Tests) Bumped golang.org/x/net from 0.0.0-20210614182718-04defd469f4e to 0.7.0
  • (Tests) Bumped golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0

[1.2.0] - 2023-01-25

Changed:

  • Updated HorizontalPodAutoscaler to be compatible with older versions of Kubernetes. (Thanks, guifl!)

[1.1.0] - 2022-11-16

Added:

  • Allow setting annotations on the created service.
  • Add mechanism for mounting secrets as files.

[1.0.1] - 2022-11-07

Fixed:

  • Restart running containers if the ConfigMap values change.

[1.0.0] - 2022-10-14

Added:

  • Initial release of the LaunchDarkly Relay Proxy Helm Chart