changelog/docsite updates for Windows async/environment

pull/17432/head
nitzmahone 8 years ago
parent f239e1e61f
commit c752b25ced

@ -20,6 +20,8 @@ Ansible Changes By Release
* `meta` tasks can now use conditionals.
* `raw` now returns `changed: true` to be consistent with shell/command/script modules. Add `changed_when: false` to `raw` tasks to restore the pre-2.2 behavior if necessary.
* New privilege escalation become method `ksu`
* Windows `async:` support for long-running or background tasks.
* Windows `environment:` support for setting module environment vars in play/task.
####New Modules:
- archive

@ -64,17 +64,17 @@ Target: September 2016
- **Windows platform feature parity** (Matt D)
- PS module API (mirror Python module API where appropriate). Note: We dont necessarily like the current python module API (AnsibleModule is a huge class with many unrelated utility functions.  Maybe we should redesign both at the same time?)
- Environment keyword support 
- Environment keyword support (done)
- win_shell/win_command
- Async support 
- (stretch goal) Pipelining 
- Async support (done)
- (stretch goal) Pipelining (bumped to 2.3+)
- **Windows-specific enhancements** (Matt D)
- Multiple Kerberos credential support (done, shepherd fix to pykerberos)
- Server 2016 testing/fixes 
- (stretch goal) Nano Server connection + module_utils working
- (stretch goal) Encrypted kerberos support in pywinrm 
- Multiple Kerberos credential support (done)
- Server 2016 testing/fixes (done)
- (stretch goal) Nano Server connection + module_utils working (bumped to 2.3)
- (stretch goal) Encrypted kerberos support in pywinrm (bumped to 2.3)
- **Network** (Nate C/Peter S)

Loading…
Cancel
Save