Add CHANGELOG for 2.5.1#509
Merged
Merged
Conversation
215e8dd to
313f2b5
Compare
pda
approved these changes
May 15, 2026
| ## Unreleased | ||
| ## 2.5.1 - 2026-05-15 | ||
| - `bktec tools backfill-commit-metadata` now accepts OIDC tokens from `buildkite-agent oidc request-token` in addition to API access tokens. Preview; gated behind `BKTEC_PREVIEW_SELECTION`. | ||
| - Fix `go.mod` module path to `github.com/buildkite/test-engine-client/v2` so v2.x releases are installable via `go get` and `go tool`. Previous v2.x tags (v2.0.0–v2.5.0) declared the unversioned path, which violates [Go's major version suffix rules](https://go.dev/ref/mod#major-version-suffixes) and made them unfetchable. Downstream consumers importing bktec as a Go module or installing it via the `tool` directive should pin to `v2.5.1` or later and update their import paths to include the `/v2` suffix. |
Member
There was a problem hiding this comment.
Arguably too much detail for a CHANGELOG line, but all good 👍🏼
313f2b5 to
d657602
Compare
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.
Description
Rename
## Unreleasedto## 2.5.1 - 2026-05-15so the release pipeline picks it up. The entry now covers two changes shipping inv2.5.1:bktec tools backfill-commit-metadata, shipped by TE-5834 (merged at8ccafd6onmain).go.modmodule-path fix from TE-5843 ([TE-5843] Encode v2 major version in go.mod module path #510, the base of this PR). This is the first v2.x tag with a correctly-suffixed module path, so downstream consumers should pin tov2.5.1or later and update their import paths to include the/v2suffix.Phase 1 of the v2.5.1 release (TE-5839): land #510, then this, then cut
v2.5.1-rc.1from the release pipeline and smoke-test againsttest-prediction-backfillwith a real OIDC JWT before tagging the finalv2.5.1.Context
Resolves TE-5839.
This PR is stacked on top of #510 ([TE-5843] Encode v2 major version in go.mod module path). Merge #510 first; this PR will then automatically retarget to
mainand show only the CHANGELOG diff.Verification
Diff against #510 is a single bullet appended to the
2.5.1entry — visually reviewable. The release pipeline (TE-5839 phase 2) is what actually validates the new2.5.1heading.AI assisted.
Deployment
Low risk. CHANGELOG only.
Rollback
Yes.