Pulp 2.15.2 is now generally available, and can be downloaded from the 2.15 stable repositories:
https://repos.fedorapeople.org/repos/pulp/pulp/stable/2.15/ This release includes a small number bug fixes for: Pulp, Puppet Support, and RPM Support Upgrading ========= The Pulp 2.15 stable repository is included in the pulp repo files: https://repos.fedorapeople.org/repos/pulp/pulp/fedora-pulp.repo for Fedora https://repos.fedorapeople.org/repos/pulp/pulp/rhel-pulp.repo for RHEL 7 After enabling the pulp-stable repository, you'll want to follow the standard upgrade path with migrations: $ sudo systemctl stop httpd pulp_workers pulp_resource_manager pulp_celerybeat pulp_streamer goferd $ sudo yum upgrade $ sudo -u apache pulp-manage-db $ sudo systemctl start httpd pulp_workers pulp_resource_manager pulp_celerybeat pulp_streamer goferd The pulp_streamer and goferd services should be omitted if those services are not installed. Issues Addressed ================ Pulp 2835 Tasks stuck in waiting after restart of pulp services 3129 occasional httpd segfault 3317 rsync_distributors: 'rsync_extra_args' not used in all calls to rsync 3319 Certificates used in unit testing are expired 3349 pulp-admin -vvv returns incorrect information for "worker_name" when querying task results 3356 queue_name property on worker model returns invalid results when the worker name is None 3383 Worker model's "queue_name" property returns the wrong name on Celery 4.x Puppet Support 3314 puppet install distributor broken on F27 due to SELinux denials RPM Support 3342 Relative import breaks Python 2.4 (RHEL 5)
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
