-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tobias Brunner
committed
Feb 19, 2015
1 parent
9e06345
commit 681e16d
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased][unreleased] | ||
### Changed | ||
|
||
### Fixed | ||
|
||
## [1.7.0] - 2015-02-19 | ||
### Added | ||
- A proper Change Log file according to http://keepachangelog.com | ||
- Allow leaving out of alerts parameter (empty array instead of false by default). | ||
|
||
### Changed | ||
- Replaced the deprecated Modulefile by a metadata.json | ||
- Template variables use scope to be compatible to newer Puppet versions | ||
- Use `fqdn` fact instead of `hostname` fact in config and slave manifest | ||
|
||
### Fixed | ||
- Slave parameter scope fixed |