Skip to content

Releases: launchdarkly/ld-relay-helm

v3.3.0

19 Mar 13:18
ac6af98
Compare
Choose a tag to compare

3.3.0 (2024-03-19)

Features

  • Add option to define terminationGracePeriodSeconds (#60) (f65b60b)

3.2.0

21 Feb 14:49
Compare
Choose a tag to compare

[3.2.0] - 2024-02-21

Added:

  • Add support for container lifecycle hooks. (Thanks, Helinanu!)

3.1.0

01 Dec 20:09
Compare
Choose a tag to compare

[3.1.0] - 2023-12-01

Added:

  • Support setting a pod's priority class name. (Thanks, kh3dron!)

3.0.0

25 Oct 18:08
Compare
Choose a tag to compare

[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. Use pod.annotations instead.
  • Removed previously deprecated config option podSecurityContext. Use pod.securityContext instead.

2.4.0

20 Jul 14:19
Compare
Choose a tag to compare

[2.4.0] - 2023-07-20

Added:

  • Support TopologySpreadConstraint and PodDistruptionBudget. (Thanks, pjaak!)

2.3.0

04 Jul 15:11
Compare
Choose a tag to compare

[2.3.0] - 2023-07-04

Added:

  • Support Dynamic EnvFrom existing K8s Secrets. (Thanks, LiamStorkey!)

2.2.2

11 May 19:19
Compare
Choose a tag to compare

[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

10 May 19:40
Compare
Choose a tag to compare

[2.2.1] - 2023-05-10

Fixed:

  • Fix name collision when setting multiple secret values as volume mounts.

2.2.0

27 Apr 16:39
Compare
Choose a tag to compare

[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!)

2.1.0

05 Apr 18:48
Compare
Choose a tag to compare

[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.