From 0182577ea0b9d60df4dae55e43d8fd7e8bd7c368 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Fri, 17 Jan 2025 10:14:04 -0600 Subject: [PATCH] deprecation warning in the readme (#17) * modified: README.md * modified: README.md * modified: README.md * modified: README.md * modified: README.md * modified: .markdownlint.yml modified: README.md * modified: .markdownlint.yml * modified: .markdownlint.yml * modified: .github/workflows/ci_standalone.yml modified: .github/workflows/ci_standalone_versioned.yml --- .github/workflows/ci_standalone.yml | 20 +++++++------ .github/workflows/ci_standalone_versioned.yml | 28 +++++++++++-------- .markdownlint.yml | 2 ++ README.md | 5 +++- 4 files changed, 34 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci_standalone.yml b/.github/workflows/ci_standalone.yml index a1423748..fe6e7874 100644 --- a/.github/workflows/ci_standalone.yml +++ b/.github/workflows/ci_standalone.yml @@ -3,14 +3,18 @@ name: Test collection with AWX matrix on: push: branches: - - '*_' - - devel - tags: - - '*_' # ending underscore for trying things - - 'v[0-9]+.[0-9]+.[0-9]+' # final version - - 'v[0-9]+.[0-9]+.[0-9]+[abrc]+[0-9]+' # alpha, beta, release candidate (rc) - - 'v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+' # development versions - pull_request: + - main +# on: +# push: +# branches: +# - '*_' +# - devel +# tags: +# - '*_' # ending underscore for trying things +# - 'v[0-9]+.[0-9]+.[0-9]+' # final version +# - 'v[0-9]+.[0-9]+.[0-9]+[abrc]+[0-9]+' # alpha, beta, release candidate (rc) +# - 'v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+' # development versions +# pull_request: jobs: ci_standalone: diff --git a/.github/workflows/ci_standalone_versioned.yml b/.github/workflows/ci_standalone_versioned.yml index 36af1775..5ccf4f75 100644 --- a/.github/workflows/ci_standalone_versioned.yml +++ b/.github/workflows/ci_standalone_versioned.yml @@ -1,18 +1,22 @@ --- name: Test collection with AWX - on: - workflow_call: - inputs: - awx_version: - description: The version to pull of awx - required: true - type: string - gh_ref: - description: The ref in the repository to pull - required: false - default: devel - type: string + push: + branches: + - main + +# on: +# workflow_call: +# inputs: +# awx_version: +# description: The version to pull of awx +# required: true +# type: string +# gh_ref: +# description: The ref in the repository to pull +# required: false +# default: devel +# type: string env: # Run docker-compose up in the background COMPOSE_UP_OPTS: -d diff --git a/.markdownlint.yml b/.markdownlint.yml index eb1dcb86..99566f16 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -9,6 +9,8 @@ MD003: # MD013/line-length - Line length # Setting to false to match the yamllint setting MD013: false +MD022: false +MD026: false # MD046/code-block-style - Code block style # This will ensure that code block format is consistent across all markdown files diff --git a/README.md b/README.md index 023c3e07..2f84a3f2 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ This Ansible collection allows for easy interaction with an AWX or Ansible Controller server via Ansible roles using the AWX/Controller collection modules. +## Deprecation warning!!!!!!! +This collection only supports AWX and AAP 2.4 and earlier. For AAP 2.5+ take a look at our [new collection](https://github.com/redhat-cop/infra.aap_configuration) that allows you to manage your whole AAP configuration in one place. We will try and continue supporting this collection until AAP 2.4 support ends (currently set for 12/31/2025)[lifecycle](https://access.redhat.com/support/policy/updates/ansible-automation-platform). + ## Getting Help -We are on the Ansible Forums and Matrix, if you want to discuss something, ask for help, or participate in the community, please use the #infra-config-as-code tag on the fourm, or post to the chat in Matrix. +We are on the Ansible Forums and Matrix, if you want to discuss something, ask for help, or participate in the community, please use the #infra-config-as-code tag on the forum, or post to the chat in Matrix. [Ansible Forums](https://forum.ansible.com/tag/infra-config-as-code)