-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
39 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 |
---|---|---|
@@ -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. |
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