From dadf8940ccf95d58d5eded49c020aa3f193be6f2 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 14 Jun 2021 12:28:35 -0400 Subject: [PATCH 1/4] Remove outdated info from changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 123b4c2a24..e535655ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ # Changelog -This is a list of high-level changes for each release of AWX. A full list of commits can be found at `https://github.com/ansible/awx/releases/tag/`. - # 19.2.0 (June 1, 2021) - Fixed race condition that would sometimes cause jobs to error out at the very end of an otherwise successful run (https://github.com/ansible/receptor/pull/328) - Fixes bug where users were unable to click on text next to checkboxes in modals (https://github.com/ansible/awx/pull/10279) From d38401fd18e1b3492211e64b8c763f77407e4e64 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 14 Jun 2021 12:30:43 -0400 Subject: [PATCH 2/4] Bump version to 19.2.1 --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- awxkit/VERSION | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e535655ec5..09058cd425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# 19.2.1 (June 14, 2021) + +- There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324) +- Removed deprecated modules: `tower_send`, `tower_receive`, `tower_workflow_template` (https://github.com/ansible/awx/pull/9980) +- Improved UI performance when a large amount of events are being emmitted by jobs (https://github.com/ansible/awx/pull/10053) +- Settings UI Revert All button now issues a DELETE instead of PATCHing all fields (https://github.com/ansible/awx/pull/10376) +- Fixed a bug with the schedule date/time picker in Firefox (https://github.com/ansible/awx/pull/10291) +- UI now preselects the system default Galaxy credential when creating a new organization (https://github.com/ansible/awx/pull/10395) +- Added favicon (https://github.com/ansible/awx/pull/10388) +- Removed `not` option from smart inventory host filter search as it's not supported by the API (https://github.com/ansible/awx/pull/10380) +- Added button to allow user to refetch project revision after project sync has finished (https://github.com/ansible/awx/pull/10334) +- Fixed bug where extraneous CONFIG requests were made on logout (https://github.com/ansible/awx/pull/10379) +- Fixed bug where users were unable to cancel inventory syncs (https://github.com/ansible/awx/pull/10346) +- Added missing dashboard graph filters (https://github.com/ansible/awx/pull/10349) +- Added support for typing in to single select lookup form fields (https://github.com/ansible/awx/pull/10257) +- Fixed various bugs related to user sessions (https://github.com/ansible/awx/pull/9908) +- Fixed bug where sorting in modals would close the modal (https://github.com/ansible/awx/pull/10215) +- Added support for Red Hat Insights as an inventory source (https://github.com/ansible/awx/pull/8650) + # 19.2.0 (June 1, 2021) - Fixed race condition that would sometimes cause jobs to error out at the very end of an otherwise successful run (https://github.com/ansible/receptor/pull/328) - Fixes bug where users were unable to click on text next to checkboxes in modals (https://github.com/ansible/awx/pull/10279) diff --git a/VERSION b/VERSION index b600a143ee..34716091d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.2.0 +19.2.1 diff --git a/awxkit/VERSION b/awxkit/VERSION index b600a143ee..34716091d4 100644 --- a/awxkit/VERSION +++ b/awxkit/VERSION @@ -1 +1 @@ -19.2.0 +19.2.1 From 188f0417d2f87fe8dd3dc5c1d69375f614c4786d Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 14 Jun 2021 13:38:41 -0400 Subject: [PATCH 3/4] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09058cd425..489562af9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324) - Removed deprecated modules: `tower_send`, `tower_receive`, `tower_workflow_template` (https://github.com/ansible/awx/pull/9980) -- Improved UI performance when a large amount of events are being emmitted by jobs (https://github.com/ansible/awx/pull/10053) +- Improved UI performance when a large amount of events are being emitted by jobs (https://github.com/ansible/awx/pull/10053) - Settings UI Revert All button now issues a DELETE instead of PATCHing all fields (https://github.com/ansible/awx/pull/10376) - Fixed a bug with the schedule date/time picker in Firefox (https://github.com/ansible/awx/pull/10291) - UI now preselects the system default Galaxy credential when creating a new organization (https://github.com/ansible/awx/pull/10395) From c6ac2f56dc4949c5b60b674071ad619da0c1dcef Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 14 Jun 2021 14:02:11 -0400 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489562af9f..a69b77719f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Fixed various bugs related to user sessions (https://github.com/ansible/awx/pull/9908) - Fixed bug where sorting in modals would close the modal (https://github.com/ansible/awx/pull/10215) - Added support for Red Hat Insights as an inventory source (https://github.com/ansible/awx/pull/8650) +- Fixed bugs when selecting items in a list then sorting/paginating (https://github.com/ansible/awx/pull/10329) # 19.2.0 (June 1, 2021) - Fixed race condition that would sometimes cause jobs to error out at the very end of an otherwise successful run (https://github.com/ansible/receptor/pull/328)