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 #342 from ipanova/beta3
Browse files Browse the repository at this point in the history
Prepare for docker beta 3.
  • Loading branch information
ipanova authored Apr 18, 2019
2 parents 565ae86 + b2eaea2 commit 43f448a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,16 @@ Release Notes 4.0

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

4.0.0b3
^^^^^^^

- Enable sync from gcr and quay registries
- Enable support to handle pagination for tags/list endpoint during sync
- Enable support to manage a docker image that has manifest schema v2s1
- Enable docker distribution to serve directly latest repository version

`Comprehensive list of changes and bugfixes for beta 3 <https://github.com/pulp/pulp_docker/compare/4.0.0b2...4.0.0b3>`_.

4.0.0b2
^^^^^^^

Expand All @@ -253,5 +263,5 @@ pulp-docker 4.0 is currently in Beta. Backwards incompatible changes might be ma
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
- 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

0 comments on commit 43f448a

Please sign in to comment.