chore: prepare release v3.7.7#88
Merged
Merged
Conversation
45e3c7b to
7a5c404
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7a5c404. Configure here.
7a5c404 to
0c7acf7
Compare
olamilekan000
approved these changes
May 29, 2026
olamilekan000
approved these changes
May 29, 2026
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.

Summary
3.7.7with app imagev26.3.7.*tagvalue soglobal.convoy.tagremains the source of truth.global.convoy.jwt_secret_namewhen provided.Test plan
helm lint .helm template convoy-test . --values values.yaml --values ci/integration-kind-values.yamlhelm template ... --set global.convoy.jwt_secret_name=existing-jwt-secretNote
Medium Risk
Changes affect JWT secret sourcing for agent and database migrate jobs; misconfiguration could break auth or migrations, though behavior mirrors existing server JWT patterns.
Overview
Releases Convoy Helm 3.7.7 with app image v26.3.7 across the umbrella chart,
Chart.lock, README badges, and vendored agent / server subcharts; default image tags followglobal.convoy.tag.The agent subchart now supplies JWT configuration to the migrate init container and main workload:
CONVOY_JWT_*from an existing secret (global.convoy.jwt_secret_name), a chart-managed Secret (charts/agent/templates/jwt-secret.yaml+convoy-agent.jwtSecretName), or inlineagent.env.auth.jwtdefaults. Parentvalues.yamladdsagent.env.auth.jwtwired to global JWT YAML anchors; docs clarify production use ofjwt_secret_name.Server migrate init containers (Deployment and Rollout) gain the same JWT env pattern via
convoy-server.jwtSecretName; server app containers already had JWT handling.global.convoy.jwt_secret_namehelp text is updated in root values and README.Reviewed by Cursor Bugbot for commit daed61a. Bugbot is set up for automated code reviews on this repo. Configure here.