Skip to content

Commit ec31336

Browse files
pulpbotdralley
authored andcommitted
3.19.0 changelog
[noissue]
1 parent c4610c1 commit ec31336

25 files changed

+63
-28
lines changed

CHANGES.rst

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

1414
.. towncrier release notes start
1515
16+
3.19.0 (2023-02-06)
17+
===================
18+
19+
20+
Features
21+
--------
22+
23+
- Add RBAC support for RPM plugin.
24+
`#2272 <https://github.com/pulp/pulp_rpm/issues/2272>`__
25+
- Add documentation for RBAC.
26+
`#2506 <https://github.com/pulp/pulp_rpm/issues/2506>`__
27+
- Enabled pulp_rpm to take advantage of "create_repositories" at PulpImport time.
28+
`#2585 <https://github.com/pulp/pulp_rpm/issues/2585>`__
29+
- Added new condition on uploads to require ``repository`` field if user is not an admin.
30+
`#2588 <https://github.com/pulp/pulp_rpm/issues/2588>`__
31+
- Added "treeinfo" to available skip_types at sync-time. This option
32+
allows the user to sync a repository without pulling down
33+
kickstart data and sub-repositories.
34+
`#2848 <https://github.com/pulp/pulp_rpm/issues/2848>`__
35+
36+
37+
Bugfixes
38+
--------
39+
40+
- Fixed concurrent-overlapping-sync of subrepos by making them repository-unique.
41+
42+
This change is transparent to end-users.
43+
`#2278 <https://github.com/pulp/pulp_rpm/issues/2278>`__
44+
- Perform a data repair during the sync process to address a couple of data quality issues. Namely: fix changelogs in some cases where what is saved no longer matches what is synced, and fix packages which were previously incorrectly marked as non-modular.
45+
`#2643 <https://github.com/pulp/pulp_rpm/issues/2643>`__
46+
- Deduplicate file entries
47+
`#2719 <https://github.com/pulp/pulp_rpm/issues/2719>`__
48+
- Fix recreation of modular snippet when missing.
49+
`#2735 <https://github.com/pulp/pulp_rpm/issues/2735>`__
50+
- Allow syncing repos with a compressed comps.xml "group" metadata declared in repomd.xml.
51+
`#2753 <https://github.com/pulp/pulp_rpm/issues/2753>`__
52+
- Fix migration from modular artifacts to db snippets.
53+
`#2777 <https://github.com/pulp/pulp_rpm/issues/2777>`__
54+
- Fix metadata for users who already attempted to migrate to ``3.18.1`` unsuccessfully.
55+
`#2786 <https://github.com/pulp/pulp_rpm/issues/2786>`__
56+
- Ensured unsupported metadata files are also handled during publish.
57+
`#2795 <https://github.com/pulp/pulp_rpm/issues/2795>`__
58+
- Taught RPM how to handle duplicate-advisory-ids at repository-version-create time.
59+
`#2821 <https://github.com/pulp/pulp_rpm/issues/2821>`__
60+
- Fix migration of modular snippets from filesystem to DB.
61+
`#2827 <https://github.com/pulp/pulp_rpm/issues/2827>`__
62+
- Fix migrations to work on any storage backend.
63+
`#2843 <https://github.com/pulp/pulp_rpm/issues/2843>`__
64+
- Fix syncing repos with missing epoch metadata for packages.
65+
`#2858 <https://github.com/pulp/pulp_rpm/issues/2858>`__
66+
- Fix an issue where the public key (repomd.xml.key) files generated by Pulp would be empty.
67+
`#2892 <https://github.com/pulp/pulp_rpm/issues/2892>`__
68+
69+
70+
Misc
71+
----
72+
73+
- `#2718 <https://github.com/pulp/pulp_rpm/issues/2718>`__, `#2791 <https://github.com/pulp/pulp_rpm/issues/2791>`__, `#2805 <https://github.com/pulp/pulp_rpm/issues/2805>`__, `#2832 <https://github.com/pulp/pulp_rpm/issues/2832>`__, `#2886 <https://github.com/pulp/pulp_rpm/issues/2886>`__, `#2905 <https://github.com/pulp/pulp_rpm/issues/2905>`__
74+
75+
76+
----
77+
78+
1679
3.18.10 (2023-01-27)
1780
====================
1881

CHANGES/2272.feature

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

CHANGES/2278.bugfix

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

CHANGES/2506.feature

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

CHANGES/2585.feature

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

CHANGES/2588.feature

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

CHANGES/2643.bugfix

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

CHANGES/2718.misc

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

CHANGES/2719.bugfix

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

CHANGES/2735.bugfix

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

CHANGES/2753.bugfix

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

CHANGES/2777.bugfix

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

CHANGES/2786.bugfix

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

CHANGES/2791.misc

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

CHANGES/2795.bugfix

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

CHANGES/2805.misc

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

CHANGES/2821.bugfix

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

CHANGES/2827.bugfix

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

CHANGES/2832.misc

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

CHANGES/2843.bugfix

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

CHANGES/2848.feature

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

CHANGES/2858.bugfix

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

CHANGES/2886.misc

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

CHANGES/2892.bugfix

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

CHANGES/2905.misc

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

0 commit comments

Comments
 (0)