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

Commit 985b757

Browse files
authored
Merge pull request #353 from ipanova/beta4
Prepare for docker beta 4.
2 parents ba6db48 + 3482006 commit 985b757

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/release-notes/4.0.z.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Pulp Docker 4.0 Release Notes
55
Pulp Docker 4.0 is the first release to support Pulp 3, and it is currently in Beta. Backwards
66
incompatible are expected until Beta is over.
77

8+
4.0.0b4
9+
^^^^^^^
10+
11+
- Enable sync from registries that use basic auth or have private repos
12+
- Enable on_demand or streamed sync
13+
- Enable whitelist tags specification when syncing
14+
- Compatibility with pulpcore-plugin-0.1.0rc2
15+
16+
`Comprehensive list of changes and bugfixes for beta 4 <https://github.com/pulp/pulp_docker/compare/4.0.0b3...4.0.0b4>`_.
17+
818
4.0.0b3
919
^^^^^^^
1020

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

0 commit comments

Comments
 (0)