This repository was archived by the owner on Dec 7, 2022. It is now read-only.
File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,16 @@ Release Notes 4.0
240
240
241
241
pulp-docker 4.0 is currently in Beta. Backwards incompatible changes might be made until Beta is over.
242
242
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
+
243
253
4.0.0b2
244
254
^^^^^^^
245
255
@@ -253,5 +263,5 @@ pulp-docker 4.0 is currently in Beta. Backwards incompatible changes might be ma
253
263
4.0.0b1
254
264
^^^^^^^
255
265
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
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'pulp-docker' ,
15
- version = '4.0.0b2 ' ,
15
+ version = '4.0.0b3 ' ,
16
16
description = 'pulp-docker plugin for the Pulp Project' ,
17
17
long_description = long_description ,
18
18
license = 'GPLv2+' ,
You can’t perform that action at this time.
0 commit comments