Просмотр исходного кода

Merge pull request #133 from jaredledvina/feature/release-1.3.0

Update CHANGELOG for release 2.0.0
Jared 8 лет назад
Родитель
Сommit
d14aa914ff
1 измененных файлов с 37 добавлено и 3 удалено
  1. 37 3
      CHANGELOG.md

+ 37 - 3
CHANGELOG.md

@@ -1,9 +1,38 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+This project adheres to [Semantic Versioning](http://semver.org/)
 The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
-## 1.2.0 2017-05-13
+## [Unreleased]
+
+## [2.0.0] - 2018-02-07
+### 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.
+- Redis on Ubuntu will now be configured to bind to `0.0.0.0` to ensure accessiblity and to match the other supported OS configurations. (@tculp)
+- Updated the supported Ansible version to the last two stable releases (currently that's Ansible 2.3 and 2.4). (@jaredledvina) Please note that we have not explicitly broken support for running this role on versions of Ansible <2.3. However, we will only be actively supporting the last two stable Ansible releases to reduce the maintenance burden.
+
+### Added
+- Initial support for OpenBSD! (@smbambling)
+- Ubuntu now get's `apt-transport-https` installed to support HTTPS repos. (@kevit)
+- Default to HTTPS APT repos.  @jaredledvina
+- Allow for configuring when a node gets the `sensu-client` config file. (@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)
+- Used HTTPS for APT key.  (@jaredledvina)
+- Amazon Linux has proper yum repo configured and supports Amazon Linux 2. (@romainrbr)
+- Yum based distros now get EPEL to support installing a newer and supported version of RabbitMQ. (@romainrbr)
+- CentOS now supports using Bintray mirrors for installing RabbitMQ to work around Erlang issues with older versions. (@romainrbr)
+- All PRs are now required to pass TravisCI integrations tests.  (@jaredledvina)
+- Ensure that we configure the `mode` and `umask` for files to work in a more restrictive environment. (@roumano)
+- Debian and Ubuntu switch to Bintray for RabbitMQ to match yum distros. (@jaredledvina)
+
+### Changed
+- Switched from Gitter to `#ansible` in the Sensu Community Slack. (@grepory)
+- Bumped SSL tools version to 1.2 by default. (@marji)
+- Update 'Generate SSL Certs' to support Ansible 2.4. (@tculp)
+
+## [1.2.0] - 2017-05-13
 ### Added
 - RedHat support
 - Sensu enterprise support
@@ -19,7 +48,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 ### Fixed
 - Make sure any local directories that are assumed to exist actually do
 
-## 1.1.0 2017-04-03
+## [1.1.0] - 2017-04-03
 ### Added
 - Toggle for SSL cert management
 
@@ -29,6 +58,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 ### Fixed
 - Fixed behaivor changed by recent versions of Ansible
 
-## 1.0.0 2017-02-14
+## 1.0.0 - 2017-02-14
 
 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/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.1.0]: https://github.com/sensu/sensu-ansible/compare/1.0.0...1.1.0