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

Commit 83540e3

Browse files
authored
Merge pull request #335 from ipanova/beta2
Prepare for docker beta 2.
2 parents 9a44d2e + 84f9dd2 commit 83540e3

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

Diff for: README.rst

+21
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,24 @@ Edit the file ``/etc/docker/daemon.json`` and add::
242242

243243
More info:
244244
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

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
requirements = [
6-
'pulpcore-plugin==0.1rc1',
6+
'pulpcore-plugin~=0.1rc1',
77
]
88

99

@@ -12,7 +12,7 @@
1212

1313
setup(
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+',

0 commit comments

Comments
 (0)