fix: Bump default relay proxy version from 8.10.5 to 8.19.1#112
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
abarker-launchdarkly
approved these changes
May 6, 2026
keelerm84
pushed a commit
that referenced
this pull request
May 6, 2026
🤖 I have created a release *beep* *boop* --- ## [3.6.1](3.6.0...3.6.1) (2026-05-06) ### Bug Fixes * Bump default relay proxy version from 8.10.5 to 8.19.1 ([#112](#112)) ([b0eecc9](b0eecc9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Related issues
The chart (v3.6.0) has
appVersion: "8.10.5"hardcoded in Chart.yaml, but the latest stable Relay Proxy is 8.19.1. Deployments silently run the outdated version unlessimage.tagis set explicitly in values.Describe the solution you've provided
Bumps the
appVersionin Chart.yaml from8.10.5to8.19.1so that the default deployment uses the latest stable v8 relay proxy release.Describe alternatives you've considered
N/A
Additional context
Reference: #69
Link to Devin session: https://app.devin.ai/sessions/73b9015f9dea4e5d82964673755a2dfb
Requested by: @keelerm84
Note
Medium Risk
Changes the default
ld-relaycontainer image tag (via.Chart.AppVersion) and associated labels, which could alter runtime behavior for users relying on chart defaults. Scope is limited to a version bump with updated golden manifests.Overview
Updates the chart’s default Relay Proxy version by bumping
Chart.yamlappVersionfrom8.10.5to8.19.1, which in turn changes the default image tag (image.tag | default .Chart.AppVersion).Refreshes the golden test manifests to expect the new
app.kubernetes.io/versionlabel value andlaunchdarkly/ld-relay:8.19.1image reference.Reviewed by Cursor Bugbot for commit 56877ed. Bugbot is set up for automated code reviews on this repo. Configure here.