-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing composeinfo with almost conflicting UIDs
When the metadata contains variants Foo and Foo-Bar, the deserialization logic always applies a workaround for old metadata that did not explicitly contain parent-child relationship. Thus Foo-Bar ends up as a child of Foo, even though they may be unrelated. The fix is to only apply the workaround when metadata version is too old. JIRA: COMPOSE-3814 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
- Loading branch information
Showing
2 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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