Skip to content

Commit

Permalink
Prepare release 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bethke committed Jan 4, 2018
1 parent c9fec19 commit dee849a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## From 2.x Librarian-Puppet requires Ruby >= 1.9, uses Puppet Forge API v3. For Ruby 1.8 use 1.x

### 2.2.4

* [PR #1](https://github.com/voxpupuli/librarian/pull/1) Add support for r10k Puppetfile's opts
* [PR #5](https://github.com/voxpupuli/librarian-puppet/pull/9) Update README for r10k syntax from PR #1.
* [PR #8](https://github.com/voxpupuli/librarian-puppet/pull/8) Clean up tests
* [PR #19](https://github.com/voxpupuli/librarian-puppet/pull/19) Fix rsync on Windows (path conversion, return code checking) and add trailing /
* [Issue #20](https://github.com/voxpupuli/librarian-puppet/issues/20) Ignore Gem files
* [Issue #25](https://github.com/voxpupuli/librarian-puppet/pull/25) Move to https and new forge url
* Avoid deleted ripienaar-concat
* [PR #59](https://github.com/voxpupuli/librarian-puppet/pull/59) Fix tests
* [PR #61](https://github.com/voxpupuli/librarian-puppet/pull/61) Bring testing matrix up to date

### 2.2.3

* [Issue #1](https://github.com/voxpupuli/librarian-puppet/pull/1) Upgrade to puppet_forge 2
Expand All @@ -26,7 +38,7 @@

* Update librarian to use the new `exclusion` syntax
* [Issue #282](https://github.com/rodjek/librarian-puppet/issues/282) Merge duplicated dependencies and warn the user, no more `Cannot bounce Puppetfile.lock!` errors
* [Issue #217](https://github.com/rodjek/librarian-puppet/issues/217)[Issue #244](https://github.com/rodjek/librarian-puppet/issues/244) Use librarianp 0.4.0 that no longer uses recursion to avoid `stack level too deep` errors
* [Issue #217](https://github.com/rodjek/librarian-puppet/issues/217), [Issue #244](https://github.com/rodjek/librarian-puppet/issues/244) Use librarianp 0.4.0 that no longer uses recursion to avoid `stack level too deep` errors
* [Issue #277](https://github.com/rodjek/librarian-puppet/issues/277) Warn when there are two dependencies with the same module name
* Use `librarianp` gem instead of `librarian`, a fork with the needed improvements and fixes.

Expand All @@ -48,7 +60,7 @@

* Update librarian to use the new `exclusion` syntax
* [Issue #282](https://github.com/rodjek/librarian-puppet/issues/282) Merge duplicated dependencies and warn the user, no more `Cannot bounce Puppetfile.lock!` errors
* [Issue #217](https://github.com/rodjek/librarian-puppet/issues/217)[Issue #244](https://github.com/rodjek/librarian-puppet/issues/244) Use librarianp 0.4.0 that no longer uses recursion to avoid `stack level too deep` errors
* [Issue #217](https://github.com/rodjek/librarian-puppet/issues/217), [Issue #244](https://github.com/rodjek/librarian-puppet/issues/244) Use librarianp 0.4.0 that no longer uses recursion to avoid `stack level too deep` errors
* [Issue #277](https://github.com/rodjek/librarian-puppet/issues/277) Warn when there are two dependencies with the same module name
* Use `librarianp` gem instead of `librarian`, a fork with the needed improvements and fixes.

Expand Down
2 changes: 1 addition & 1 deletion lib/librarian/puppet/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Librarian
module Puppet
VERSION = "2.2.3"
VERSION = "2.2.4"
end
end

0 comments on commit dee849a

Please sign in to comment.