diff --git a/CHANGES.rst b/CHANGES.rst index a5ac724d61..eb05ebe5eb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,35 @@ +4.4.4 (2022-07-26) +Features +-------- + +- Create a changelog for the UI. + `AAH-1228 `_ +- Show the proper MINIMUM PASSWORD LENGTH in UI + `AAH-1573 `_ +- Localize collection modules/roles/... counter + `AAH-1684 `_ + + +Bugfixes +-------- + +- Fix "Publish container images" documentation link version - 2.0-ea -> 2.1 + `AAH-1364 `_ +- Fix an error where images created by ansible builder couldn't be inspected in the UI. + `AAH-1527 `_ +- Edit group permissions - correctly hide user/group-related permissions in keycloak mode + `AAH-1688 `_ + + +Misc +---- + +- `AAH-396 `_ + + +---- + + 4.4.3 (2022-03-16) Misc ---- diff --git a/CHANGES/1228.task b/CHANGES/1228.task deleted file mode 100644 index 100535bfd8..0000000000 --- a/CHANGES/1228.task +++ /dev/null @@ -1 +0,0 @@ -Create a changelog for the UI. \ No newline at end of file diff --git a/CHANGES/1364.bug b/CHANGES/1364.bug deleted file mode 100644 index 3fc2c08c20..0000000000 --- a/CHANGES/1364.bug +++ /dev/null @@ -1 +0,0 @@ -Fix "Publish container images" documentation link version - 2.0-ea -> 2.1 diff --git a/CHANGES/1527.bugfix b/CHANGES/1527.bugfix deleted file mode 100644 index a9bfb65104..0000000000 --- a/CHANGES/1527.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix an error where images created by ansible builder couldn't be inspected in the UI. \ No newline at end of file diff --git a/CHANGES/1573.feature b/CHANGES/1573.feature deleted file mode 100644 index e7202ecea8..0000000000 --- a/CHANGES/1573.feature +++ /dev/null @@ -1 +0,0 @@ -Show the proper MINIMUM PASSWORD LENGTH in UI diff --git a/CHANGES/1684.task b/CHANGES/1684.task deleted file mode 100644 index 5b150b59f7..0000000000 --- a/CHANGES/1684.task +++ /dev/null @@ -1 +0,0 @@ -Localize collection modules/roles/... counter diff --git a/CHANGES/1688.bug b/CHANGES/1688.bug deleted file mode 100644 index 443323901d..0000000000 --- a/CHANGES/1688.bug +++ /dev/null @@ -1 +0,0 @@ -Edit group permissions - correctly hide user/group-related permissions in keycloak mode diff --git a/CHANGES/396.misc b/CHANGES/396.misc deleted file mode 100644 index acb7ce07d1..0000000000 --- a/CHANGES/396.misc +++ /dev/null @@ -1 +0,0 @@ -Fixed content overflow in ImportConsole component diff --git a/ansible-hub-ui/__init__.py b/ansible-hub-ui/__init__.py index 548e0f6d83..d39dca2ded 100644 --- a/ansible-hub-ui/__init__.py +++ b/ansible-hub-ui/__init__.py @@ -1 +1 @@ -__version__ = "4.4.3" +__version__ = "4.4.4"