From 17fc3bcce6ac18d8a1c6ab7baa7d9a29a43990f9 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 15 Jun 2022 18:26:15 +0900 Subject: [PATCH] Bump AZP container version - https://github.com/ansible-collections/news-for-maintainers/issues/18 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 2 +- changelogs/fragments/375_update_azp_container.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/375_update_azp_container.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 078109b..4b1b3a9 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -36,7 +36,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:1.9.0 + image: quay.io/ansible/azure-pipelines-test-container:3.0.0 pool: Standard diff --git a/changelogs/fragments/375_update_azp_container.yml b/changelogs/fragments/375_update_azp_container.yml new file mode 100644 index 0000000..6d02987 --- /dev/null +++ b/changelogs/fragments/375_update_azp_container.yml @@ -0,0 +1,3 @@ +--- +trivial: + - CI - AZP test container to 3.0.0 (https://github.com/ansible-collections/news-for-maintainers/issues/18).