From 82e5cc71e701769c19ad2e438e4c6248d1b3bcff Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 1 Jul 2025 07:53:12 +0200 Subject: [PATCH] Change devel to 2.19. (#1096) --- .azure-pipelines/azure-pipelines.yml | 34 ++++++++++++++-------------- README.md | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 8d038f61..ff2f5dfe 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -51,17 +51,17 @@ pool: Standard stages: ### Sanity & units - - stage: Ansible_devel - displayName: Sanity & Units devel + - stage: Ansible_2_19 + displayName: Sanity & Units 2.19 dependsOn: [] jobs: - template: templates/matrix.yml parameters: targets: - name: Sanity - test: 'devel/sanity/1' + test: '2.19/sanity/1' - name: Units - test: 'devel/units/1' + test: '2.19/units/1' - stage: Ansible_2_18 displayName: Sanity & Units 2.18 dependsOn: [] @@ -108,13 +108,13 @@ stages: test: '2.15/units/1' ### Docker - - stage: Docker_devel - displayName: Docker devel + - stage: Docker_2_19 + displayName: Docker 2.19 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux/{0} + testFormat: 2.19/linux/{0} targets: - name: Fedora 41 test: fedora41 @@ -202,13 +202,13 @@ stages: - 6 ### Community Docker - - stage: Docker_community_devel - displayName: Docker (community images) devel + - stage: Docker_community_2_19 + displayName: Docker (community images) 2.19 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux-community/{0} + testFormat: 2.19/linux-community/{0} targets: - name: Debian Bullseye test: debian-bullseye/3.9 @@ -222,13 +222,13 @@ stages: - 6 ### Remote - - stage: Remote_devel - displayName: Remote devel + - stage: Remote_2_19 + displayName: Remote 2.19 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/{0} + testFormat: 2.19/{0} targets: - name: RHEL 9.5 with Docker SDK, urllib3, requests from sources test: rhel/9.5-dev-latest @@ -318,21 +318,21 @@ stages: - stage: Summary condition: succeededOrFailed() dependsOn: - - Ansible_devel + - Ansible_2_19 - Ansible_2_18 - Ansible_2_17 - Ansible_2_16 - Ansible_2_15 - - Remote_devel + - Remote_2_19 - Remote_2_18 - Remote_2_17 - Remote_2_16 - Remote_2_15 - - Docker_devel + - Docker_2_19 - Docker_2_18 - Docker_2_17 - Docker_2_16 - Docker_2_15 - - Docker_community_devel + - Docker_community_2_19 jobs: - template: templates/coverage.yml diff --git a/README.md b/README.md index dd36c52d..3286f855 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For more information about communication, see the [Ansible communication guide]( ## Tested with Ansible -Tested with the current ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, ansible-core 2.17, and ansible-core 2.18 releases, and the current development version of ansible-core. Ansible/ansible-base versions before 2.11.0 are not supported. +Tested with the current ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, ansible-core 2.17, ansible-core 2.18, and ansible-core 2.19 releases. Ansible/ansible-base versions before 2.11.0 are not supported. Please note that Ansible 2.9 and ansible-base 2.10 are no longer supported. If you need to use them, use community.docker 2.x.y. Also note that this collection does not work with ansible-core 2.11 (this includes ansible-base and Ansible 2.9) on Python 3.12+.