Skip to content

Commit

Permalink
Gemspec and changelog for 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cowie committed Nov 3, 2014
1 parent 83c9b51 commit 1b44ad8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.4.2(3rd November, 2014)

Features:

- Improve error messages when uploading invalid JSON (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/151)
- Allow an optional comma delimited set of environments to be passed to spork promote (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/148)
- Add support for rubocop >= 0.23.0 in RuboCop plugin (Thanks to @dwradcliffe https://github.com/jonlives/knife-spork/pull/147)
- Relax foodcritic version requirement from ~> 3.0.0 to >= 3.0.0 (Thanks to @dwradcliffe https://github.com/jonlives/knife-spork/pull/146)
- Slack plugin now supports adding images in messages (Thanks to @ctrlok https://github.com/jonlives/knife-spork/pull/144)
- Git plugin can now optionally commit and push on changes (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/124)

Bugfixes:

- Fix custom plugin loading on Window (Thanks to @carpnick https://github.com/jonlives/knife-spork/pull/150)
- Fix config loading in CookbookUploader under Chef 12 (Thanks to @jordane https://github.com/jonlives/knife-spork/pull/149)
- Do not attempt to load Berksfile if not present (Thanks to @redondos https://github.com/jonlives/knife-spork/pull/142)

## 1.4.1 (21st August, 2014)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion knife-spork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
gem.name = 'knife-spork'
gem.version = '1.4.1'
gem.version = '1.4.2'
gem.authors = ["Jon Cowie"]
gem.email = '[email protected]'
gem.homepage = 'https://github.com/jonlives/knife-spork'
Expand Down

0 comments on commit 1b44ad8

Please sign in to comment.