Skip to content

Commit 75374f2

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.0.0
1 parent 444fc60 commit 75374f2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Change log
44
All notable changes to the LaunchDarkly Relay Proxy Helm Chart will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
55

66

7+
## [3.0.0] - 2023-10-25
8+
### Changed:
9+
- Updated the default relay image to v8.2.0. To learn more about the changes involved, read [the Relay Changelog](https://github.com/launchdarkly/ld-relay/blob/v8/CHANGELOG.md).
10+
11+
### Removed:
12+
- Removed previously deprecated config option `podAnnotations`. Use `pod.annotations` instead.
13+
- Removed previously deprecated config option `podSecurityContext`. Use `pod.securityContext` instead.
14+
715
## [2.4.0] - 2023-07-20
816
### Added:
917
- Support TopologySpreadConstraint and PodDistruptionBudget. (Thanks, [pjaak](https://github.com/launchdarkly/ld-relay-helm/pull/47)!)

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 2.4.0
26+
version: 3.0.0
2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)