Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
87 lines (59 loc) · 3.49 KB

CHANGES.rst

File metadata and controls

87 lines (59 loc) · 3.49 KB

Changelog

3.3.1-1 (2020-05-15)

Bugfixes

  • Enforce new lines when listing plugins on requirements.in #6697

Improved Documentation

  • Documented system requirements for ansible when using the installer. #6725

3.3.1 (2020-05-08)

Features

  • Introduced a CentOS version check #6102
  • Replaced nginx/apache alias with proxying to whitenoise #6561
  • Created a directory for Pulp nginx snippets #6594

Bugfixes

  • Fixed: pulp_installer devel role failing on CentOS 8 Stream (pre-8.2) with a module metadata error for the dependency criu. #6509
  • Fixed several issues that cause the pre-flight check to not enforce (not terminating the install early on), which would lead to the instaler erroring at collectstatic, and leave users with a broken pulp installation. #6623
  • Fixed the pulpcore/plugin compatibility check not enforcing on upgrades from Pulp prior to 3.2.0, potentially resulting in a failure on collectstatic. #6642
  • Fixed the pulpcore/plugin compatibility check accidentally enforcing on upgrades when plugins have their upgrade variable specified, and the latest version of the plugin actually is compatible. #6643
  • Fixed the pulpcore/plugin compatibility check not enforcing on upgrades when some currently installed plugins are not specified by the user in pulp_install_plugins. #6644
  • Fixed the pulpcore/plugin compatibility check getting not enforcing when it needs the prereq roles applied to evaluate compatibility. It now runs before (and if necessary, after) the prereq roles. #6645
  • Fixed pre-flight check producing an error (and accidentally enforcing) when a package is installed system-wide at a version that is not available on PyPI. This issue was never present on the previous release, only on the develoment branch. #6689
  • Fixed pre-flight check producing an error (and accidentally enforcing) when trying & failing to build certain packages from PyPI that are actually available as a system-wide (RPM/deb-installed) package in the virtualenv. This issue was never present on the previous release, only on the develoment branch. #6690

Deprecations and Removals

  • Removed the pulp_webserver_static_dir option. This fixes a bug where installations served content they should not. #6601

Misc