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

Commit 43f448a

Browse files
authored
Merge pull request #342 from ipanova/beta3
Prepare for docker beta 3.
2 parents 565ae86 + b2eaea2 commit 43f448a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Diff for: README.rst

+12-2
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,16 @@ Release Notes 4.0
240240

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

243+
4.0.0b3
244+
^^^^^^^
245+
246+
- Enable sync from gcr and quay registries
247+
- Enable support to handle pagination for tags/list endpoint during sync
248+
- Enable support to manage a docker image that has manifest schema v2s1
249+
- Enable docker distribution to serve directly latest repository version
250+
251+
`Comprehensive list of changes and bugfixes for beta 3 <https://github.com/pulp/pulp_docker/compare/4.0.0b2...4.0.0b3>`_.
252+
243253
4.0.0b2
244254
^^^^^^^
245255

@@ -253,5 +263,5 @@ pulp-docker 4.0 is currently in Beta. Backwards incompatible changes might be ma
253263
4.0.0b1
254264
^^^^^^^
255265

256-
Add support for basic sync of a docker repo form a V2Registry
257-
Add support for docker/podman pull from a docker distbution served by Pulp
266+
- Add support for basic sync of a docker repo form a V2Registry
267+
- Add support for docker/podman pull from a docker distbution served by Pulp

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pulp-docker',
15-
version='4.0.0b2',
15+
version='4.0.0b3',
1616
description='pulp-docker plugin for the Pulp Project',
1717
long_description=long_description,
1818
license='GPLv2+',

0 commit comments

Comments
 (0)