@@ -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+
16614.0.0b5 (2019-07-04)
1762====================
1863
0 commit comments