Skip to content

Commit

Permalink
Version bump v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jun 30, 2014
1 parent f409878 commit e6b10a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ jenkins Cookbook CHANGELOG
==========================
This file is used to list changes made in each version of the jenkins cookbook.

v2.1.1 (2014-06-30)
-------------------
- Use the update-center to install plugins and their dependencies
- Handle `super` calls correctly in `load_current_resource`
- Backport Chef patches to temporary libraries
- Default `Slave#environment` to `nil` instead of `{}`
- Fix a bug where `super` was called in DSL methods


v2.1.0 (2014-06-26)
-------------------
- Change Jenkins command prefix to use the slave object
Expand Down
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 and configures Jenkins CI master & slaves'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.1.0'
version '2.1.1'

recipe 'master', 'Installs a Jenkins master'

Expand Down

0 comments on commit e6b10a4

Please sign in to comment.