Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Sep 8, 2016
1 parent fce42db commit 500224e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 39 deletions.
81 changes: 43 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,54 @@
motd-tail CHANGELOG
===================
# motd-tail CHANGELOG

This file is used to list changes made in each version of the motd-tail cookbook.

v3.0.0 (2015-10-20)
-------------------
* Updated .gitignore file
* Removed Cheffile
* Updated Test Kitchen for the new format and modern Linux distros
* Added Chef standard Rubocop config
* Added testing in Travis CI
* Added a Berksfile
* Updated contributing and testing docs
* Added maintainers.md and maintainers.toml files
* Added Travis and cookbook version badges to the readme
* Removed Chef 10 backwards compatibility
* Expanded the requirements section in the readme and clarify the minimum supported Chef release is 11
* Updated Opscode -> Chef Software
* Added a Rakefile for simplified testing
* Added a Chefignore file
* Resolved Rubocop warnings
* Added long_description to the metadata
* Added source_url and issues_url to the metadata
* Added basic Chefspec convergence test

v2.0.2 (2014-04-09)
-------------------
- #7 - Fix wrong cookbook name in template source parameter

v2.0.0 (2014-03-18)
-------------------
## 4.0.0 (2016-09-07)

- Resolve rubocop warning
- Testing updates
- Require Chef 12+

## v3.0.0 (2015-10-20)

- Updated .gitignore file
- Removed Cheffile
- Updated Test Kitchen for the new format and modern Linux distros
- Added Chef standard Rubocop config
- Added testing in Travis CI
- Added a Berksfile
- Updated contributing and testing docs
- Added maintainers.md and maintainers.toml files
- Added Travis and cookbook version badges to the readme
- Removed Chef 10 backwards compatibility
- Expanded the requirements section in the readme and clarify the minimum supported Chef release is 11
- Updated Opscode -> Chef Software
- Added a Rakefile for simplified testing
- Added a Chefignore file
- Resolved Rubocop warnings
- Added long_description to the metadata
- Added source_url and issues_url to the metadata
- Added basic Chefspec convergence test

## v2.0.2 (2014-04-09)

- # 7 - Fix wrong cookbook name in template source parameter

## v2.0.0 (2014-03-18)

- Refactored into a library cookbook to allow template replacement

v1.2.2 (2014-03-18)
-------------------
## v1.2.2 (2014-03-18)

- [COOK-4434] - remove timestamp from template to prevent a change every Chef run

v1.2.0
------
## v1.2.0

- [COOK-2089] - Add the ability to add additional text to motd

v1.1.0
------
## v1.1.0

- [COOK-1387] - additional data for MOTD

v1.0.0
------
- Initial public release.
## v1.0.0

- Initial public release.
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 'Updates motd.tail with Chef Roles'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.0.0'
version '4.0.0'

recipe 'motd-tail', 'Updates motd.tail with useful node data'

Expand Down

0 comments on commit 500224e

Please sign in to comment.