All notable changes to the LaunchDarkly Relay Proxy Helm Chart will be documented in this file. This project adheres to Semantic Versioning.
3.3.0 (2024-03-19)
- Add support for container lifecycle hooks. (Thanks, Helinanu!)
- Support setting a pod's priority class name. (Thanks, kh3dron!)
- Updated the default relay image to v8.2.0. To learn more about the changes involved, read the Relay Changelog.
- Removed previously deprecated config option
podAnnotations
. Usepod.annotations
instead. - Removed previously deprecated config option
podSecurityContext
. Usepod.securityContext
instead.
- Support TopologySpreadConstraint and PodDistruptionBudget. (Thanks, pjaak!)
- Support Dynamic EnvFrom existing K8s Secrets. (Thanks, LiamStorkey!)
- Liveness and readiness probes, by default use an HTTP scheme. This breaks once TLS is enabled in the relay. values file now updated to allow these schemes to be overridden.
- Fix name collision when setting multiple secret values as volume mounts.
relay.secrets.volumeName
is no longer used when mounting secrets as volumes as all secrets as mounted within a shared volume.
- Support setting environment variables directly on the container spec through
relay.environmentVariables
. This enables more complex variable definitions. (Thanks, uristernik!)
- 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