Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/release-notes/0.1.rst

This file was deleted.

34 changes: 34 additions & 0 deletions docs/release-notes/1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
1.0 Release Notes
=================

1.0.0
-----

The Pulp team is pleased to release version 1.0.0 of the Python plugins for Pulp.

Sync Feature
^^^^^^^^^^^^

This release introduces the ability to :ref:`sync_from_pypi`.

Upgrade
^^^^^^^

To upgrade, simply follow these steps (substituting for systemctl as appropriate, if you are not
using systemd):

#. Stop all Pulp services on every machine that is part of the installation::

$ for s in {pulp_workers,pulp_resource_manager,pulp_celerybeat,httpd,goferd}; do sudo systemctl stop $s; done;

#. Upgrade the Pulp packages on every machine::

$ sudo yum update

#. Apply database migrations::

$ sudo -u apache pulp-manage-db

#. Start the Pulp services::

$ for s in {pulp_workers,pulp_resource_manager,pulp_celerybeat,httpd,goferd}; do sudo systemctl start $s; done;
2 changes: 1 addition & 1 deletion docs/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Release Notes
.. toctree::
:maxdepth: 2

0.1
1.0