Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Release 2.1.2 #139

Merged
merged 1 commit into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# Changelog

## [2.1.1](https://github.com/voxpupuli/puppet_webhook/tree/2.1.1) (2020-06-23)
## [v2.1.2](https://github.com/voxpupuli/puppet_webhook/tree/v2.1.2) (2020-07-21)

[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v2.1.0...2.1.1)
[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v2.1.1...v2.1.2)

**Fixed bugs:**

- ArgumentError - wrong number of arguments \(given 1, expected 2\) [\#136](https://github.com/voxpupuli/puppet_webhook/issues/136)
- puppet-webhook 2.1.1 runs in development mode [\#131](https://github.com/voxpupuli/puppet_webhook/issues/131)
- Fix a parser issue with the module endpoint [\#137](https://github.com/voxpupuli/puppet_webhook/pull/137) ([dhollinger](https://github.com/dhollinger))
- Bugfix: Run Puma in production mode [\#135](https://github.com/voxpupuli/puppet_webhook/pull/135) ([bastelfreak](https://github.com/bastelfreak))

**Closed issues:**

- Update r10k gem to 3.4.1 [\#121](https://github.com/voxpupuli/puppet_webhook/issues/121)

**Merged pull requests:**

- document webhook configuration [\#138](https://github.com/voxpupuli/puppet_webhook/pull/138) ([bastelfreak](https://github.com/bastelfreak))
- Update r10k and dependencies [\#133](https://github.com/voxpupuli/puppet_webhook/pull/133) ([dhollinger](https://github.com/dhollinger))
- Update gems to latest version [\#132](https://github.com/voxpupuli/puppet_webhook/pull/132) ([bastelfreak](https://github.com/bastelfreak))
- remove legacy travis config keys / use bionic as CI image [\#129](https://github.com/voxpupuli/puppet_webhook/pull/129) ([bastelfreak](https://github.com/bastelfreak))

## [v2.1.1](https://github.com/voxpupuli/puppet_webhook/tree/v2.1.1) (2020-06-23)

[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v2.1.0...v2.1.1)

**Merged pull requests:**

Expand Down Expand Up @@ -194,6 +216,10 @@

- Refactor binary to pass configuration values from file or CLI [\#27](https://github.com/voxpupuli/puppet_webhook/issues/27)

**Merged pull requests:**

- Replace all MCollective agent calls with the agent lib. [\#44](https://github.com/voxpupuli/puppet_webhook/pull/44) ([dhollinger](https://github.com/dhollinger))

## [v1.0.0](https://github.com/voxpupuli/puppet_webhook/tree/v1.0.0) (2017-12-21)

[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v0.1.0...v1.0.0)
Expand All @@ -208,7 +234,6 @@

**Merged pull requests:**

- Replace all MCollective agent calls with the agent lib. [\#44](https://github.com/voxpupuli/puppet_webhook/pull/44) ([dhollinger](https://github.com/dhollinger))
- Update config options and docs [\#41](https://github.com/voxpupuli/puppet_webhook/pull/41) ([dhollinger](https://github.com/dhollinger))
- Fix payload gentypes [\#39](https://github.com/voxpupuli/puppet_webhook/pull/39) ([dhollinger](https://github.com/dhollinger))
- Add simple config.ru file [\#38](https://github.com/voxpupuli/puppet_webhook/pull/38) ([dhollinger](https://github.com/dhollinger))
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet_webhook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
require_relative 'puppet_webhook/chatops'

module PuppetWebhook
VERSION = '2.1.1'
VERSION = '2.1.2'
end