fix: fetch default.packages.yaml from rhdh-plugin-export-overlays for all branches#113
Merged
jrichter1 merged 1 commit intoJun 10, 2026
Conversation
… all branches The file was deleted from the rhdh repo (PR #4932) and now lives in rhdh-plugin-export-overlays for all branches including release-1.10. Remove the legacy fallback URL that pointed to the rhdh repo. Bump version to 1.10.0 for the release-1.10 branch versioning scheme. Assisted-by: Claude Code Co-Authored-By: Claude Code
1 task
jrichter1
approved these changes
Jun 10, 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.
Summary
rhdhrepo fallback:default.packages.yamlwas deleted from therhdhrepo (PR #4932) and now lives inrhdh-plugin-export-overlaysfor all branches includingrelease-1.10. The legacy URL fallback that special-casedrelease-1.10is removed — all branches now use the samerhdh-plugin-export-overlaysURL.1.10.0: Establishes the1.10.xversioning scheme for therelease-1.10branch (published under npm tag1.10).maincontinues with2.xversioning.Context
This fixes the nightly E2E test failures on overlay
release-1.10caused by thedefault.packages.yamlremoval from therhdhrepo. The file is confirmed to exist atrhdh-plugin-export-overlays/release-1.10:Test plan
1.10.0is published to npm under the1.10dist-tagrelease-1.10workspaces to use@red-hat-developer-hub/e2e-test-utils@1.10release-1.10Assisted-by: Claude Code