diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c4adfa02..666bfc9505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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/`. +## 12.0.0 (TBD) +- Removed support for HipChat notifications ([EoL announcement](https://www.atlassian.com/partnerships/slack/faq#faq-98b17ca3-247f-423b-9a78-70a91681eff0)) + + ## 11.2.0 (Apr 29, 2020) - Inventory updates now use collection-based plugins by default (in Ansible 2.9+): @@ -103,7 +107,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - Updated the bundled version of openstacksdk to address a known issue https://github.com/ansible/awx/issues/5821 - Updated the bundled vmware_inventory plugin to the latest version to address a bug https://github.com/ansible/awx/pull/5668 - Fixed a bug that can cause inventory updates to fail to properly save their output when run within a workflow https://github.com/ansible/awx/pull/5666 -- Removed a number of pre-computed fields from the Host and Group models to improve AWX performance. As part of this change, inventory group UIs throughout the interface no longer display status icons https://github.com/ansible/awx/pull/5448 +- Removed a number of pre-computed fields from the Host and Group models to improve AWX performance. As part of this change, inventory group UIs throughout the interface no longer display status icons https://github.com/ansible/awx/pull/5448 ## 9.1.1 (Jan 14, 2020) diff --git a/awx_collection/README.md b/awx_collection/README.md index 5cc6ab1879..911e8dcef7 100644 --- a/awx_collection/README.md +++ b/awx_collection/README.md @@ -81,7 +81,7 @@ The following notes are changes that may require changes to playbooks: - `tower_job_template` no longer supports the deprecated `extra_vars_path` parameter, please use `extra_vars` with the lookup plugin to replace this functionality. - The `notification_configuration` parameter of `tower_notification` has changed from a string to a dict. Please use the `lookup` plugin to read an existing file into a dict. - `tower_credential` no longer supports passing a file name to ssh_key_data. - - The HipChat notification type has been removed and can no longer be created using the `tower_notification` module. + - The HipChat `notification_type` has been removed and can no longer be created using the `tower_notification` module. ## Running Unit Tests diff --git a/docs/notification_system.md b/docs/notification_system.md index 8b5b04b733..bd60bd73b0 100644 --- a/docs/notification_system.md +++ b/docs/notification_system.md @@ -82,8 +82,6 @@ The currently-defined Notification Types are: Each of these have their own configuration and behavioral semantics and testing them may need to be approached in different ways. The following sections will give as much detail as possible. -> **Note:** The HipChat notification type will be unavailable as of Tower 4.0 - ## Email The email notification type supports a wide variety of SMTP servers and has support for SSL/TLS connections and timeouts.