Skip to content

Commit

Permalink
Release 4.6.5 (#3630)
Browse files Browse the repository at this point in the history
* rename bug to bugfix
* bump version and build towncrier
No-Issue
  • Loading branch information
jerabekjiri authored Apr 20, 2023
1 parent 2441d12 commit b36d014
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
4.6.5 (2023-04-20)
==================

Bugfixes
--------

- Repair list of collection dependencies - add namespace to the link caption.
`AAH-1807 <https://issues.redhat.com/browse/AAH-1807>`_
- Repair error mesages in EE form.
`AAH-1845 <https://issues.redhat.com/browse/AAH-1845>`_
- Fix podman pull URLs when latest tag not present, fix digest urls
`AAH-1988 <https://issues.redhat.com/browse/AAH-1988>`_
- Show container signing button based only on container_signing, not collection_signing
`AAH-2013 <https://issues.redhat.com/browse/AAH-2013>`_
- Show container signature badge based only on container_signing, not collection_signing
`AAH-2015 <https://issues.redhat.com/browse/AAH-2015>`_
- License fields on AH - blank or formatted incorrectly - Add comma separator between licences. And also hide license field when empty.
`AAH-2048 <https://issues.redhat.com/browse/AAH-2048>`_


----


4.6.4 (2023-04-04)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1807.bug

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1845.bug

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1988.bug

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2013.bug

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2015.bug

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2048.bug

This file was deleted.

2 changes: 1 addition & 1 deletion ansible-hub-ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.6.4"
__version__ = "4.6.5"

0 comments on commit b36d014

Please sign in to comment.