Skip to content

Commit 002ba7d

Browse files
authored
Release 4.7.1 (#3758)
* fixup CHANGES/ names for towncrier * Release 4.7.1 No-Issue
1 parent c3a6b48 commit 002ba7d

File tree

9 files changed

+31
-8
lines changed

9 files changed

+31
-8
lines changed

CHANGES.rst

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
4.7.1 (2023-05-23)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Collection documentation: support semantic markup.
8+
`AAH-2156 <https://issues.redhat.com/browse/AAH-2156>`_
9+
- Change Wisdom Modal and legacy namespaces menu, rename to Ansible Lightspeed
10+
`AAH-2220 <https://issues.redhat.com/browse/AAH-2220>`_
11+
- Added filter for Approved, Staging and Rejected for Repository list.
12+
`AAH-2259 <https://issues.redhat.com/browse/AAH-2259>`_
13+
- Disable checkbox for adding collection if collection is already assigned to repository
14+
`AAH-2323 <https://issues.redhat.com/browse/AAH-2323>`_
15+
16+
17+
Bugfixes
18+
--------
19+
20+
- Fix Edit collection ignoring repository object permissions
21+
`AAH-2305 <https://issues.redhat.com/browse/AAH-2305>`_
22+
- Namespace detail: sign all collections only signs current repo now
23+
`AAH-2308 <https://issues.redhat.com/browse/AAH-2308>`_
24+
- Collection documentation: do not wrongly interpret plugins/modules whose name starts with `_` as deprecated.
25+
`AAH-3715 <https://issues.redhat.com/browse/AAH-3715>`_
26+
27+
28+
----
29+
30+
131
4.7.0 (2023-04-17)
232
==================
333

CHANGES/2156.feature

-1
This file was deleted.

CHANGES/2220.task

-1
This file was deleted.

CHANGES/2259.task

-1
This file was deleted.

CHANGES/2305.bug

-1
This file was deleted.

CHANGES/2308.bug

-1
This file was deleted.

CHANGES/2323.feature

-1
This file was deleted.

CHANGES/3715.bug

-1
This file was deleted.

ansible-hub-ui/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.7.0"
1+
__version__ = "4.7.1"

0 commit comments

Comments
 (0)