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

Add support for Fedora 41 #207

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Commits on Nov 8, 2024

  1. Bump up the lower bound on ansible-core

    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.
    jsf9k committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    46b874f View commit details
    Browse the repository at this point in the history
  2. Add support for Fedora 41

    Fedora 41 was released on October 29th:
    https://www.redhat.com/en/blog/announcing-fedora-41
    jsf9k committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    985e545 View commit details
    Browse the repository at this point in the history
  3. Temporarily use a non-default branch of cisagov/ansible-role-upgrade

    Note that this is being done for testing purposes, and this change can
    be reverted once cisagov/ansible-role-upgrade#66 is merged.
    jsf9k committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1df67df View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update the version of the ansible-lint pre-commit hook

    Version 24.10.0 is the first version that supports Fedora 41 as a
    valid platform.
    jsf9k committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d9cb1c0 View commit details
    Browse the repository at this point in the history
  2. Revert to using the default branch of cisagov/ansible-role-upgrade

    We can do this now that cisagov/ansible-role-upgrade#66 has been
    merged.
    jsf9k committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    40cfc6d View commit details
    Browse the repository at this point in the history