Skip to content

Commit

Permalink
Add release notes for 2.15.0
Browse files Browse the repository at this point in the history
Add release notes for 2.15.0

(cherry picked from commit 5c05a56)
  • Loading branch information
pcreech committed Dec 4, 2017
1 parent f609821 commit bcd97bc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/user-guide/release-notes/2.15.x.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
=======================
Pulp 2.15 Release Notes
=======================

Pulp 2.15.0
===========

New Features
------------

* Logging of `force_full` being enabled
`force_full` is usefull for debugging, but it has known performance issues long term.

Bug Fixes
---------

See the list of :fixedbugs_pulp:`2.15.0`

Upgrade instructions
--------------------

Upgrade using the normal process::

$ 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

``pulp_streamer`` and ``goferd`` should be omitted if those services are not installed.

0 comments on commit bcd97bc

Please sign in to comment.