Skip to content

chore: prepare release v3.7.7#88

Merged
olamilekan000 merged 2 commits into
mainfrom
bump/convoy-v26.3.7
May 29, 2026
Merged

chore: prepare release v3.7.7#88
olamilekan000 merged 2 commits into
mainfrom
bump/convoy-v26.3.7

Conversation

@mekilis

@mekilis mekilis commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump the Convoy Helm chart and vendored agent/server subcharts to 3.7.7 with app image v26.3.7.
  • Keep agent/server parent image tags tied to the shared global *tag value so global.convoy.tag remains the source of truth.
  • Wire JWT secrets into agent/server migrate init containers and the agent workload, using chart-managed JWT Secrets by default or global.convoy.jwt_secret_name when provided.

Test plan

  • helm lint .
  • helm template convoy-test . --values values.yaml --values ci/integration-kind-values.yaml
  • helm template ... --set global.convoy.jwt_secret_name=existing-jwt-secret
  • Local kind install with CI values reached Running for agent, server, Postgres, and Redis.

Note

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 follow global.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 inline agent.env.auth.jwt defaults. Parent values.yaml adds agent.env.auth.jwt wired to global JWT YAML anchors; docs clarify production use of jwt_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_name help 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.

Comment thread Chart.yaml Outdated
Comment thread Chart.yaml
Comment thread values.yaml Outdated
@mekilis mekilis force-pushed the bump/convoy-v26.3.7 branch from 45e3c7b to 7a5c404 Compare May 28, 2026 21:56

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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

Comment thread charts/server/templates/deployment.yaml
@mekilis mekilis force-pushed the bump/convoy-v26.3.7 branch from 7a5c404 to 0c7acf7 Compare May 29, 2026 10:02
@olamilekan000 olamilekan000 merged commit 3b3b220 into main May 29, 2026
3 checks passed
@olamilekan000 olamilekan000 deleted the bump/convoy-v26.3.7 branch May 29, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants