-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Devfile library to latest commit (04a8b3f) #6845
Bump Devfile library to latest commit (04a8b3f) #6845
Conversation
This fixes the issue with parsing child Devfiles referencing parents via URIs (GitHub blob, raw or any hosted URL). See [2] for more context. [1] devfile/library@04a8b3f [2] devfile/api#1119
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Kudos, SonarCloud Quality Gate passed! |
/override windows-integration-test/Windows-test
|
@feloy: Overrode contexts on behalf of feloy: windows-integration-test/Windows-test In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this:
/area dependency
What does this PR do / why we need it:
This bumps the Devfile library to the latest commit [1], which fixes the issue with parsing child Devfiles
referencing parents via URIs (GitHub blob, raw or any hosted URL).
See [2] for more context.
[1] devfile/library@04a8b3f
[2] devfile/api#1119
Which issue(s) this PR fixes:
Related to devfile/api#1119
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
Given the following Devfile:
Before this PR,
odo dev
won't be able to parse it:It should now work with this update of the Devfile library: