Skip to content

Commit

Permalink
Release 4.2.2 (#657)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
newswangerd authored Feb 18, 2021
1 parent 9dab496 commit 166d45b
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 12 deletions.
31 changes: 31 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,37 @@ Changelog

.. towncrier release notes start
4.2.2 (2021-02-18)
==================

Bugfixes
--------

- Fix how travis checks for existence of Jira issues
`AAH-44 <https://issues.redhat.com/browse/AAH-44>`_
- Fix the galaxy-importer check for max size of docs files
`AAH-220 <https://issues.redhat.com/browse/AAH-220>`_
- Users should not be able to delete themselves.

Even if they have 'delete-user' perms.
`AAH-265 <https://issues.redhat.com/browse/AAH-265>`_
- Prevent users with delete-user perms from deleting admin users
`AAH-266 <https://issues.redhat.com/browse/AAH-266>`_
- Make token and password obfuscated on the API docs for /sync/config
`AAH-282 <https://issues.redhat.com/browse/AAH-282>`_
- split proxy_url in 3 fields: username, password, address
`AAH-291 <https://issues.redhat.com/browse/AAH-291>`_


Misc
----

- `AAH-120 <https://issues.redhat.com/browse/AAH-120>`_, `AAH-295 <https://issues.redhat.com/browse/AAH-295>`_, `AAH-318 <https://issues.redhat.com/browse/AAH-318>`_


----


4.2.1 (2020-12-16)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/120.misc

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/265.bufix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/44.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.1"
__version__ = "4.2.2"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 comments on commit 166d45b

Please sign in to comment.