fix(release): retention-fix für stabile 5.2.0-promotion#94
Merged
tomtastisch merged 3 commits intomainfrom Feb 18, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Der PR stellt die Release-Retention nach der Stable-Promotion von v5.2.0 wieder her, indem der OIDC/Trusted-Publishing-Pfad aus dem Retention-Workflow entfernt und auf Secret-basiertes NuGet-Unlist umgestellt wird, plus Synchronisierung der Doku.
Changes:
.github/workflows/release-retention.yml: Entfernt OIDC (NuGet/login) undid-token-Permission; nutzt ausschließlichsecrets.NUGET_API_KEY.tools/ci/release/retention_apply.sh: Robustere Ermittlung der GitHub-Packages-Versionen (User-Endpoint mit Org-Fallback; keinjq-Parsing des Endpoints mehr).- Changelogs (DE/EN): Text an den tatsächlich genutzten Retention-Pfad angepasst.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
tools/ci/release/retention_apply.sh |
Fallback-Logik für GH Packages Endpoint + deterministisches Leersetzen von PACKAGE_ROWS. |
.github/workflows/release-retention.yml |
Entfernt OIDC-Login/Permissions; setzt NuGet-Unlist auf Secret-basierten Key. |
docs/versioning/103_CHANGELOG_RELEASES.MD |
Doku-Statement auf Secret-basiertes NuGet-Unlist aktualisiert. |
docs/versioning/003_CHANGELOG_RELEASES.MD |
DE-Changelog analog auf Secret-basiertes NuGet-Unlist aktualisiert. |
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.
Ziel & Scope
v5.2.0wieder deterministisch lauffähig machen.release.yml) zu verändern.Umgesetzte Aufgaben (abhaken)
release-retention.yml: OIDC-Step (NuGet/login) entfernt.release-retention.yml:NUGET_API_KEYaufsecrets.NUGET_API_KEYgesetzt.release-retention.yml:id-token: writeentfernt (Least Privilege).retention_apply.sh: GitHub-Packages-Endpoint robust (user -> org -> leer) umgesetzt.retention_apply.sh: fehleranfälliger jq-Fallbackpfad entfernt.docs/versioning/003_CHANGELOG_RELEASES.MD: Retention-Claim korrigiert.docs/versioning/103_CHANGELOG_RELEASES.MD: Retention-Claim korrigiert.Nachbesserungen aus Review (iterativ)
22134225117aus Actions-Logs extrahiert.Security- und Merge-Gates
id-tokenim Retention-Workflow entfernt).security/code-scanning/toolsmuss0 offene Alertszeigen (Merge-Gate).Evidence (auditierbar)
gh run view 22134225117 --logToken exchange failed (401): Workflow mismatch for policy 'tp-fileclassifier-release': expected 'release.yml', actual 'release-retention.yml'bash -n tools/ci/release/retention_apply.sh0DRY_RUN=1 ... bash tools/ci/release/retention_apply.sh0, geplante RC-Bereinigung enthältv5.2.0-rc.6.python3 tools/check-doc-consistency.py->Doc consistency check OKpython3 tools/check-docs.py->Doc check OKDoD (mindestens 2 pro Punkt)
release-retention.ymlentferntPACKAGE_ROWSfällt deterministisch auf leer zurück