-
Notifications
You must be signed in to change notification settings - Fork 6
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 support for Fedora 41 #207
Merged
Merged
Conversation
This file contains 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
jsf9k
added
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
github-actions
Pull requests that update GitHub Actions code
labels
Nov 7, 2024
This is being done because the pip-audit pre-commit hook identifies a vulnerability in ansible-core version 2.16.13. Note that this requires that we bump up ansible to version 10 since all versions of ansible 9 have a dependency on ~=2.16.X.
Fedora 41 was released on October 29th: https://www.redhat.com/en/blog/announcing-fedora-41
jsf9k
force-pushed
the
improvement/add-support-for-fedora-41
branch
from
November 8, 2024 19:15
efb0f43
to
985e545
Compare
jsf9k
added a commit
to cisagov/ansible-role-upgrade
that referenced
this pull request
Nov 8, 2024
We are adding support for Fedora 41 soon in cisagov/skeleton-ansible-role#207, and that release only supports dnf5, so we need to support it.
6 tasks
Note that this is being done for testing purposes, and this change can be reverted once cisagov/ansible-role-upgrade#66 is merged.
7 tasks
jsf9k
added a commit
to cisagov/ansible-role-automated-security-updates
that referenced
this pull request
Nov 12, 2024
We don't support this platform yet, but we will soon. See cisagov/skeleton-ansible-role#207 for more details.
6 tasks
Version 24.10.0 is the first version that supports Fedora 41 as a valid platform.
We can do this now that cisagov/ansible-role-upgrade#66 has been merged.
dv4harr10
approved these changes
Nov 13, 2024
dav3r
approved these changes
Nov 13, 2024
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.
👍
jsf9k
added
the
kraken 🐙
This pull request is ready to merge during the next Lineage Kraken release
label
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
github-actions
Pull requests that update GitHub Actions code
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
kraken 🐙
This pull request is ready to merge during the next Lineage Kraken release
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.
🗣 Description
This pull request adds support for Fedora 41.
Note
This pull request is built on top of #209 and hence that pull request must be merged before this one.
Note
I
git cherry-pick
ed cisagov/skeleton-generic@b9f798d from cisagov/skeleton-generic#197 onto this pull request because it needs that version of theansible-lint
pre-commit
hook in order to pass linting.💭 Motivation and context
Fedora 41 was released on October 29th, so we should support it. We are also moving our FreeIPA server AMI to Fedora 41.
🧪 Testing
All automated tests pass.
✅ Pre-approval checklist
✅ Pre-merge checklist
dnf5
package manager ansible-role-upgrade#66 has been merged.