Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #335 from ipanova/beta2
Browse files Browse the repository at this point in the history
Prepare for docker beta 2.
  • Loading branch information
ipanova authored Apr 5, 2019
2 parents 9a44d2e + 84f9dd2 commit 83540e3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,24 @@ Edit the file ``/etc/docker/daemon.json`` and add::

More info:
https://docs.docker.com/registry/insecure/#deploy-a-plain-http-registry

Release Notes 4.0
-----------------

pulp-docker 4.0 is currently in Beta. Backwards incompatible changes might be made until Beta is over.

4.0.0b2
^^^^^^^

- Compatibility with pulpcore-plugin-0.1.0rc1
- Performance improvements and bug fixes
- Add support for syncing repo with foreign layers
- Change sync pipeline to use Futures to handle nested content
- Make Docker distributions asyncronous
- Add support to create publication directly

4.0.0b1
^^^^^^^

Add support for basic sync of a docker repo form a V2Registry
Add support for docker/podman pull from a docker distbution served by Pulp
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

requirements = [
'pulpcore-plugin==0.1rc1',
'pulpcore-plugin~=0.1rc1',
]


Expand All @@ -12,7 +12,7 @@

setup(
name='pulp-docker',
version='4.0.0b1',
version='4.0.0b2',
description='pulp-docker plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit 83540e3

Please sign in to comment.