Skip to content

Commit aa85d2c

Browse files
committed
Building changelog for 3.0.0b9
[noissue]
1 parent 4c667aa commit aa85d2c

18 files changed

+55
-21
lines changed

CHANGES.rst

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

1414
.. towncrier release notes start
1515
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.
44+
`#6854 <https://pulp.plan.io/issues/6854>`_
45+
46+
47+
Deprecations and Removals
48+
-------------------------
49+
50+
- Change `_id`, `_created`, `_last_updated`, `_href` to `pulp_id`, `pulp_created`, `pulp_last_updated`, `pulp_href`
51+
`#5457 <https://pulp.plan.io/issues/5457>`_
52+
- 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.
59+
`#5625 <https://pulp.plan.io/issues/5625>`_
60+
61+
62+
Misc
63+
----
64+
65+
- `#remotetests <https://pulp.plan.io/issues/remotetests>`_, `#4681 <https://pulp.plan.io/issues/4681>`_, `#4682 <https://pulp.plan.io/issues/4682>`_, `#5304 <https://pulp.plan.io/issues/5304>`_, `#5471 <https://pulp.plan.io/issues/5471>`_, `#5580 <https://pulp.plan.io/issues/5580>`_, `#5701 <https://pulp.plan.io/issues/5701>`_
66+
67+
68+
----
69+
70+
1671
3.0.0b8 (2019-09-16)
1772
====================
1873

CHANGES/4554.doc

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

CHANGES/4681.misc

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

CHANGES/4682.misc

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

CHANGES/5304.misc

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/5452.bugfix

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

CHANGES/5457.removal

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

CHANGES/5464.feature

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

CHANGES/5471.misc

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

CHANGES/5548.removal

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

0 commit comments

Comments
 (0)