chore: New Task to allow for centralisation of release-version tags - #508
Open
tommyd450 wants to merge 5 commits into
Open
chore: New Task to allow for centralisation of release-version tags#508tommyd450 wants to merge 5 commits into
tommyd450 wants to merge 5 commits into
Conversation
Configuration Diff1 document(s) impacted: + 1 added
- 0 removed
! 0 modifiedDiff@@ (root level) @@
# v1/ConfigMap/rhtas-tenant/rhtas-repo-branch-versions
! + one document added:
+ ---
+ apiVersion: v1
+ data:
+ artifact-signer-ansible: 1.5.0-dev
+ artifact-signer-ansible__main: 1.5.0
+ artifact-signer-ansible__release-1.3: 1.3.5
+ artifact-signer-ansible__release-1.4: 1.4.2
+ certificate-transparency-go: 1.5.0-dev
+ certificate-transparency-go__main: 1.5.0
+ certificate-transparency-go__release-1.3: 1.3.5
+ certificate-transparency-go__release-1.4: 1.4.2
+ cosign: 1.5.0-dev
+ cosign__main: 1.5.0
+ cosign__release-1.3: 1.3.5
+ cosign__release-1.4: 1.4.2
+ fulcio: 1.5.0-dev
+ fulcio__main: 1.5.0
+ fulcio__release-1.3: 1.3.5
+ fulcio__release-1.4: 1.4.2
+ gitsign: 1.5.0-dev
+ gitsign__main: 1.5.0
+ gitsign__release-1.3: 1.3.5
+ gitsign__release-1.4: 1.4.2
+ model-transparency: 1.5.0-dev
+ model-transparency-go: 1.5.0-dev
+ model-transparency-go__main: 1.5.0
+ model-transparency-go__release-1.3: 1.3.5
+ model-transparency-go__release-1.4: 1.4.2
+ model-transparency__main: 0.1.0
+ model-validation-operator: 1.5.0-dev
+ model-validation-operator__main: 0.1.0
+ policy-controller: 1.5.0-dev
+ policy-controller-operator: 1.5.0-dev
+ policy-controller-operator__main: 1.5.0
+ policy-controller-operator__release-1.0: 1.4.2
+ policy-controller__main: 1.5.0
+ policy-controller__release-1.0: 1.4.2
+ rekor: 1.5.0-dev
+ rekor-monitor: 1.5.0-dev
+ rekor-monitor__main: 1.5.0-dev
+ rekor-monitor__release-1.3: 1.3.5
+ rekor-monitor__release-1.4: 1.4.2
+ rekor-search-ui: 1.5.0-dev
+ rekor-search-ui__main: 1.5.0
+ rekor-search-ui__release-1.3: 1.3.5
+ rekor-search-ui__release-1.4: 1.4.2
+ rekor__main: 1.5.0
+ rekor__release-1.3: 1.3.5
+ rekor__release-1.4: 1.4.2
+ rhtas-console: 1.5.0-dev
+ rhtas-console-ui: 1.5.0-dev
+ rhtas-console-ui__main: 1.5.0
+ rhtas-console-ui__release-1.3: 1.3.5
+ rhtas-console-ui__release-1.4: 1.4.2
+ rhtas-console__main: 1.5.0
+ rhtas-console__release-1.3: 1.3.5
+ rhtas-console__release-1.4: 1.4.2
+ secure-sign-operator: 1.5.0-dev
+ secure-sign-operator__main: 1.5.0
+ secure-sign-operator__release-1.3: 1.3.5
+ secure-sign-operator__release-1.4: 1.4.2
+ segment-backup-job: 1.5.0-dev
+ segment-backup-job__main: 1.5.0-dev
+ segment-backup-job__release-1.3: 1.3.5
+ segment-backup-job__release-1.4: 1.4.2
+ timestamp-authority: 1.5.0-dev
+ timestamp-authority__main: 1.5.0
+ timestamp-authority__release-1.3: 1.3.5
+ timestamp-authority__release-1.4: 1.4.2
+ tough: 1.5.0-dev
+ tough__develop: 1.5.0
+ tough__release-1.3: 1.3.5
+ tough__release-1.4: 1.4.2
+ trillian: 1.5.0-dev
+ trillian__main: 1.5.0
+ trillian__release-1.3: 1.3.5
+ trillian__release-1.4: 1.4.2
+ tuf-server: 1.5.0-dev
+ tuf-server__main: 1.5.0
+ tuf-server__release-1.3: 1.3.5
+ tuf-server__release-1.4: 1.4.2
+ kind: ConfigMap
+ metadata:
+ name: rhtas-repo-branch-versions
+ namespace: rhtas-tenant📦 Artifacts: base-output.yaml, head-output.yaml, dyff-output.txt |
Contributor
Author
|
Will attempt a test before merging. Will add comment with pr soon. |
osmman
approved these changes
May 28, 2026
fghanmi
approved these changes
May 28, 2026
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.
This should hopefully eliminate the need to open 20+ prs post release. We can now localise tags in one place.