Releases: launchdarkly/ld-relay-helm
Releases · launchdarkly/ld-relay-helm
v3.3.0
3.2.0
3.1.0
3.0.0
[3.0.0] - 2023-10-25
Changed:
- Updated the default relay image to v8.2.0. To learn more about the changes involved, read the Relay Changelog.
Removed:
- Removed previously deprecated config option
podAnnotations
. Usepod.annotations
instead. - Removed previously deprecated config option
podSecurityContext
. Usepod.securityContext
instead.
2.4.0
2.3.0
2.2.2
[2.2.2] - 2023-05-11
Fixed:
- 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.
2.2.1
[2.2.1] - 2023-05-10
Fixed:
- Fix name collision when setting multiple secret values as volume mounts.
2.2.0
[2.2.0] - 2023-04-27
Added:
- Support setting environment variables directly on the container spec through
relay.environmentVariables
. This enables more complex variable definitions. (Thanks, uristernik!)