ソースを参照

Prep for 2.2.0 release

Jared Ledvina 8 年 前
コミット
eeafaed8e7
1 ファイル変更6 行追加3 行削除
  1. 6 3
      CHANGELOG.md

+ 6 - 3
CHANGELOG.md

@@ -5,14 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/)
 The format is based on [Keep a Changelog](http://keepachangelog.com/).
 The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
 
 ## [Unreleased]
 ## [Unreleased]
+
+## [2.2.0] - 2018-02-22
 ### Added
 ### Added
-- Fedora support. Tested in the wild on Fedora 25 as a client and Fedora 27 on the test suite as both master and client.
+- Fedora support. Tested in the wild on Fedora 25 as a client and Fedora 27 on the test suite as both master and client. (@danragnar)
     - `tasks/Fedora/redis.yml`, `tasks/Fedora/rabbit.yml`: Based on CentOS equivalents but with dnf module instead of yum
     - `tasks/Fedora/redis.yml`, `tasks/Fedora/rabbit.yml`: Based on CentOS equivalents but with dnf module instead of yum
     - `tasks/Fedora/main.yml`, `tasks/Fedora/dashboard.yml`: links to Centos files
     - `tasks/Fedora/main.yml`, `tasks/Fedora/dashboard.yml`: links to Centos files
     - `vars/Fedora.yml`: vars for Fedora
     - `vars/Fedora.yml`: vars for Fedora
 
 
 ### Changed
 ### Changed
-- `tasks/CentOS/dashboard.yml`, `tasks/CentOS/main.yml`: Use generic package module to support Fedora
+- `tasks/CentOS/dashboard.yml`, `tasks/CentOS/main.yml`: Use generic package module to support Fedora (@danragnar)
 
 
 ## [2.1.0]
 ## [2.1.0]
 ### Fixed
 ### Fixed
@@ -78,7 +80,8 @@ 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/2.1.0...HEAD
+[Unreleased]: https://github.com/sensu/sensu-ansible/compare/2.2.0...HEAD
+[2.2.0]: https://github.com/sensu/sensu-ansible/compare/2.1.0...2.2.0
 [2.1.0]: https://github.com/sensu/sensu-ansible/compare/2.0.0...2.1.0
 [2.1.0]: https://github.com/sensu/sensu-ansible/compare/2.0.0...2.1.0
 [2.0.0]: https://github.com/sensu/sensu-ansible/compare/1.2.0...2.0.0
 [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