diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-12-14 10:41:46 -0500 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-12-14 10:41:46 -0500 |
commit | 11063dabaf67173340c0cac9de5a0f2583b1859b (patch) | |
tree | 2f7a3793f8bbe93c9817ab775953e036f368441c /CHANGELOG.md | |
parent | 1a7c0969549361ba3a348b7e588d1713ad09616a (diff) | |
download | ansible-11063dabaf67173340c0cac9de5a0f2583b1859b.tar.gz |
fixed version_added, update clog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2366d48a12..ad367c550c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Ansible Changes By Release * `stat` and `win_stat` have deprecated `get_md5` and the `md5` return value and these options will be removed in Ansible 2.9. `get_md5: no` will still be allowed in 2.9 but will finally be removed 2 versions after that. +* The `redis_kv` lookup in favor of new `redis` lookup ### Minor Changes * added a few new magic vars corresponding to configuration/command line options: @@ -52,6 +53,7 @@ Ansible Changes By Release * aws_ssm: Query AWS ssm data * config: Lookup Ansible settings * openshift: Return info from Openshift installation +* redis: look up date from Redis DB, deprecates the redis_kv one. ## Callbacks * yaml |