summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlanCoding <arominge@redhat.com>2020-06-18 21:10:10 +0200
committerAlanCoding <arominge@redhat.com>2020-06-18 21:10:10 +0200
commitf76c57b1ec9fd994d759c058eb16c4456790b6a6 (patch)
tree4f1b2085b1d1ebf4ce97d5375ef6bcd430a55703 /CHANGELOG.md
parentMerge pull request #6911 from AlanCoding/rm_all_scripts (diff)
downloadawx-f76c57b1ec9fd994d759c058eb16c4456790b6a6.tar.xz
awx-f76c57b1ec9fd994d759c058eb16c4456790b6a6.zip
Bump AWX version, after notable inventory deprecation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0d4a1b10b..a74e91c2ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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/<version>`.
+## 13.0.0 (Jun 19, 2020)
+- Removed scripts as a means of running inventory updates of built-in types (https://github.com/ansible/awx/pull/6911)
+- Ansible 2.8 is now unsupported. Some inventory source types are known to no longer work.
+- Fixed an issue where the vmware inventory source ssl_verify source variable was not recognized (https://github.com/ansible/awx/pull/7360)
+
## 12.0.0 (Jun 9, 2020)
- Removed memcached as a dependency of AWX (https://github.com/ansible/awx/pull/7240)
- Moved to a single container image build instead of separate awx_web and awx_task images. The container image is just `awx` (https://github.com/ansible/awx/pull/7228)