This repository was archived by the owner on Dec 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,3 +242,24 @@ Edit the file ``/etc/docker/daemon.json`` and add::
242242
243243More info:
244244https://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 33from setuptools import find_packages , setup
44
55requirements = [
6- 'pulpcore-plugin= =0.1rc1' ,
6+ 'pulpcore-plugin~ =0.1rc1' ,
77]
88
99
1212
1313setup (
1414 name = 'pulp-docker' ,
15- version = '4.0.0b1 ' ,
15+ version = '4.0.0b2 ' ,
1616 description = 'pulp-docker plugin for the Pulp Project' ,
1717 long_description = long_description ,
1818 license = 'GPLv2+' ,
You can’t perform that action at this time.
0 commit comments