From 8cbec47816f00e0003234dbd1f43d943b9660ed1 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 20 May 2024 21:12:32 +0200 Subject: [PATCH] Prepare 3.10.1 release. --- changelogs/fragments/3.10.1.yml | 9 +++++++++ galaxy.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/3.10.1.yml diff --git a/changelogs/fragments/3.10.1.yml b/changelogs/fragments/3.10.1.yml new file mode 100644 index 00000000..168e685f --- /dev/null +++ b/changelogs/fragments/3.10.1.yml @@ -0,0 +1,9 @@ +release_summary: | + Hotfix release for requests 2.32.0 compatibility. + + Please note that this only fixes problems with the vendored Docker SDK for Python code. + Modules and plugins that use Docker SDK for Python can still fail due to the SDK currently + being incompatible with requests 2.32.0. + + If you still experience problems with requests 2.32.0, such as error messages like + ``Not supported URL scheme http+docker``, please restrict requests to ``<2.32.0``. diff --git a/galaxy.yml b/galaxy.yml index aa6814a0..43e103d6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: community name: docker -version: 3.11.0 +version: 3.10.1 readme: README.md authors: - Ansible Docker Working Group