Browse code

Mention |combine and the vault improvements in the CHANGELOG

Abhijit Menon-Sen authored on 2015/08/28 14:33:40
Showing 1 changed files
... ...
@@ -190,6 +190,9 @@ New Lookups:
190 190
  * ini
191 191
  * shelvefile
192 192
 
193
+New filters:
194
+ * combine
195
+
193 196
 New Connection Methods:
194 197
  *  Added a connection plugin for talking to docker containers on the ansible controller machine without using ssh
195 198
 
... ...
@@ -205,7 +208,13 @@ Minor changes:
205 205
  * play output is now dynamically sized to terminal with a minimal of 80 coluumns (old default)
206 206
  * vars_prompt and pause are now skipped with a warning if the play is called non interactively (i.e. pull from cron)
207 207
  * Support for OpenBSD's 'doas' privilege escalation method.
208
+
209
+Vault changes:
208 210
  * most vault operations can now be done over multilple files
211
+ * ansible-vault encrypt/decrypt read from stdin if no other input file is given,
212
+   and can write to a given ``--output file``. This lets you avoid ever writing
213
+   sensitive plaintext to disk.
214
+ * ansible-vault rekey accepts the --new-vault-password-file option.
209 215
 
210 216
 ## 1.9.2 "Dancing In the Street" - Jun 26, 2015
211 217