diff --git a/CHANGES.rst b/CHANGES.rst index 2547b850bf..46dabf3b52 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,33 @@ +4.7.1 (2023-05-23) +================== + +Features +-------- + +- Collection documentation: support semantic markup. + `AAH-2156 `_ +- Change Wisdom Modal and legacy namespaces menu, rename to Ansible Lightspeed + `AAH-2220 `_ +- Added filter for Approved, Staging and Rejected for Repository list. + `AAH-2259 `_ +- Disable checkbox for adding collection if collection is already assigned to repository + `AAH-2323 `_ + + +Bugfixes +-------- + +- Fix Edit collection ignoring repository object permissions + `AAH-2305 `_ +- Namespace detail: sign all collections only signs current repo now + `AAH-2308 `_ +- Collection documentation: do not wrongly interpret plugins/modules whose name starts with `_` as deprecated. + `AAH-3715 `_ + + +---- + + 4.7.0 (2023-04-17) ================== diff --git a/CHANGES/2156.feature b/CHANGES/2156.feature deleted file mode 100644 index 9685d75f6c..0000000000 --- a/CHANGES/2156.feature +++ /dev/null @@ -1 +0,0 @@ -Collection documentation: support semantic markup. diff --git a/CHANGES/2220.task b/CHANGES/2220.task deleted file mode 100644 index c901681cf3..0000000000 --- a/CHANGES/2220.task +++ /dev/null @@ -1 +0,0 @@ -Change Wisdom Modal and legacy namespaces menu, rename to Ansible Lightspeed diff --git a/CHANGES/2259.task b/CHANGES/2259.task deleted file mode 100644 index 8614bf9a90..0000000000 --- a/CHANGES/2259.task +++ /dev/null @@ -1 +0,0 @@ -Added filter for Approved, Staging and Rejected for Repository list. diff --git a/CHANGES/2305.bug b/CHANGES/2305.bug deleted file mode 100644 index 5148fc560e..0000000000 --- a/CHANGES/2305.bug +++ /dev/null @@ -1 +0,0 @@ -Fix Edit collection ignoring repository object permissions diff --git a/CHANGES/2308.bug b/CHANGES/2308.bug deleted file mode 100644 index b92df7751c..0000000000 --- a/CHANGES/2308.bug +++ /dev/null @@ -1 +0,0 @@ -Namespace detail: sign all collections only signs current repo now diff --git a/CHANGES/2323.feature b/CHANGES/2323.feature deleted file mode 100644 index 9305f9c175..0000000000 --- a/CHANGES/2323.feature +++ /dev/null @@ -1 +0,0 @@ -Disable checkbox for adding collection if collection is already assigned to repository diff --git a/CHANGES/3715.bug b/CHANGES/3715.bug deleted file mode 100644 index 5b7b5bf188..0000000000 --- a/CHANGES/3715.bug +++ /dev/null @@ -1 +0,0 @@ -Collection documentation: do not wrongly interpret plugins/modules whose name starts with `_` as deprecated. diff --git a/ansible-hub-ui/__init__.py b/ansible-hub-ui/__init__.py index 8355eb42a9..cc72154c1b 100644 --- a/ansible-hub-ui/__init__.py +++ b/ansible-hub-ui/__init__.py @@ -1 +1 @@ -__version__ = "4.7.0" +__version__ = "4.7.1"