From 5455fe3c10390b17cd2f3e650a941d23fa85d036 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Fri, 10 Jan 2020 15:47:39 -0500 Subject: [PATCH] Introduce CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..ff9964764b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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/`. + +## 9.1.1 + +- Fixed bug that caused database migrations on Kubernetes installs to hang https://github.com/ansible/awx/pull/5579 +- Upgrade Python-level app dependencies in AWX virtual environment https://github.com/ansible/awx/pull/5407 +- Prevent running jobs from blocking inventory updates https://github.com/ansible/awx/pull/5519 +- Fixed invalid_response SAML error https://github.com/ansible/awx/pull/5577 +- Started using this changelog https://github.com/ansible/awx/pull/5635