chore(release): 0.2.2 - #51
Merged
Merged
Conversation
Cuts the Unreleased section and repoints the Action examples at the new tag. This release is the one where pull request mirroring first works. The feature shipped in 0.2.1, but four defects made it inoperable in practice: the destination repository path was owner relative where every API wanted it qualified, Azure DevOps duplicated the project into paths that already carried it, concurrent repositories raced on shared state, and a pull request with no labels failed its own update. Two further fixes here, Docker Hub session tokens and config discovery, affect anyone running 0.2.1 today regardless of whether they mirror pull requests at all.
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.
Cuts the
Unreleasedsection and repoints the Action examples at the new tag.This is the release where pull request mirroring actually works
The feature shipped in 0.2.1. Four defects made it inoperable in practice, all found after the fact by reviewing the whole codebase rather than the diff:
mirror_objects404d on GitHub, GitLab, and BitbucketThe last of those was caught by the new live test suite, on its first real run against GitHub, within a minute of the suite existing.
Two fixes that affect anyone on 0.2.1 today
Independent of pull request mirroring:
make buildwrites./syncerd, and config discovery accepted that extensionless file, producingyaml: control characters are not allowed.Also in this release
Eleven further correctness fixes (destination pull requests left open after their source merged, GitHub comment id spaces, lost comment ids on partial failure, cron overlap, signal handling, silent malformed globs, dropped Slack notifications, and more), every workflow action updated off the deprecated Node 20 runtime, both transitive Go advisories cleared, and the high-severity
brace-expansionadvisory patched.Plus the thing that found the labels bug: a live provider test suite (
make test-live) that creates throwaway repositories, mirrors a pull request between them against the real GitHub API, and deletes them. It has run green.What this release does not prove
The live suite covers GitHub only, one shape: a same-repository pull request with one comment. GitLab, Bitbucket, Azure DevOps, and CodeCommit are still checked only against fakes, and fork heads and inline review-comment anchors remain unproven against a real API. Those are the paths I would trust least.
After merge
Tag
v0.2.2. This tag also exercises the updatedrelease.ymlandhelm-release.ymlfor the first time, since no pull request can.