Skip to content

Commit

Permalink
Release 4.2.3 (#745)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
newswangerd authored Apr 23, 2021
1 parent 81e1513 commit 5c9eeb8
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ Changelog

.. towncrier release notes start
4.2.3 (2021-04-23)
==================

Bugfixes
--------

- Update to pulp-ansible 0.5.8
`AAH-407 <https://issues.redhat.com/browse/AAH-407>`_
- Update Django to 2.2.20
`AAH-489 <https://issues.redhat.com/browse/AAH-489>`_
- Update urllib3, pyYAML, aiohttp for security updates.
`AAH-498 <https://issues.redhat.com/browse/AAH-498>`_
- Fix an issue where cancelled tasks would prevent the latest task from showing on collection sync.
`AAH-511 <https://issues.redhat.com/browse/AAH-511>`_


----


4.2.2 (2021-02-18)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/407.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/511.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.3b1"
__version__ = "4.2.3"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

class PrepareStaticCommand(Command):
UI_DOWNLOAD_URL = (
"https://github.com/ansible/ansible-hub-ui/releases"
"/latest/download/automation-hub-ui-dist.tar.gz"
"https://github.com/ansible/ansible-hub-ui/releases/download/"
f"{__version__}/automation-hub-ui-dist.tar.gz"
)
TARGET_DIR = "galaxy_ng/app/static/galaxy_ng"

Expand Down

0 comments on commit 5c9eeb8

Please sign in to comment.