From bc24412de748bcde1fe991e772b93b92ea9de0b4 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sat, 11 Jun 2022 20:31:04 +0900 Subject: [PATCH] DNM - Update CI test container version to 3.0.0 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 2 +- changelogs/fragments/374_ci_new_test_container.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/374_ci_new_test_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/374_ci_new_test_container.yml b/changelogs/fragments/374_ci_new_test_container.yml new file mode 100644 index 0000000..fb0e501 --- /dev/null +++ b/changelogs/fragments/374_ci_new_test_container.yml @@ -0,0 +1,3 @@ +--- +trivial: +- CI - Update CI test container version to 3.0.0 (https://github.com/ansible-collections/news-for-maintainers/issues/18).