-
Notifications
You must be signed in to change notification settings - Fork 4
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
Chore: Prepare TX 2412 E2E tests #247
Chore: Prepare TX 2412 E2E tests #247
Conversation
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.4.2 to 4.0.0. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](peter-evans/dockerhub-description@dc67fad...e98e4d1) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4a13e50...5cd11c3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.26.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.23.0...883d858) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ocker/build-push-action-6.7.0' into feature/2412-upgrade
…ctions/checkout-4.1.7' into feature/2412-upgrade
…eter-evans/dockerhub-description-4.0.0' into feature/2412-upgrade
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, although a release can't be created until all the dependencies are approved. I created the following issues for the Eclipse IP team to check licences. Once they are approved, the DEPENDENCIES file should be updated.
[INFO] License information could not be automatically verified for the following content:
[INFO]
[INFO] maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-toml/2.18.0
[INFO] maven/mavencentral/org.flywaydb/flyway-database-postgresql/10.18.0
[INFO]
[INFO] This content is either not correctly mapped by the system, or requires review.
[INFO] A review is required for maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-toml/2.18.0.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16800 .
[INFO] A review is required for maven/mavencentral/org.flywaydb/flyway-database-postgresql/10.18.0.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16801 .
Hey @drcgjung, All dependencies have been approved. I don't have permissions to push to you branch so please update the DEPENDENCIES file and then I can merge this PR. |
@almadigabor DEPs have been updated an look good. EDC 0.8.0-rc5 has just been released, but we do not restest (75 integration and e2e tests) so we wait for the final release to upgrade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
WHAT
Contains all version and dependency updates necessary to enter the E2E phase of TX/CX 2412 release.
Also checked with latest TRGs and issues around that.
WHY
We need to synchronize against TX EDC 0.8.0-rc4 (und its upstream snapshot).
At the same time we mitigate new CVEs and care for the TRGs.
FURTHER NOTES
Closes #246
Closes #245