feat: bump pipeline-tools to v2.1.0#165
Open
hoobio wants to merge 1 commit into
Open
Conversation
Bumps all 10 hoobio/pipeline-tools pins from v1.6.0 to v2.1.0 and adopts the v2 channel routing for the Backstage hierarchy in Dependency-Track: - Default-branch (main) now routes to its own top-level channel (channel=main, sub_channel="") instead of nesting under ci/main. Matches the v2 layout spec (release / prerelease / main / ci / hotfix as top-level siblings). - Feature branches / dispatch / PRs route to channel=ci with sub_channel=<branch>, so per-branch SBOM history groups under a shared ci umbrella. - Passes `default-branch: main` so the v2.1.0 sweep promotes any legacy `bitwarden-extension@ci/main` to top-level on first run. - Adds explicit `ci-keep` override for workflow_dispatch (manual aggressive cleanup); regular runs use v2.1.0's channel-aware defaults.
Contributor
✅ WACK Results (x64)🟢 23 passed Excluded Tests
All tests
|
Contributor
✅ WACK Results (ARM64)🟢 23 passed Excluded Tests
All tests
|
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.
Summary
Bumps 10 pipeline-tools pins from
@v1.6.0to@v2.1.0and adopts the v2 Backstage hierarchy routing for Dependency-Track. TheResolve DT channelstep now special-cases default-branch sobitwarden-extension@mainsits as a top-level sibling of release / prerelease / ci / hotfix instead of nesting under ci.Channel routing
releaseeventreleaseprereleasemain)mainci<sanitized-branch>Pre-v2.1.0 builds uploaded everything to
ci/<branch>(including main), which the v2 hierarchy now flattens via the always-on sweep.default-branch: mainis passed so the sweep promotes any existingbitwarden-extension@ci/mainto top-level on the first run.Why
ci/<X>umbrellas get re-parented automatically.keeptoggle.workflow_dispatchstill overrides tokeep=1/ci-keep=1for manual aggressive cleanup.Test plan
bitwarden-extension@main/<sha>parented underbitwarden-extension@componentbitwarden-extension@ci/main(if any) on first run; otherci/<branch>legacies nest underbitwarden-extension@ciprereleasechannel correctlyrelease: publishedevent routes toreleasewithmark-latest=true🤖 Generated with Claude Code