You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: normalize -dynamic suffix in extractPluginName for PR OCI resolution (#89)
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
Copy file name to clipboardExpand all lines: docs/changelog.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## [1.1.31] - Current
5
+
## [1.1.32] - Current
6
+
7
+
### Fixed
8
+
9
+
-**Normalize `-dynamic` suffix in `extractPluginName`**: Plugins whose metadata `dynamicArtifact` is a local path (ending in `-dynamic`) were not matched during PR OCI resolution or config injection, because the metadata map key included the `-dynamic` suffix while OCI URL lookups did not. `extractPluginName` now strips the `-dynamic` suffix so local paths and OCI refs for the same logical plugin produce the same key. ([RHDHBUGS-2987](https://issues.redhat.com/browse/RHDHBUGS-2987))
0 commit comments