Skip to content

Commit

Permalink
Merge pull request #430 from bastelfreak/rel340
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
solarkennedy authored Jul 5, 2018
2 parents be995eb + 459d7a6 commit c84170a
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 13 deletions.
97 changes: 86 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,51 @@
# Change Log
# Changelog

## [3.3.0](https://github.com/solarkennedy/puppet-consul/tree/3.3.0) (2018-01-26)
[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.2.4...3.3.0)
All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v3.4.0](https://github.com/solarkennedy/puppet-consul/tree/v3.4.0) (2018-07-05)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.3.1...v3.4.0)

**Implemented enhancements:**

- Add tests for raft\_multiplier [\#429](https://github.com/solarkennedy/puppet-consul/pull/429) ([bastelfreak](https://github.com/bastelfreak))
- allow management of CAP\_NET\_BIND\_SERVICE via systemd [\#427](https://github.com/solarkennedy/puppet-consul/pull/427) ([bastelfreak](https://github.com/bastelfreak))
- add support for the beta UI [\#417](https://github.com/solarkennedy/puppet-consul/pull/417) ([bastelfreak](https://github.com/bastelfreak))
- Add AArch64 \(arm64\) support [\#409](https://github.com/solarkennedy/puppet-consul/pull/409) ([ajungren](https://github.com/ajungren))
- Add new parameters to configure consul permissions in the binary [\#408](https://github.com/solarkennedy/puppet-consul/pull/408) ([cristianjuve](https://github.com/cristianjuve))
- Support space-separated list in addresses [\#406](https://github.com/solarkennedy/puppet-consul/pull/406) ([sw0x2A](https://github.com/sw0x2A))
- Add `args` parameter to `consul::watch` [\#404](https://github.com/solarkennedy/puppet-consul/pull/404) ([scottybrisbane](https://github.com/scottybrisbane))

**Fixed bugs:**

- protocol should be a param not property. [\#329](https://github.com/solarkennedy/puppet-consul/pull/329) ([chris-bmj](https://github.com/chris-bmj))

**Closed issues:**

- Performance Raft Multiplier [\#426](https://github.com/solarkennedy/puppet-consul/issues/426)
- Consul 1.1.0 uses a new key for enableTagOverride [\#420](https://github.com/solarkennedy/puppet-consul/issues/420)
- Allow for different consul and consul-ui versions. [\#384](https://github.com/solarkennedy/puppet-consul/issues/384)
- uid/gid [\#353](https://github.com/solarkennedy/puppet-consul/issues/353)
- Run configtest before reloading service [\#338](https://github.com/solarkennedy/puppet-consul/issues/338)
- New prepared queries provider not accepting integers [\#291](https://github.com/solarkennedy/puppet-consul/issues/291)
- Consul binary not found when puppet agent is daemonized [\#290](https://github.com/solarkennedy/puppet-consul/issues/290)
- systemd Client Nodes Not Properly Leaving Cluster on Shutdown [\#282](https://github.com/solarkennedy/puppet-consul/issues/282)
- Add Support for Windows [\#195](https://github.com/solarkennedy/puppet-consul/issues/195)

**Merged pull requests:**

- Add CentOS 6/7 acceptance tests [\#425](https://github.com/solarkennedy/puppet-consul/pull/425) ([bastelfreak](https://github.com/bastelfreak))
- Add Ubuntu 18.04 / 16.04 support [\#424](https://github.com/solarkennedy/puppet-consul/pull/424) ([bastelfreak](https://github.com/bastelfreak))
- Bump archive dependency to allow 3.X releases [\#423](https://github.com/solarkennedy/puppet-consul/pull/423) ([bastelfreak](https://github.com/bastelfreak))
- Use $consul::version instead of facter consul\_version \(Fix 09297fa\) [\#419](https://github.com/solarkennedy/puppet-consul/pull/419) ([hfm](https://github.com/hfm))
- Change enableTagOverride to enable\_tag\_override in Consul 1.1.0 and later [\#418](https://github.com/solarkennedy/puppet-consul/pull/418) ([hfm](https://github.com/hfm))
- enable acceptance tests on travis [\#416](https://github.com/solarkennedy/puppet-consul/pull/416) ([bastelfreak](https://github.com/bastelfreak))

## [v3.3.1](https://github.com/solarkennedy/puppet-consul/tree/v3.3.1) (2018-01-27)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.2.4...v3.3.1)

**Closed issues:**

Expand All @@ -20,16 +64,19 @@
- support Amazon Linux 2 [\#397](https://github.com/solarkennedy/puppet-consul/pull/397) ([vchan2002](https://github.com/vchan2002))

## [v3.2.4](https://github.com/solarkennedy/puppet-consul/tree/v3.2.4) (2017-12-05)
[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.2.3...v3.2.4)

## [v3.2.3](https://github.com/solarkennedy/puppet-consul/tree/v3.2.3) (2017-12-05)
[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.2.2...v3.2.3)
[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.2.3...v3.2.4)

**Merged pull requests:**

- set correct namespace for systemd dependency [\#393](https://github.com/solarkennedy/puppet-consul/pull/393) ([bastelfreak](https://github.com/bastelfreak))

## [v3.2.3](https://github.com/solarkennedy/puppet-consul/tree/v3.2.3) (2017-12-05)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.2.2...v3.2.3)

## [v3.2.2](https://github.com/solarkennedy/puppet-consul/tree/v3.2.2) (2017-12-05)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.2.0...v3.2.2)

**Closed issues:**
Expand All @@ -53,6 +100,7 @@
- Handle consul\_acl connection refused as a retry-able error [\#336](https://github.com/solarkennedy/puppet-consul/pull/336) ([kpaulisse](https://github.com/kpaulisse))

## [v3.2.0](https://github.com/solarkennedy/puppet-consul/tree/v3.2.0) (2017-11-20)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.1.2...v3.2.0)

**Closed issues:**
Expand All @@ -67,9 +115,11 @@
- Fix validate command for config files in consul 1.0.0 [\#377](https://github.com/solarkennedy/puppet-consul/pull/377) ([Faffnir](https://github.com/Faffnir))

## [v3.1.2](https://github.com/solarkennedy/puppet-consul/tree/v3.1.2) (2017-10-26)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.1.1...v3.1.2)

## [v3.1.1](https://github.com/solarkennedy/puppet-consul/tree/v3.1.1) (2017-10-24)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v3.0.0...v3.1.1)

**Closed issues:**
Expand Down Expand Up @@ -98,6 +148,7 @@
- Ensure /usr/local/bin is in the path for consul binary [\#313](https://github.com/solarkennedy/puppet-consul/pull/313) ([mspaulding06](https://github.com/mspaulding06))

## [v3.0.0](https://github.com/solarkennedy/puppet-consul/tree/v3.0.0) (2017-04-19)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v2.1.1...v3.0.0)

**Closed issues:**
Expand All @@ -111,6 +162,7 @@
- BREAKING - Consul 0.8.0 fixes [\#337](https://github.com/solarkennedy/puppet-consul/pull/337) ([lobeck](https://github.com/lobeck))

## [v2.1.1](https://github.com/solarkennedy/puppet-consul/tree/v2.1.1) (2017-03-16)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v2.1.0...v2.1.1)

**Closed issues:**
Expand All @@ -130,6 +182,7 @@
- fix ::consul\_version fact lookup during installation [\#316](https://github.com/solarkennedy/puppet-consul/pull/316) ([wstiern](https://github.com/wstiern))

## [v2.1.0](https://github.com/solarkennedy/puppet-consul/tree/v2.1.0) (2017-01-12)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v2.0.0...v2.1.0)

**Closed issues:**
Expand All @@ -145,6 +198,7 @@
- Use data\_dir as a the root of the archive path. Fixes \#307 [\#308](https://github.com/solarkennedy/puppet-consul/pull/308) ([solarkennedy](https://github.com/solarkennedy))

## [v2.0.0](https://github.com/solarkennedy/puppet-consul/tree/v2.0.0) (2016-12-29)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.1.0...v2.0.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -179,13 +233,15 @@
- Drop pinning for 1.8.7 as there are no tests for it anymore. [\#281](https://github.com/solarkennedy/puppet-consul/pull/281) ([tdevelioglu](https://github.com/tdevelioglu))

## [v1.1.0](https://github.com/solarkennedy/puppet-consul/tree/v1.1.0) (2016-09-23)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.12...v1.1.0)

**Merged pull requests:**

- Update downloaded version to latest stable \(0.7.0\) [\#280](https://github.com/solarkennedy/puppet-consul/pull/280) ([tdevelioglu](https://github.com/tdevelioglu))

## [v1.0.12](https://github.com/solarkennedy/puppet-consul/tree/v1.0.12) (2016-09-23)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.10...v1.0.12)

**Closed issues:**
Expand All @@ -208,9 +264,11 @@
- Rebase \#218 [\#271](https://github.com/solarkennedy/puppet-consul/pull/271) ([solarkennedy](https://github.com/solarkennedy))

## [v1.0.10](https://github.com/solarkennedy/puppet-consul/tree/v1.0.10) (2016-06-23)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.9...v1.0.10)

## [v1.0.9](https://github.com/solarkennedy/puppet-consul/tree/v1.0.9) (2016-06-20)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.8...v1.0.9)

**Closed issues:**
Expand All @@ -228,7 +286,6 @@

**Merged pull requests:**

- Fix windows\_service so it works correctly [\#266](https://github.com/solarkennedy/puppet-consul/pull/266) ([lynxman](https://github.com/lynxman))
- Configure log file for upstart. [\#265](https://github.com/solarkennedy/puppet-consul/pull/265) ([jdavisp3](https://github.com/jdavisp3))
- Handle nested :undef in consul\_sorted\_json [\#263](https://github.com/solarkennedy/puppet-consul/pull/263) ([mcasper](https://github.com/mcasper))
- drop bool2str as we need a unquoted true|false [\#262](https://github.com/solarkennedy/puppet-consul/pull/262) ([sjoeboo](https://github.com/sjoeboo))
Expand All @@ -241,6 +298,7 @@
- fix tests [\#251](https://github.com/solarkennedy/puppet-consul/pull/251) ([solarkennedy](https://github.com/solarkennedy))

## [v1.0.8](https://github.com/solarkennedy/puppet-consul/tree/v1.0.8) (2016-04-13)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.6...v1.0.8)

**Closed issues:**
Expand All @@ -254,6 +312,7 @@
- Watches key in config\_hash should expect an array of hashes? [\#83](https://github.com/solarkennedy/puppet-consul/issues/83)

## [v1.0.6](https://github.com/solarkennedy/puppet-consul/tree/v1.0.6) (2016-03-24)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.5...v1.0.6)

**Closed issues:**
Expand Down Expand Up @@ -283,6 +342,7 @@
- Set provider on consul service [\#125](https://github.com/solarkennedy/puppet-consul/pull/125) ([albustax](https://github.com/albustax))

## [v1.0.5](https://github.com/solarkennedy/puppet-consul/tree/v1.0.5) (2016-01-08)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.4...v1.0.5)

**Fixed bugs:**
Expand All @@ -296,19 +356,21 @@
**Merged pull requests:**

- ACL fixes - idempotentcy and port bug. [\#214](https://github.com/solarkennedy/puppet-consul/pull/214) ([sigerber](https://github.com/sigerber))
- Fix port property [\#213](https://github.com/solarkennedy/puppet-consul/pull/213) ([horsehay](https://github.com/horsehay))
- Fix port property [\#213](https://github.com/solarkennedy/puppet-consul/pull/213) ([afterwords](https://github.com/afterwords))
- Add support of OpenSuSE and SLED [\#212](https://github.com/solarkennedy/puppet-consul/pull/212) ([kscherer](https://github.com/kscherer))
- Fix web\_ui installation on Consul 0.6.0 and greater [\#208](https://github.com/solarkennedy/puppet-consul/pull/208) ([dbeckham](https://github.com/dbeckham))
- mitigate .to\_json segfaults on Ruby 1.8.7 [\#205](https://github.com/solarkennedy/puppet-consul/pull/205) ([duritong](https://github.com/duritong))

## [v1.0.4](https://github.com/solarkennedy/puppet-consul/tree/v1.0.4) (2015-12-15)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.3...v1.0.4)

**Merged pull requests:**

- Added support for TCP checks \(available in Consul 0.6.x\) [\#206](https://github.com/solarkennedy/puppet-consul/pull/206) ([hopperd](https://github.com/hopperd))

## [v1.0.3](https://github.com/solarkennedy/puppet-consul/tree/v1.0.3) (2015-12-10)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.2...v1.0.3)

**Closed issues:**
Expand All @@ -323,7 +385,7 @@
- Updating staging file download to use the version and symlink [\#202](https://github.com/solarkennedy/puppet-consul/pull/202) ([hopperd](https://github.com/hopperd))
- Updated download\_urls used to be the new releases.hashicorp.com location [\#201](https://github.com/solarkennedy/puppet-consul/pull/201) ([hopperd](https://github.com/hopperd))
- parameterize config file mode [\#200](https://github.com/solarkennedy/puppet-consul/pull/200) ([aj-jester](https://github.com/aj-jester))
- Add parameter for setting port to custom acl type [\#197](https://github.com/solarkennedy/puppet-consul/pull/197) ([horsehay](https://github.com/horsehay))
- Add parameter for setting port to custom acl type [\#197](https://github.com/solarkennedy/puppet-consul/pull/197) ([afterwords](https://github.com/afterwords))
- Allow ACL ID to be writeable [\#196](https://github.com/solarkennedy/puppet-consul/pull/196) ([robrankin](https://github.com/robrankin))
- need at least 4.6.0 of puppetlabs/stdlib [\#191](https://github.com/solarkennedy/puppet-consul/pull/191) ([gdhbashton](https://github.com/gdhbashton))
- Remove management of unzip package [\#189](https://github.com/solarkennedy/puppet-consul/pull/189) ([danieldreier](https://github.com/danieldreier))
Expand All @@ -334,6 +396,7 @@
- explicitly define ownership of config directory, installation breaks for hardened Linux boxes with default umask of 0077 - this fixes the problem [\#168](https://github.com/solarkennedy/puppet-consul/pull/168) ([proletaryo](https://github.com/proletaryo))

## [v1.0.2](https://github.com/solarkennedy/puppet-consul/tree/v1.0.2) (2015-09-05)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v1.0.0...v1.0.2)

**Closed issues:**
Expand Down Expand Up @@ -395,6 +458,7 @@
- Fix pidfile handling on Debian [\#121](https://github.com/solarkennedy/puppet-consul/pull/121) ([weitzj](https://github.com/weitzj))

## [v1.0.0](https://github.com/solarkennedy/puppet-consul/tree/v1.0.0) (2015-04-30)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v0.4.6...v1.0.0)

**Closed issues:**
Expand Down Expand Up @@ -431,6 +495,7 @@
- Support for Amazon OS [\#68](https://github.com/solarkennedy/puppet-consul/pull/68) ([dcoxall](https://github.com/dcoxall))

## [v0.4.6](https://github.com/solarkennedy/puppet-consul/tree/v0.4.6) (2015-01-23)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v0.4.5...v0.4.6)

**Closed issues:**
Expand All @@ -448,9 +513,15 @@
- Better OS support for init\_style [\#63](https://github.com/solarkennedy/puppet-consul/pull/63) ([avishai-ish-shalom](https://github.com/avishai-ish-shalom))

## [v0.4.5](https://github.com/solarkennedy/puppet-consul/tree/v0.4.5) (2015-01-16)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v0.4.4...v0.4.5)

**Merged pull requests:**

- Adding "status" to the debian init script [\#64](https://github.com/solarkennedy/puppet-consul/pull/64) ([paulhamby](https://github.com/paulhamby))

## [v0.4.4](https://github.com/solarkennedy/puppet-consul/tree/v0.4.4) (2015-01-16)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v0.4.2...v0.4.4)

**Closed issues:**
Expand All @@ -468,7 +539,6 @@

**Merged pull requests:**

- Adding "status" to the debian init script [\#64](https://github.com/solarkennedy/puppet-consul/pull/64) ([paulhamby](https://github.com/paulhamby))
- Allow hash keys to be set to undef [\#60](https://github.com/solarkennedy/puppet-consul/pull/60) ([bodepd](https://github.com/bodepd))
- Add config\_defaults hash parameter [\#54](https://github.com/solarkennedy/puppet-consul/pull/54) ([michaeltchapman](https://github.com/michaeltchapman))
- Make init\_style can be disabled [\#53](https://github.com/solarkennedy/puppet-consul/pull/53) ([tiewei](https://github.com/tiewei))
Expand All @@ -478,9 +548,11 @@
- Make puppet-consul install on OS X [\#44](https://github.com/solarkennedy/puppet-consul/pull/44) ([EvanKrall](https://github.com/EvanKrall))

## [v0.4.2](https://github.com/solarkennedy/puppet-consul/tree/v0.4.2) (2014-10-28)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v0.4.1...v0.4.2)

## [v0.4.1](https://github.com/solarkennedy/puppet-consul/tree/v0.4.1) (2014-10-28)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v0.3.0...v0.4.1)

**Closed issues:**
Expand Down Expand Up @@ -513,6 +585,9 @@
- bumped to version 0.3.0 [\#11](https://github.com/solarkennedy/puppet-consul/pull/11) ([kennyg](https://github.com/kennyg))

## [v0.3.0](https://github.com/solarkennedy/puppet-consul/tree/v0.3.0) (2014-06-20)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/31fcf01beb754dfa7884ff34eea1313f71593b26...v0.3.0)

**Closed issues:**

- Upstart script does not work on Lucid [\#5](https://github.com/solarkennedy/puppet-consul/issues/5)
Expand All @@ -528,4 +603,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ group :development do
gem "beaker-module_install_helper"
gem "beaker-hostgenerator"
gem "pry"
gem "puppet-blacksmith"
gem "serverspec"
gem "vagrant-wrapper"
gem "fog-openstack", "0.1.25" if RUBY_VERSION < '2.2.2'
Expand All @@ -32,3 +31,9 @@ group :test do
gem "webmock", "~> 2.3.0"
gem "public_suffix"
end

group :release do
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/skywinder/github-changelog-generator' if RUBY_VERSION >= '2.2.2'
gem 'puppet-blacksmith', :require => false
gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem'
end
13 changes: 13 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ task :test => [
:lint,
:spec,
]

begin
require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
version = (Blacksmith::Modulefile.new).version
config.future_release = "v#{version}" if version =~ /^\d+\.\d+.\d+$/
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not affect the functionality of the module."
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
config.user = 'solarkennedy'
config.project = 'puppet-consul'
end
rescue LoadError
end
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KyleAnderson-consul",
"version": "3.3.1",
"version": "3.4.0",
"author": "Kyle Anderson <kyle@xkyle.com>",
"summary": "Configures Consul by Hashicorp",
"license": "Apache-2.0",
Expand Down

0 comments on commit c84170a

Please sign in to comment.