Update shared-workflows for control-plane monolith#23
Merged
gciavarrini merged 4 commits intoJun 22, 2026
Conversation
Tag control-plane instead of archived managers, refresh Quay docs, and remove the unused gateway contract test workflow. Assisted-By: Claude (Anthropic) Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
chadcrum
approved these changes
Jun 18, 2026
| secrets: | ||
| quay-username: ${{ secrets.QUAY_USERNAME }} | ||
| quay-password: ${{ secrets.QUAY_PASSWORD }} | ||
| quay-password: ${{ secrets.QUAY_TOKEN }} |
Contributor
There was a problem hiding this comment.
Nit — the example now passes secrets.QUAY_TOKEN here, but the "Required secrets" section further down still says QUAY_USERNAME, QUAY_PASSWORD. Whichever name the org is actually using, the two spots should match so the next person setting up a new repo doesn't have to guess.
Contributor
Author
There was a problem hiding this comment.
Good catch.
Addressed in 4af19e2: can you please check if it reads better?
jenniferubah
approved these changes
Jun 18, 2026
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Assisted-By: Claude (Anthropic) Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
gabriel-farache
approved these changes
Jun 19, 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.
DCM no longer ships four separate manager repos. Release tooling and docs in shared-workflows still pointed at the old names, which would break once those repos are archived.
This PR updates
hack/tag-release.shto tagcontrol-planeinstead of the four managers, and refreshes README and build-push-quay examples to match. It also removes the gateway contract test workflow and script sinceapi-gatewayrepo is archived and nothing uses that check anymore.Changes:
Fixes: FLPATH-4406
--
Assisted-By: Claude (Anthropic)
Signed-off-by: Gloria Ciavarrini gciavarrini@redhat.com