diff --git a/CHANGES/9004.bugfix b/CHANGES/9004.bugfix deleted file mode 100644 index 3474bde9e..000000000 --- a/CHANGES/9004.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix failure on task `pulp_api : Check for existing Pulp Database Encryption Key` when connecting to the ansible-managed system as a user account other than root. diff --git a/CHANGES/9007.misc b/CHANGES/9007.misc deleted file mode 100644 index 2e61acc6f..000000000 --- a/CHANGES/9007.misc +++ /dev/null @@ -1 +0,0 @@ -Display SELinux errors even on permissive mode diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 0b6062991..0226216b6 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,26 @@ Changelog +3.14.2 (2021-07-13) +=================== + + +Bugfixes +-------- + +- Fix failure on task `pulp_api : Check for existing Pulp Database Encryption Key` when connecting to the ansible-managed system as a user account other than root. + [#9004](https://pulp.plan.io/issues/9004) + + +Misc +---- + +- [#9007](https://pulp.plan.io/issues/9007) + + +---- + + 3.14.1 (2021-07-08) ===================