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

Drop unsupported python version #580

Merged
merged 10 commits into from
Jul 19, 2024
Merged

Drop unsupported python version #580

merged 10 commits into from
Jul 19, 2024

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    b05245e View commit details
    Browse the repository at this point in the history
  2. Revert "Replace anxs by ANXS in meta/main.yml"

    This reverts commit b05245e.
    MrMegaNova committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a389942 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. drop Python 2 support

    Due to Python 3 being the default in all supported OSs, we may remove the logic that dealt with
    detecting the OSs Python version and consequently installed a different set of packages.
    
    - removed dependency on Python 2 packages (python-psycopg2)
    - rephrased named steps in CI as it is explicitely set in `python-version`
    - require Ansible 2.12 as it supports the auto-detection of the OS Python interpreter
    - removed explicit setting of Python version in variables, playbooks and inventory
    - removed unsupported configurations from test inventory
    conscribtor committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    915a9ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5b91f View commit details
    Browse the repository at this point in the history
  3. require Ansible version 9

    Ansible 10 uses ansible-core 2.17+ which drops Python 3.6 support and thus makes it incompatible
    with Rocky Linux 8 or other RHEL 8 derivatives.
    conscribtor committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ea07fb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. drop vars for EOL OSs

    conscribtor committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    525cd93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8004fd5 View commit details
    Browse the repository at this point in the history
  3. update Molecule README

    conscribtor committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1bc1823 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    ed0719a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge pull request #578 from conscribtor/drop-unsupported-dependencie…

    …s-and-options
    
    Drop unsupported Python and OS versions
    MrMegaNova authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    176b474 View commit details
    Browse the repository at this point in the history