1.0 Release Notes

1.0.1

This is a minor release with some bug fixes.

Bugfixes

See the bugs fixed in 1.0.1.

1.0.0

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

Upgrade

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

  1. 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;
    
  2. Upgrade the Pulp packages on every machine:

    $ sudo yum update
    
  3. Apply database migrations:

    $ sudo -u apache pulp-manage-db
    
  4. Start the Pulp services:

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

Bugfixes

See the bugs fixed in 1.0.0.