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

Commit 27f7d07

Browse files
authored
Merge pull request #410 from ipanova/beta6
Prepare for beta6
2 parents c660d58 + 20c6850 commit 27f7d07

17 files changed

Lines changed: 48 additions & 17 deletions

CHANGES.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,51 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
4.0.0b6 (2019-09-05)
17+
====================
18+
19+
20+
Features
21+
--------
22+
23+
- Add endpoint to recursively copy manifests from a source repository to a destination repository.
24+
`#3403 <https://pulp.plan.io/issues/3403>`_
25+
- Add endpoint to recursively add docker content to a repository.
26+
`#3405 <https://pulp.plan.io/issues/3405>`_
27+
- As a user I can sync from a docker repo published by Pulp2/Pulp3.
28+
`#4737 <https://pulp.plan.io/issues/4737>`_
29+
- Add support for tagging and untagging manifests via an additional endpoint
30+
`#4934 <https://pulp.plan.io/issues/4934>`_
31+
- Add endpoint for copying all tags from a source repository, or specific tags by name.
32+
`#4947 <https://pulp.plan.io/issues/4947>`_
33+
- Add ability to filter Manifests and ManifestTags by media_type and digest
34+
`#5033 <https://pulp.plan.io/issues/5033>`_
35+
- Add ability to filter Manifests, ManifestTags and Blobs by multiple media_types
36+
`#5157 <https://pulp.plan.io/issues/5157>`_
37+
- Add endpoint to recursively remove docker content from a repository.
38+
`#5179 <https://pulp.plan.io/issues/5179>`_
39+
40+
41+
Bugfixes
42+
--------
43+
44+
- Allow Accept header to send multiple values.
45+
`#5211 <https://pulp.plan.io/issues/5211>`_
46+
- Populate ManifestListManifest thru table during sync.
47+
`#5235 <https://pulp.plan.io/issues/5235>`_
48+
- Fixed a problem where repeated syncs created invalid orphaned tags.
49+
`#5252 <https://pulp.plan.io/issues/5252>`_
50+
51+
52+
Misc
53+
----
54+
55+
- `#4681 <https://pulp.plan.io/issues/4681>`_, `#5213 <https://pulp.plan.io/issues/5213>`_, `#5218 <https://pulp.plan.io/issues/5218>`_
56+
57+
58+
----
59+
60+
1661
4.0.0b5 (2019-07-04)
1762
====================
1863

CHANGES/3403.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/3405.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/4681.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/4737.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/4934.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/4947.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/5033.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/5157.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/5179.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)