Merge pull request #2482 from jakemcdermott/fix-2377-api

add inventory field to inventory update
This commit is contained in:
Jake McDermott
2018-07-17 11:45:38 -04:00
committed by GitHub
7 changed files with 39 additions and 60 deletions

View File

@@ -74,6 +74,7 @@
* Changed the name of the session length setting from `AUTH_TOKEN_EXPIRATION` to `SESSION_COOKIE_AGE`.
* Changed the name of the session length setting from `AUTH_TOKEN_PER_USER` to `SESSIONS_PER_USER`.
* External logging now defaults to HTTPS (instead of HTTP) *unless* http:// is explicitly specified in the log aggregator hostname [[#2048](https://github.com/ansible/awx/issues/2048)]
* Added `inventory` field to inventory updates
3.2.0
=====