diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2016-10-06 19:23:31 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2016-10-06 19:23:31 +0200 |
commit | 7e57403b9ebc55ed0a5a82fbbf939d12b068ad23 (patch) | |
tree | e17efbdc202e0afac2e52b9bca6aca9589e37e5d /CHANGELOG.md | |
parent | Refactor parsing of CLI args so that we can modify them in the base class (diff) | |
download | ansible-7e57403b9ebc55ed0a5a82fbbf939d12b068ad23.tar.xz ansible-7e57403b9ebc55ed0a5a82fbbf939d12b068ad23.zip |
Add a changelog entry for merging of multiple --tags arguments
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f02fb72f3b..ffe5cc7fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Ansible Changes By Release ========================== +## 2.3 TBD - ACTIVE DEVELOPMENT + +###Major Changes: + +###Deprecations: +* Specifying --tags (or --skip-tags) multiple times on the command line + currently leads to the last one overridding all the previous ones. This + behaviour is deprecated. In the future, if you specify --tags multiple times + the tags will be merged together. In 2.3, using --tags multiple times on one + command line will emit a deprecation warning. Setting the + merge_multiple_cli_tags option to True in the ansible.cfg file will enable + the new behaviour. In 2.4, the default will be to merge and you can enable + the old overwriting behaviour via the config option. In 2.5, multiple --tags + options will be merged with no way to go back to the old behaviour. + + ## 2.2 "The Battle of Evermore" - ACTIVE DEVELOPMENT ###Major Changes: |