Add CHANGELOG for 2.7.0#529
Draft
gchan wants to merge 1 commit into
Draft
Conversation
Closed
40aecb3 to
4459a9f
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.7.0 - 2026-05-28and add the four other user-visible changes that have landed onmainsince v2.6.0:buildkite-test-collectoris absent (Change pytest runner default output to JUnit; keep test-collector JSON as an option #524).<error>elements as failures (Handle <error> elements in JUnit XML parser #526).cwdincluded inrun_envfor uploaded results, so the receiving side can resolve absolute paths back to repo-relative ([TE-5972] Include cwd in run_env when uploading test results #522).Decisions Made
Minor version bump to 2.7.0, not patch to 2.6.1. The original release-cut sequence for TE-5984 anticipated a 2.6.x patch carrying only the OIDC fallback extension. PRs #519 and #527 add a new opt-in feature (test result upload), and #524 changes default behaviour for the Pytest runner. Semver puts both in minor-bump territory.
Bundle the rest of
maininto this release. The alternative is to cut 2.7.0 with only the upload work and follow up with 2.7.1 for the OIDC fallback. Bundling minimises the number of bktec versions downstream consumers (notablytest-prediction-backfill, which TE-5860 will pin) need to consider, and the upload work is already verified onmain.Context
Resolves TE-5984's release-cut step. This is step 3 of the release-cut sequence: land #523, then this, then cut
v2.7.0from the release pipeline.This PR is stacked on top of #523. Merge #523 first; this PR will then auto-retarget to
mainand the diff reduces to the four extra bullets and theUnreleased→2.7.0 - 2026-05-28heading rename.Verification
Diff against #523 is CHANGELOG-only — visually reviewable. The release pipeline is what actually validates the new
2.7.0heading.AI assisted.
Rollback
Yes.