Skip to content

Commit

Permalink
prep for v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 25, 2018
1 parent fafda2e commit be276a3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
46 changes: 31 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,51 @@
uchiwa Cookbook CHANGELOG
=========================
This file is used to list changes made in each version of the uchiwa cookbook.
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [v1.5.0] - 2018-03-25
### Added
- `libraries/uchiwa_helpers.rb`: Add the ability to store settings in chef-vault

v1.4.0 (2017-09-16)
-------------------
## [v1.4.0] 2017-09-16
### Added
- add the ability to optionally store uchiwa settings in a databag (supports encrypted data bags)

v1.3.0 (2017-04-11)
-------------------
## [v1.3.0] - 2017-04-11
### Changed
- Bump default Uchiwa version to 0.23.1
- Use new repository layout (releasever & codename)

v1.2.0 (2015-11-21)
-------------------
## [v1.2.0] 2015-11-21
### Changed
- Bump default Uchiwa version to 0.12.1
- Use new repository URL (repositories.sensuapp.org)

v1.1.0 (2015-05-27)
-------------------
## [v1.1.0] - 2015-05-27
### Changed
- Bump default Uchiwa version to 0.8.1

### Added
- Allow for automatic restarts when a new version is installed

v1.0.0 (2014-12-09)
-------------------
## [v1.0.0] - 2014-12-09
### Changed
- Bump default Uchiwa version to 0.4.0

v0.7.0 (2014-12-08)
-------------------
## [v0.7.0] - 2014-12-08
### Changed
- Set default package options (apt/dpkg/yum)

### Added
- Allow default package options to be overridden


[Unreleased]: https://github.com/sensu/sensu-uchiwa/compare/v1.5.0...HEAD
[v1.5.0]: https://github.com/sensu/sensu-uchiwa/compare/v1.4.0...v1.5.0
[v1.4.0]: https://github.com/sensu/sensu-uchiwa/compare/v1.3.0...v1.4.0
[v1.3.0]: https://github.com/sensu/sensu-uchiwa/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/sensu/sensu-uchiwa/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/sensu/sensu-uchiwa/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/sensu/sensu-uchiwa/compare/v0.7.0...v1.0.0
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures uchiwa'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.4.0'
version '1.5.0'

depends 'yum'
depends 'apt'
Expand Down

0 comments on commit be276a3

Please sign in to comment.