Skip to content
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

Use pombump to handle spark dep bumps. #13605

Merged
merged 9 commits into from
Feb 29, 2024

Conversation

vaikas
Copy link
Contributor

@vaikas vaikas commented Feb 23, 2024

Switch to using pombump. Has less CVEs, but they can not be currently removed.
Trying to bump libthrift-0.12.0.jar to 13 or later does not compile because API has changed.
jackson-mapper-asl-1.9.13 has not been updated since 2013.
hadoop-client-runtime-3.3.6 is the latest
Others are shaded jars.

Fixes:

Related:

Pre-review Checklist

For new package PRs only

  • This PR is marked as fixing a pre-existing package request bug
    • Alternatively, the PR is marked as related to a pre-existing package request bug, such as a dependency
  • REQUIRED - The package is available under an OSI-approved or FSF-approved license
  • REQUIRED - The version of the package is still receiving security updates
  • This PR links to the upstream project's support policy (e.g. endoflife.date)

For new version streams

  • The upstream project actually supports multiple concurrent versions.
  • Any subpackages include the version string in their package name (e.g. name: ${{package.name}}-compat)
  • The package (and subpackages) provides: logical unversioned forms of the package (e.g. nodejs, nodejs-lts)

For security-related PRs

  • The security fix is recorded in the advisories repo

For version bump PRs

  • The epoch field is reset to 0

For PRs that add patches

  • Patch source is documented

@vaikas vaikas changed the title WIP: Start of using pombump to handle spark dep bumps. Use pombump to handle spark dep bumps. Feb 29, 2024
Signed-off-by: Ville Aikas <[email protected]>
spark/bump-packages.patch Show resolved Hide resolved
spark.yaml Show resolved Hide resolved
Copy link
Contributor Author

@vaikas vaikas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still some other patches that need to get applied.

spark.yaml Show resolved Hide resolved
spark.yaml Show resolved Hide resolved
@vaikas vaikas enabled auto-merge February 29, 2024 22:21
@vaikas vaikas merged commit 716e7dc into wolfi-dev:main Feb 29, 2024
7 of 8 checks passed
@vaikas vaikas deleted the spark-using-pombump branch February 29, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants