Skip to content

chore(release): prepare v26.6.2#2708

Merged
mekilis merged 1 commit into
mainfrom
chore/release-v26.6.2
Jul 8, 2026
Merged

chore(release): prepare v26.6.2#2708
mekilis merged 1 commit into
mainfrom
chore/release-v26.6.2

Conversation

@mekilis

@mekilis mekilis commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Cuts the v26.6.2 patch on the June line and de-stales the release metadata files.

  • VERSION: v26.2.2 -> v26.6.2. The binary stamps its version from this embedded file via convoy.GetVersion() when no build-arg is passed, so it had been reporting v26.2.2 on plain builds.
  • CHANGELOG.md: regenerated with the repo's .git-cliff.toml. It had frozen at 26.3.6 while tags advanced to v26.6.1, so this backfills the missing 26.3.7, 26.6.0, 26.6.1 sections and adds 26.6.2.

v26.6.2 covers the three commits on main since v26.6.1:

Shipping this patch gets the #2706 security hardening and the #2707 timing fix into a tagged self-hosted release.

Notes

  • Docs/metadata only; no code changes.
  • Branch is intentionally not chore/monthly-release, so merging does not auto-trigger the tag-stable-release job. After merge, tag v26.6.2 at the merge commit (e.g. gh workflow run tag-stable-release.yml --ref main -f version=26.6.2 -f target_sha=<merge_sha>) to build binaries/images.

Note

Low Risk
Docs and version metadata only; no application code changes in this PR.

Overview
Prepares the v26.6.2 patch release by updating release metadata only.

VERSION moves from v26.2.2 to v26.6.2, so builds that read the embedded file (e.g. via convoy.GetVersion() on /healthz and configuration responses) report the correct June-line version instead of a stale v26.2.2.

CHANGELOG.md is regenerated (git-cliff) to catch up from 26.3.6 through 26.6.2, backfilling 26.3.7, 26.6.0, and 26.6.1 and documenting the three commits since v26.6.1: licenser constructor refactor (#2705), controlplane secret redaction / SSRF hardening (#2706), and dataplane delivery-attempt timestamp capture (#2707).

Reviewed by Cursor Bugbot for commit 4c44845. Bugbot is set up for automated code reviews on this repo. Configure here.

bump VERSION to v26.6.2 and backfill CHANGELOG.md through v26.6.2 with
git-cliff. the changelog had frozen at 26.3.6 while tags advanced to
v26.6.1, and VERSION had frozen at v26.2.2 (nothing in the release flow
bumps it). regenerate the missing 26.3.7, 26.6.0, 26.6.1 sections and add
26.6.2 for the three commits since v26.6.1 (#2705, #2706, #2707).
@mekilis mekilis merged commit f74cba2 into main Jul 8, 2026
34 checks passed
@mekilis mekilis deleted the chore/release-v26.6.2 branch July 8, 2026 07:32
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.

1 participant