-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add sha256 digests to RPM packages #27103
Add sha256 digests to RPM packages #27103
Conversation
Pinging @elastic/agent (Team:Agent) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
run tests |
The change overall LGTM and it seems it is also applied. Unfortunately it creates some errors on CI:
@andrewkroh Any idea what is causing it? |
run tests |
The new fpm container wasn't published to the container registry. |
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. I'll remove the automatic 7.14 backport as I would not consider this a bug? @andresrc @andrewkroh How do you think about this change?
|
Fixes #23670 (cherry picked from commit be63e87) Co-authored-by: Andrew Kroh <[email protected]>
What does this PR do?
Adds sha256 digests to RPM packages.
Fixes #23670
Why is it important?
This allows the RPMs to be installed on RHEL8 without any additional flags to disable digest checks. RHEL8 no longer trust the sha1 and md5 we were adding.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues