Skip to content

Commit

Permalink
Bumping to version 0.5.0 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Rodriguez committed Mar 25, 2015
1 parent ba7654f commit 9378305
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,42 @@
All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [0.5.0] - 2015-03-25
### Added
- Added systemd init for redhat platform family version 7 or greater.
- Default init style per platform.
- Install Prometheus via pre-compiled binary.
- Added the prometheus_job resource for defining Prometheus scraping jobs.
- Attribute flag to externally manage prometheus.conf file.

### Changed
- Removed flags that were deprecated in the prometheus 0.12.0 release.

### Contributors for this release:

- [Eric Richardson](https://github.com/ewr) - External jobs config and prometheus job resource.

Thank You!

## [0.4.0] - 2015-05-12
## [0.4.0] - 2015-03-12
### Fixed
- Fix init template path bug on chef 11.x.

## [0.3.0] - 2015-05-11
## [0.3.0] - 2015-03-11
### Fixed
- Fixed cookbook badge in README

## [0.2.0] - 2015-05-11
## [0.2.0] - 2015-03-11
### Fixed
- License defined in metadata.

## 0.1.0 - 2015-05-11
## 0.1.0 - 2015-03-11
### Changed
- Initial release of prometheus cookbook

[unreleased]: https://github.com/rayrod2030/chef-prometheus/compare/0.4.0...HEAD
[unreleased]: https://github.com/rayrod2030/chef-prometheus/compare/0.5.0...HEAD
[0.5.0]: https://github.com/rayrod2030/chef-prometheus/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/rayrod2030/chef-prometheus/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/rayrod2030/chef-prometheus/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/rayrod2030/chef-prometheus/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
license 'Apache 2.0'
description 'Installs/Configures Prometheus'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.0'
version '0.5.0'
# rubocop:enable Style/SingleSpaceBeforeFirstArg

%w( ubuntu debian centos redhat fedora ).each do |os|
Expand Down

0 comments on commit 9378305

Please sign in to comment.