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

test: add ansible 2.16 #57

Merged
merged 7 commits into from
Jan 29, 2024
Merged

test: add ansible 2.16 #57

merged 7 commits into from
Jan 29, 2024

Commits on Jan 29, 2024

  1. tests: add ansible 2.16

    - Fix magefile to also handle release fragment missing.
    - Generate latest release version.
    sheldonhull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7b66bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b099597 View commit details
    Browse the repository at this point in the history
  3. chore(ci): update yaml files

    - Replace double quotes with single quotes in `.aqua/aqua.yaml`
    - Update Python version specification format in `.github/workflows/test.yaml`
    - Remove unnecessary `working-directory` specification in `.github/workflows/test.yaml`
    sheldonhull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1379517 View commit details
    Browse the repository at this point in the history
  4. chore(ci): update test workflow in GitHub Actions

    - Switch branch and directory name quotes in test.yaml to single quotes
    - Update aqua_version in aqua action from v1.32.0 to v2.21.3
    - Add 'update-github-path-with-aqua' and 'aqua-install-tooling' steps
    - Change aqua_opts in both Aqua steps to '--tags installfirst' and '--tags tests' respectively
    sheldonhull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    59e8fcd View commit details
    Browse the repository at this point in the history
  5. chore(ci): update python version and modify working directory in pipe…

    …line
    
    - Switch Python version from 3.10 to 3.11 in pipeline
    - Modify GitHub workflow to consistently set working-directory as './ansible_collections/delinea/core'
    - Change double quoted strings in YAML file to single quoted
    sheldonhull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6d5e815 View commit details
    Browse the repository at this point in the history
  6. chore(ci): update test.yaml with minor changes

    - switch to single quotes for strings in 'branches' and 'HERE' values
    - downgrade python-version to '3.10'
    - replace double quotes with single in 'aqua_opts' value
    sheldonhull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8f0cac5 View commit details
    Browse the repository at this point in the history
  7. chore(ci): modify github actions workflow

    - Switched to single quotes for string values
    - Removed `stable-2.13` from ansible version matrix
    - Unchanged python version and aqua options display formatting
    sheldonhull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    56cf439 View commit details
    Browse the repository at this point in the history