diff --git a/CHANGES.rst b/CHANGES.rst index c398447643..4d8f3e6fb8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,26 @@ +4.6.5 (2023-04-20) +================== + +Bugfixes +-------- + +- Repair list of collection dependencies - add namespace to the link caption. + `AAH-1807 `_ +- Repair error mesages in EE form. + `AAH-1845 `_ +- Fix podman pull URLs when latest tag not present, fix digest urls + `AAH-1988 `_ +- Show container signing button based only on container_signing, not collection_signing + `AAH-2013 `_ +- Show container signature badge based only on container_signing, not collection_signing + `AAH-2015 `_ +- License fields on AH - blank or formatted incorrectly - Add comma separator between licences. And also hide license field when empty. + `AAH-2048 `_ + + +---- + + 4.6.4 (2023-04-04) ================== diff --git a/CHANGES/1807.bug b/CHANGES/1807.bug deleted file mode 100644 index ddbaa98d32..0000000000 --- a/CHANGES/1807.bug +++ /dev/null @@ -1 +0,0 @@ -Repair list of collection dependencies - add namespace to the link caption. diff --git a/CHANGES/1845.bug b/CHANGES/1845.bug deleted file mode 100644 index 9671d3e285..0000000000 --- a/CHANGES/1845.bug +++ /dev/null @@ -1 +0,0 @@ -Repair error mesages in EE form. diff --git a/CHANGES/1988.bug b/CHANGES/1988.bug deleted file mode 100644 index 921108fc67..0000000000 --- a/CHANGES/1988.bug +++ /dev/null @@ -1 +0,0 @@ -Fix podman pull URLs when latest tag not present, fix digest urls diff --git a/CHANGES/2013.bug b/CHANGES/2013.bug deleted file mode 100644 index ccceb62016..0000000000 --- a/CHANGES/2013.bug +++ /dev/null @@ -1 +0,0 @@ -Show container signing button based only on container_signing, not collection_signing diff --git a/CHANGES/2015.bug b/CHANGES/2015.bug deleted file mode 100644 index 464a9be73a..0000000000 --- a/CHANGES/2015.bug +++ /dev/null @@ -1 +0,0 @@ -Show container signature badge based only on container_signing, not collection_signing diff --git a/CHANGES/2048.bug b/CHANGES/2048.bug deleted file mode 100644 index 2ef8c733c9..0000000000 --- a/CHANGES/2048.bug +++ /dev/null @@ -1 +0,0 @@ -License fields on AH - blank or formatted incorrectly - Add comma separator between licences. And also hide license field when empty. diff --git a/ansible-hub-ui/__init__.py b/ansible-hub-ui/__init__.py index afcd97a4f4..657b591ec7 100644 --- a/ansible-hub-ui/__init__.py +++ b/ansible-hub-ui/__init__.py @@ -1 +1 @@ -__version__ = "4.6.4" \ No newline at end of file +__version__ = "4.6.5" \ No newline at end of file