You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,61 @@ Changelog
13
13
14
14
.. towncrier release notes start
15
15
16
+
3.0.0b9 (2020-06-01)
17
+
====================
18
+
19
+
20
+
Features
21
+
--------
22
+
23
+
- Add upload functionality to the python contents endpoints.
24
+
`#5464 <https://pulp.plan.io/issues/5464>`_
25
+
26
+
27
+
Bugfixes
28
+
--------
29
+
30
+
- Fixed the 500 error returned by the OpenAPI schema endpoint.
31
+
`#5452 <https://pulp.plan.io/issues/5452>`_
32
+
33
+
34
+
Improved Documentation
35
+
----------------------
36
+
37
+
- Change the prefix of Pulp services from pulp-* to pulpcore-*
38
+
`#4554 <https://pulp.plan.io/issues/4554>`_
39
+
- Added "python/python/" to fix two commands in repo.sh, fixed export command in sync.sh
40
+
`#6790 <https://pulp.plan.io/issues/6790>`_
41
+
- Added "index.html" to the relative_path field for both project_metadata and index_metadata. Added a "/" to fix the link in the simple_index_template.
42
+
`#6792 <https://pulp.plan.io/issues/6792>`_
43
+
- Updated the workflow documentation for upload.html. Fixed the workflow commands and added more details to the instructions.
- Remove "_" from `_versions_href`, `_latest_version_href`
53
+
`#5548 <https://pulp.plan.io/issues/5548>`_
54
+
- Removing base field: `_type` .
55
+
`#5550 <https://pulp.plan.io/issues/5550>`_
56
+
- Sync is no longer available at the {remote_href}/sync/ repository={repo_href} endpoint. Instead, use POST {repo_href}/sync/ remote={remote_href}.
57
+
58
+
Creating / listing / editing / deleting python repositories is now performed on /pulp/api/v3/python/python/ instead of /pulp/api/v3/repositories/. Only python content can be present in a python repository, and only a python repository can hold python content.
0 commit comments