Skip to content

Commit

Permalink
Release 4.2.0rc2 (#545)
Browse files Browse the repository at this point in the history
* Release 4.2.0rc2
  • Loading branch information
newswangerd authored Nov 2, 2020
1 parent 3cdeab4 commit 2acf9e4
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 22 deletions.
36 changes: 34 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,40 @@ Changelog

.. towncrier release notes start
4.2.0rc2 (2020-11-02)
=====================

Features
--------

- Support pulp_ansible collection deprecation edits
`AAH-76 <https://issues.redhat.com/browse/AAH-76>`_
- Add staging and rejected repos via migration and remove from dev fixture
`#485 <https://github.com/ansible/galaxy_ng/issues/485>`_


Bugfixes
--------

- Update error messages on namespace links so that they can be differentiated from error messages on namespaces.
`AAH-18 <https://issues.redhat.com/browse/AAH-18>`_
- Fix my-distributions show only sycnlist distros with obj perms
`AAH-27 <https://issues.redhat.com/browse/AAH-27>`_
- Fix sort=created on ui /imports/collections/
`AAH-98 <https://issues.redhat.com/browse/AAH-98>`_
- Fix `"CollectionImport.task_id" must be a "CollectionImport" instance.` errors on import task.
`AAH-99 <https://issues.redhat.com/browse/AAH-99>`_


Misc
----

- `AAH-17 <https://issues.redhat.com/browse/AAH-17>`_, `AAH-21 <https://issues.redhat.com/browse/AAH-21>`_, `AAH-26 <https://issues.redhat.com/browse/AAH-26>`_, `AAH-34 <https://issues.redhat.com/browse/AAH-34>`_, `AAH-44 <https://issues.redhat.com/browse/AAH-44>`_, `AAH-47 <https://issues.redhat.com/browse/AAH-47>`_, `AAH-81 <https://issues.redhat.com/browse/AAH-81>`_, `AAH-82 <https://issues.redhat.com/browse/AAH-82>`_, `AAH-90 <https://issues.redhat.com/browse/AAH-90>`_, `AAH-94 <https://issues.redhat.com/browse/AAH-94>`_, `AAH-105 <https://issues.redhat.com/browse/AAH-105>`_, `468 <https://github.com/ansible/galaxy_ng/issues/468>`_


----


4.2.0rc1 (2020-10-02)
=====================

Expand Down Expand Up @@ -292,5 +326,3 @@ Misc


----


1 change: 0 additions & 1 deletion CHANGES/105.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/17.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/18.fix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/21.misc

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/26.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/27.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/34.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/44.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/468.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/47.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/485.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/76.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/81.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/82.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/90.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/94.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/98.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/99.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy_ng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.2.0rc1"
__version__ = "4.2.0rc2"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 comments on commit 2acf9e4

Please sign in to comment.