From a35336b2b1add8bf26b4dc5d45561d84d6d22389 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Wed, 14 Sep 2022 09:35:08 -0400 Subject: [PATCH] Building changelog for 3.21.1 [noissue] --- CHANGES/1368.bugfix | 1 - CHANGES/1377.bugfix | 1 - CHANGES/1378.bugfix | 1 - CHANGES/1384.bugfix | 1 - docs/CHANGES.md | 20 ++++++++++++++++++++ 5 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 CHANGES/1368.bugfix delete mode 100644 CHANGES/1377.bugfix delete mode 100644 CHANGES/1378.bugfix delete mode 100644 CHANGES/1384.bugfix diff --git a/CHANGES/1368.bugfix b/CHANGES/1368.bugfix deleted file mode 100644 index 21096e4ed..000000000 --- a/CHANGES/1368.bugfix +++ /dev/null @@ -1 +0,0 @@ -Install python3-setuptools on Debian and Ubuntu. Fixes an issue with Ubuntu 20.04 (which is not officially supported.) diff --git a/CHANGES/1377.bugfix b/CHANGES/1377.bugfix deleted file mode 100644 index 7873432b6..000000000 --- a/CHANGES/1377.bugfix +++ /dev/null @@ -1 +0,0 @@ -Speed up CI using mitogen on Ansible 2.10 tests diff --git a/CHANGES/1378.bugfix b/CHANGES/1378.bugfix deleted file mode 100644 index b85bbfe07..000000000 --- a/CHANGES/1378.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix wrong permissions for /etc/pulp/certs when pulp_user/pulp_group are not set, and both pulp_common and pulp_webserver are run on the same host. diff --git a/CHANGES/1384.bugfix b/CHANGES/1384.bugfix deleted file mode 100644 index cb04b71eb..000000000 --- a/CHANGES/1384.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix galaxy-ng UI not loading due to pulp_installer overriding pulp_setting.static_url from "/static/" to "/assets/". diff --git a/docs/CHANGES.md b/docs/CHANGES.md index ec849cc49..0db6ded3b 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,26 @@ Changelog +3.21.1 (2022-09-14) +=================== + + +Bugfixes +-------- + +- Install python3-setuptools on Debian and Ubuntu. Fixes an issue with Ubuntu 20.04 (which is not officially supported.) + [#1368](https://github.com/pulp/pulp_installer/issues/1368) +- Speed up CI using mitogen on Ansible 2.10 tests + [#1377](https://github.com/pulp/pulp_installer/issues/1377) +- Fix wrong permissions for /etc/pulp/certs when pulp_user/pulp_group are not set, and both pulp_common and pulp_webserver are run on the same host. + [#1378](https://github.com/pulp/pulp_installer/issues/1378) +- Fix galaxy-ng UI not loading due to pulp_installer overriding pulp_setting.static_url from "/static/" to "/assets/". + [#1384](https://github.com/pulp/pulp_installer/issues/1384) + + +---- + + 3.21.0 (2022-09-13) ===================