Skip to content

Commit

Permalink
Release v2.22.0
Browse files Browse the repository at this point in the history
Add ability to specify gem install options for plugins which is very
useful if you want to specify a proxy.
  • Loading branch information
ghoneycutt committed Jul 13, 2017
1 parent 3bea31b commit e6673e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Change Log

## [v2.21.0](https://github.com/sensu/sensu-puppet/tree/v2.21.0)
## [v2.22.0](https://github.com/sensu/sensu-puppet/tree/v2.22.0)

[Full Changelog](https://github.com/sensu/sensu-puppet/compare/v2.21.0...v2.22.0)

**Closed issues:**

- Vagrant ports for sensu-enterprise-server are off [\#735](https://github.com/sensu/sensu-puppet/issues/735)

**Merged pull requests:**

- \(GH-599\) Pass gem\_install\_options to sensu::plugin class [\#740](https://github.com/sensu/sensu-puppet/pull/740) ([Phil-Friderici](https://github.com/Phil-Friderici))
- \(GH-560\) Add docs for $sensu::check::custom [\#739](https://github.com/sensu/sensu-puppet/pull/739) ([Phil-Friderici](https://github.com/Phil-Friderici))
- \(\#735\) Fix sensu-server-enterprise Vagrant VM [\#738](https://github.com/sensu/sensu-puppet/pull/738) ([jeffmccune](https://github.com/jeffmccune))
- \(GH-701\) Stop using scope.lookupvar\(\) in templates [\#724](https://github.com/sensu/sensu-puppet/pull/724) ([Phil-Friderici](https://github.com/Phil-Friderici))

## [v2.21.0](https://github.com/sensu/sensu-puppet/tree/v2.21.0) (2017-07-12)
[Full Changelog](https://github.com/sensu/sensu-puppet/compare/v2.20.1...v2.21.0)

**Closed issues:**
Expand Down Expand Up @@ -184,7 +198,6 @@

- Change repos to use HTTPS by default [\#697](https://github.com/sensu/sensu-puppet/issues/697)
- Windows Install [\#626](https://github.com/sensu/sensu-puppet/issues/626)
- Using rabbitmq\_cluster works only the first time puppet runs [\#598](https://github.com/sensu/sensu-puppet/issues/598)
- HTTPS Apt repo [\#583](https://github.com/sensu/sensu-puppet/issues/583)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sensu-sensu",
"version": "2.21.0",
"version": "2.22.0",
"author": "sensu",
"summary": "A module to install the Sensu monitoring framework",
"license": "MIT",
Expand Down

0 comments on commit e6673e8

Please sign in to comment.