-
Notifications
You must be signed in to change notification settings - Fork 32
deps: update edc-connector to 0.12.0 and tractusx-edc to 0.9.0 #515
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
Merged
rafaelmag110
merged 12 commits into
eclipse-tractusx:main
from
bmg13:fix/e2e_run_tests_action
Mar 21, 2025
Merged
deps: update edc-connector to 0.12.0 and tractusx-edc to 0.9.0 #515
rafaelmag110
merged 12 commits into
eclipse-tractusx:main
from
bmg13:fix/e2e_run_tests_action
Mar 21, 2025
Conversation
This file contains hidden or 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 pull request is stale because it has been open for 7 days with no activity. |
… into fix/e2e_run_tests_action
rafaelmag110
approved these changes
Mar 21, 2025
Contributor
|
@bmg13 Changed the PR title to be more inline with what you actually did here. The pod start up being fixed was also a consequence of your update. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHAT
This PR aims mainly to fix the pods not starting properly (which makes the e2e tests to fail) and bump Connector and TX versions to 0.12.0 and 0.9.0, respectively.
WHY
Right now, these pods cannot be started and the documentation as well as the run e2e action are not correctly set. This PR aims to fix those.
Additionally, new versions of Connector and Tractus-X EDC are released and this PR allows to keep up with most recent versions.
FURTHER NOTES
I understand that these changes could be separated by fix and version bumps. However chosen to include both in here to have an update runnable application and have an all-in-one working solution.
The pre-existing Transfer tests are now finally passing (as an example) which is important to keep consistency. The most recent added test (can be seen in here) still is not passing and can possibly be due to incorrect/unupdated test setup. Since this PR already adds a lot of context, this issue can be targeted to the fix that test needs.
Closes #510 and #528 and possibly #497 (tbc by author)