diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a266f8..573f090 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.7.0" + ".": "3.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 45697f8..49aa5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Change log 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). +## [3.8.0](https://github.com/launchdarkly/ld-relay-helm/compare/3.7.0...3.8.0) (2026-06-10) + + +### Features + +* expose deployment rolling update strategy and HPA scale behavior as configurable values ([#117](https://github.com/launchdarkly/ld-relay-helm/issues/117)) ([c3b2259](https://github.com/launchdarkly/ld-relay-helm/commit/c3b22590d9f6c9549c04c9d4128c8b214a30c5b1)) + ## [3.7.0](https://github.com/launchdarkly/ld-relay-helm/compare/3.6.1...3.7.0) (2026-06-02) diff --git a/Chart.yaml b/Chart.yaml index 28d8f72..26d001b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -23,7 +23,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.7.0 +version: 3.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to