Browse Source

We are going to version 2.0.0

Jared Ledvina 8 years ago
parent
commit
f705513641
1 changed files with 11 additions and 5 deletions
  1. 11 5
      CHANGELOG.md

+ 11 - 5
CHANGELOG.md

@@ -6,14 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
 
 ## [Unreleased]
 ## [Unreleased]
 
 
-## [1.3.0] - 2018-02-04
+## [2.0.0] - 2018-02-06
 ### Added
 ### Added
 - Initial support for OpenBSD! (@smbambling)
 - Initial support for OpenBSD! (@smbambling)
 - Ubuntu now get's `apt-transport-https` installed to support HTTPS repos. (@kevit)
 - Ubuntu now get's `apt-transport-https` installed to support HTTPS repos. (@kevit)
 - Default to HTTPS APT repo's.  @jaredledvina
 - Default to HTTPS APT repo's.  @jaredledvina
-- Ubuntu - Redis now always binds to `0.0.0.0` to ensure it's accessible. (@tculp)
 - Allow for configuring when a node gets the `sensu-client` config file. (@tculp)
 - Allow for configuring when a node gets the `sensu-client` config file. (@tculp)
-- Split up the variables used to determine if a host gets rabbitmq/redis for more flexibility in deployments. (@tculp)
 - Allow for deploying client definitions based on groups. (@tculp)
 - Allow for deploying client definitions based on groups. (@tculp)
 - Default to HTTPS Yum repo's and install the Yum key for package signing validation via HTTPS.  (@jaredledvina)
 - Default to HTTPS Yum repo's and install the Yum key for package signing validation via HTTPS.  (@jaredledvina)
 - Used HTTPS for APT key.  (@jaredledvina)
 - Used HTTPS for APT key.  (@jaredledvina)
@@ -29,6 +27,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 - Bumped SSL tools version to 1.2 by default. (@marji)
 - Bumped SSL tools version to 1.2 by default. (@marji)
 - Update 'Generate SSL Certs' to support Ansible 2.4. (@tculp)
 - Update 'Generate SSL Certs' to support Ansible 2.4. (@tculp)
 
 
+### Fixed
+- Ubuntu - Redis now always binds to `0.0.0.0` to match other distro's configurgation and to ensure it's accessible. (@tculp)
+
+### Breaking Change
+- Split up the variables used to determine if a host gets rabbitmq/redis for more flexibility in deployments. (@tculp)
+  `sensu_deploy_rabbitmq` and `sensu_deploy_redis` are now `sensu_deploy_rabbitmq_server` and `sensu_deploy_redis_server` respectively.
+  See the [role variable documentation](https://github.com/sensu/sensu-ansible/blob/master/docs/role_variables.md) for details on the parameters.
+
 ## [1.2.0] - 2017-05-13
 ## [1.2.0] - 2017-05-13
 ### Added
 ### Added
 - RedHat support
 - RedHat support
@@ -59,7 +65,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
 
 First tagged release, starting at 1.0.0 since the project can be considered stable at this point.
 First tagged release, starting at 1.0.0 since the project can be considered stable at this point.
 
 
-[Unreleased]: https://github.com/sensu/sensu-ansible/compare/1.3.0...HEAD
-[1.3.0]: https://github.com/sensu/sensu-ansible/compare/1.2.0...1.3.0
+[Unreleased]: https://github.com/sensu/sensu-ansible/compare/2.0.0...HEAD
+[2.0.0]: https://github.com/sensu/sensu-ansible/compare/1.2.0...2.0.0
 [1.2.0]: https://github.com/sensu/sensu-ansible/compare/1.1.0...1.2.0
 [1.2.0]: https://github.com/sensu/sensu-ansible/compare/1.1.0...1.2.0
 [1.1.0]: https://github.com/sensu/sensu-ansible/compare/1.0.0...1.1.0
 [1.1.0]: https://github.com/sensu/sensu-ansible/compare/1.0.0...1.1.0