From 7d6ddbae77e5b9ac262e26a7c75ff043d483b31d Mon Sep 17 00:00:00 2001 From: Fabricio Aguiar Date: Wed, 4 Aug 2021 18:07:11 -0300 Subject: [PATCH] Building changelog for 3.14.3-1 [noissue] --- CHANGES/9139.bugfix | 1 - CHANGES/9141.dev | 3 --- CHANGES/9166.bugfix | 4 ---- docs/CHANGES.md | 28 ++++++++++++++++++++++++++++ 4 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 CHANGES/9139.bugfix delete mode 100644 CHANGES/9141.dev delete mode 100644 CHANGES/9166.bugfix diff --git a/CHANGES/9139.bugfix b/CHANGES/9139.bugfix deleted file mode 100644 index 82018abee..000000000 --- a/CHANGES/9139.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix occasional failures on the tasks `pulp-webserver: Symlink Apache snippets` & `pulp-webserver: Symlink nginx snippets`. diff --git a/CHANGES/9141.dev b/CHANGES/9141.dev deleted file mode 100644 index 99e27f7a5..000000000 --- a/CHANGES/9141.dev +++ /dev/null @@ -1,3 +0,0 @@ -Ensure the requirements.in points to proper value fo the plugin when git_url -is specified. Given this is run before the plugins is actually clone, -source_dir repo is not yet available at that stage. diff --git a/CHANGES/9166.bugfix b/CHANGES/9166.bugfix deleted file mode 100644 index 8510f4efd..000000000 --- a/CHANGES/9166.bugfix +++ /dev/null @@ -1,4 +0,0 @@ -Fix the "markuppy" `pkg_resources.DistributionNotFound` error on the task -`pulp_common : Collect static content`. -This occurs when installing from RPM packages on EL8 (ever since EPEL8 released -python-tablib-3.0.0-1.el8 on approximately 2021-07-23). diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 0700aa21c..ac7d9fcdc 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,34 @@ Changelog +3.14.3-1 (2021-08-04) +===================== + + +Bugfixes +-------- + +- Fix occasional failures on the tasks `pulp-webserver: Symlink Apache snippets` & `pulp-webserver: Symlink nginx snippets`. + [#9139](https://pulp.plan.io/issues/9139) +- Fix the "markuppy" `pkg_resources.DistributionNotFound` error on the task + `pulp_common : Collect static content`. + This occurs when installing from RPM packages on EL8 (ever since EPEL8 released + python-tablib-3.0.0-1.el8 on approximately 2021-07-23). + [#9166](https://pulp.plan.io/issues/9166) + + +Devel +----- + +- Ensure the requirements.in points to proper value fo the plugin when git_url + is specified. Given this is run before the plugins is actually clone, + source_dir repo is not yet available at that stage. + [#9141](https://pulp.plan.io/issues/9141) + + +---- + + 3.14.3 (2021-07-23) ===================