Skip to content

Commit

Permalink
Release 4.7.1 (#3758)
Browse files Browse the repository at this point in the history
* fixup CHANGES/ names for towncrier
* Release 4.7.1
No-Issue
  • Loading branch information
jerabekjiri authored May 30, 2023
1 parent c3a6b48 commit 002ba7d
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 8 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
4.7.1 (2023-05-23)
==================

Features
--------

- Collection documentation: support semantic markup.
`AAH-2156 <https://issues.redhat.com/browse/AAH-2156>`_
- Change Wisdom Modal and legacy namespaces menu, rename to Ansible Lightspeed
`AAH-2220 <https://issues.redhat.com/browse/AAH-2220>`_
- Added filter for Approved, Staging and Rejected for Repository list.
`AAH-2259 <https://issues.redhat.com/browse/AAH-2259>`_
- Disable checkbox for adding collection if collection is already assigned to repository
`AAH-2323 <https://issues.redhat.com/browse/AAH-2323>`_


Bugfixes
--------

- Fix Edit collection ignoring repository object permissions
`AAH-2305 <https://issues.redhat.com/browse/AAH-2305>`_
- Namespace detail: sign all collections only signs current repo now
`AAH-2308 <https://issues.redhat.com/browse/AAH-2308>`_
- Collection documentation: do not wrongly interpret plugins/modules whose name starts with `_` as deprecated.
`AAH-3715 <https://issues.redhat.com/browse/AAH-3715>`_


----


4.7.0 (2023-04-17)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/2156.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2220.task

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2259.task

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2323.feature

This file was deleted.

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

0 comments on commit 002ba7d

Please sign in to comment.