Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.82 KB

HISTORY.rst

File metadata and controls

34 lines (26 loc) · 1.82 KB

3.0.0rc2

Comprehensive list of changes and bugfixes for rc 2.

Breaking Changes

Default port changes happened in the Ansible Installer for Pulp <https://github.com/pulp/ ansible-pulp> and pulpcore was updated to match with this PR <https://github.com/pulp/pulpcore/ pull/75>. Existing installs are unaffected. This was done to avoid conflicts that would prevent Pulp from starting by default in many environments; the previous ports (8000 & 8080) are commonly used by management webGUIs, development webservers, etc.

Publications are now Master/Detail which causes any Publication URL endpoint to change. To give an example from pulp_file see the URL changes made here as an example. See plugin docs compatible with 3.0.0rc2 for more details.

Distributions are now Master/Detail which causes the Distribution URL endpoint to change. To give an example from pulp_file see the URL changes made in this PR as an example. See plugin docs compatible with 3.0.0rc2 for more details.

The semantics of Remote attributes ssl_ca_certificate, ssl_client_certificate, and ssl_client_key changed even though the field names didn't. Now these assets are saved directly in the database instead of on the filesystem, and they are prevented from being read back out to users after being set for security reasons. This was done with these changes <https://github.com/ pulp/pulpcore/pull/99/>.

3.0.0rc1

Comprehensive list of changes and bugfixes for rc 1.