diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 465f8aff0..d9d791e96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,6 @@ on: jobs: release: - needs: - - ci_standalone uses: "redhat-cop/ansible_collections_tooling/.github/workflows/release_pipeline_dual.yml@main" with: # Galaxy Publish diff --git a/changelogs/fragments/Rewrite.yml b/changelogs/fragments/Rewrite.yml index 585530960..8afaf451f 100644 --- a/changelogs/fragments/Rewrite.yml +++ b/changelogs/fragments/Rewrite.yml @@ -1,6 +1,7 @@ --- release_summary: | | Release Date: 2024-10-31 + | The collection has been updated for AAP 2.5 use and has only been tested against AAP 2.5, it has been updated to include the previously separated hub, eda, and gateway collection roles. | `Conversion Guide `__ breaking_changes: - Major overhaul to all code completed, variables have changed, role names have changed, please see the Conversion guide for more details.