Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit aa1b970

Browse files
authored
Merge pull request #143 from goosemania/0.2.0b2-prep
0.2.0b2 prep
2 parents 3ce02da + acfba81 commit aa1b970

File tree

11 files changed

+35
-10
lines changed

11 files changed

+35
-10
lines changed

CHANGES.rst

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

1414
.. towncrier release notes start
1515
16+
17+
0.2.0b2 (2020-04-22)
18+
========================
19+
20+
Features
21+
--------
22+
23+
- Migrate errata content.
24+
`#6178 <https://pulp.plan.io/issues/6178>`_
25+
- As a user I can migrate comps content into pulp3.
26+
`#6358 <https://pulp.plan.io/issues/6358>`_
27+
- As a user I can migrate SRPMS.
28+
`#6388 <https://pulp.plan.io/issues/6388>`_
29+
- Improve performance by looking only at lazy content types and not through all the migrated content.
30+
`#6499 <https://pulp.plan.io/issues/6499>`_
31+
32+
33+
Bugfixes
34+
--------
35+
36+
- Set properly relative_path Pulp2YumRepoMetadataFile content_artifact.
37+
`#6400 <https://pulp.plan.io/issues/6400>`_
38+
39+
40+
Misc
41+
----
42+
43+
- `#6199 <https://pulp.plan.io/issues/6199>`_, `#6200 <https://pulp.plan.io/issues/6200>`_, `#6201 <https://pulp.plan.io/issues/6201>`_
44+
45+
46+
----
47+
48+
1649
0.2.0b1 (2020-03-24)
1750
====================
1851

CHANGES/6178.feature

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

CHANGES/6199.misc

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

CHANGES/6200.misc

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

CHANGES/6201.misc

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

CHANGES/6358.feature

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

CHANGES/6388.feature

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

CHANGES/6400.bugfix

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

CHANGES/6499.feature

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

pulp_2to3_migration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.2.0b2.dev"
1+
__version__ = "0.2.0b2"
22

33
default_app_config = 'pulp_2to3_migration.app.Pulp2To3MigrationPluginAppConfig'

0 commit comments

Comments
 (0)