This repository was archived by the owner on Dec 7, 2022. It is now read-only.
File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -242,3 +242,24 @@ Edit the file ``/etc/docker/daemon.json`` and add::
242
242
243
243
More info:
244
244
https://docs.docker.com/registry/insecure/#deploy-a-plain-http-registry
245
+
246
+ Release Notes 4.0
247
+ -----------------
248
+
249
+ pulp-docker 4.0 is currently in Beta. Backwards incompatible changes might be made until Beta is over.
250
+
251
+ 4.0.0b2
252
+ ^^^^^^^
253
+
254
+ - Compatibility with pulpcore-plugin-0.1.0rc1
255
+ - Performance improvements and bug fixes
256
+ - Add support for syncing repo with foreign layers
257
+ - Change sync pipeline to use Futures to handle nested content
258
+ - Make Docker distributions asyncronous
259
+ - Add support to create publication directly
260
+
261
+ 4.0.0b1
262
+ ^^^^^^^
263
+
264
+ Add support for basic sync of a docker repo form a V2Registry
265
+ Add support for docker/podman pull from a docker distbution served by Pulp
Original file line number Diff line number Diff line change 3
3
from setuptools import find_packages , setup
4
4
5
5
requirements = [
6
- 'pulpcore-plugin= =0.1rc1' ,
6
+ 'pulpcore-plugin~ =0.1rc1' ,
7
7
]
8
8
9
9
12
12
13
13
setup (
14
14
name = 'pulp-docker' ,
15
- version = '4.0.0b1 ' ,
15
+ version = '4.0.0b2 ' ,
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