All notable changes to the LaunchDarkly Relay Proxy Helm Chart will be documented in this file. This project adheres to Semantic Versioning.
- Add ability to set labels on pods through
pod.labels
value. (Thanks, kovaxur!)
podAnnotations
andpodSecurityContext
values have been deprecated. Usepod.annotations
andpod.securityContext
instead.
- Updated default Relay Proxy version to v7.2.1 to support contexts.
- (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
- Updated HorizontalPodAutoscaler to be compatible with older versions of Kubernetes. (Thanks, guifl!)
- Allow setting annotations on the created service.
- Add mechanism for mounting secrets as files.
- Restart running containers if the ConfigMap values change.
- Initial release of the LaunchDarkly Relay Proxy Helm Chart