Skip to content

fix: fetch default.packages.yaml from rhdh-plugin-export-overlays for non-1.10 branches#110

Merged
jrichter1 merged 2 commits into
redhat-developer:mainfrom
subhashkhileri:fix-failure-due-default-removal
Jun 4, 2026
Merged

fix: fetch default.packages.yaml from rhdh-plugin-export-overlays for non-1.10 branches#110
jrichter1 merged 2 commits into
redhat-developer:mainfrom
subhashkhileri:fix-failure-due-default-removal

Conversation

@subhashkhileri
Copy link
Copy Markdown
Member

Summary

  • default.packages.yaml was moved from the rhdh repo to rhdh-plugin-export-overlays, causing a 404 for all branches except release-1.10 which still uses the legacy location.
  • fetchDefaultPackages() now picks rhdh-plugin-export-overlays as the default URL base and falls back to the legacy rhdh repo only when RELEASE_BRANCH_NAME === "release-1.10".
  • Version bumped to 1.1.45 and changelog updated.

Test plan

  • Nightly run on maindefault.packages.yaml fetched from rhdh-plugin-export-overlays/main (no 404)
  • CI job with RELEASE_BRANCH_NAME=release-1.10 — fetches from legacy rhdh repo as before
  • CI job with RELEASE_BRANCH_NAME=release-1.11 (or similar) — fetches from rhdh-plugin-export-overlays

Assisted-by: Claude Code

… non-1.10 branches

The file was moved from the rhdh repo to rhdh-plugin-export-overlays.
release-1.10 continues to use the legacy rhdh repo URL; all other
branches (main, release-1.11+) now fetch from rhdh-plugin-export-overlays.

Assisted-by: Claude Code
Co-Authored-By: Claude Code
The file moved repos; update all docs references to point to the
new location so markdown-link-check passes.

Assisted-by: Claude Code
Co-Authored-By: Claude Code
@jrichter1 jrichter1 merged commit 93d7ff2 into redhat-developer:main Jun 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants