diff options
author | Matthew Jones <matburt@redhat.com> | 2017-05-12 19:24:14 +0200 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2017-05-12 19:24:14 +0200 |
commit | e7ba2a1078a33acc3f5f69075fc3616f2f97a451 (patch) | |
tree | 890994fec33e1be41b7ec119b471b92968fc2512 /docs/CHANGELOG.md | |
parent | Fix an incorrect reference on instance group jobs list (diff) | |
download | awx-e7ba2a1078a33acc3f5f69075fc3616f2f97a451.tar.xz awx-e7ba2a1078a33acc3f5f69075fc3616f2f97a451.zip |
Updating changelog for Instance Groups
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 53fe4067d7..19f60707e7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,3 +14,8 @@ [[#5741](https://github.com/ansible/ansible-tower/issues/5741)] * support sourcing inventory from a file inside of a project's source tree [[#2477](https://github.com/ansible/ansible-tower/issues/2477)] +* Added support for configuring groups of instance nodes to run tower + jobs [[#5898](https://github.com/ansible/ansible-tower/issues/5898)] +* Fixed an issue installing Tower on multiple nodes where cluster + internal node references are used + [[#6231](https://github.com/ansible/ansible-tower/pull/6231)] |