Skip to content

fix: normalize -dynamic suffix in extractPluginName for PR OCI resolution#89

Merged
jrichter1 merged 1 commit intoredhat-developer:mainfrom
subhashkhileri:bs-workspace-metadata-issue
Apr 21, 2026
Merged

fix: normalize -dynamic suffix in extractPluginName for PR OCI resolution#89
jrichter1 merged 1 commit intoredhat-developer:mainfrom
subhashkhileri:bs-workspace-metadata-issue

Conversation

@subhashkhileri
Copy link
Copy Markdown
Member

@subhashkhileri subhashkhileri commented Apr 21, 2026

Summary

  • Plugins with local-path dynamicArtifact (ending in -dynamic) were not resolved to PR OCI images in e2e PR checks. The metadata map key included the -dynamic suffix while OCI URL lookups did not, causing a silent mismatch.
  • extractPluginName now strips the -dynamic suffix so local paths and OCI refs for the same plugin produce the same key.
  • Bumps version to 1.1.32.

Fixes RHDHBUGS-2987

…tion

Plugins with local-path dynamicArtifact (ending in -dynamic) were not
resolved to PR OCI images because the metadata map key included the
-dynamic suffix while OCI URL lookups did not. extractPluginName now
strips the suffix so both paths produce the same key.

RHDHBUGS-2987
@jrichter1 jrichter1 merged commit 1b813ba into redhat-developer:main Apr 21, 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.

2 participants