This file is used to list changes made in each version of the winrm-config cookbook.
- Backport a fix for windows_http_acl idempotency for older versions for Chef
- Allow to disable automatic restart of winrm service on configuration change.
- Fix winrm_config_listner resources names
- Fix compatibility with various Chef version (12+)
- Migrate LWRP to custom resources
- Make default recipe compatible with Chef 13+ (Thanks Jugatsu)
- Unlock constraint on windows cookbook
- Leverage windows LWRPs for sslcert and urlacl
- Handle properly winrm http urlacl and sslcert via winrm_config_listener
- Allow everyone to access certmapping password hash
- Fix winrm-config::service convergence issue
- Fix winrm_config_listener converge issue
- Fix type in winrm_config_listener
- Properly implement winrm_config_service_certmapping
- Support why_run in both service_certmapping and listener LWRP
- Improve tests for winrm_config_listener & winrm_config_service_certmapping LWRPs
- Initial release of winrm-config
- Provide LWRP to configure
- winrm listeners
- winrm service certmapping
- Provide recipe to enable winrm windows service
- Provide recipes to configure
- winrm service
- winrm client
- winrm protocol
- winrm listeners
- winrs
- Provide Chefspec tests and proper documentation