Skip to content

Commit

Permalink
Release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Aug 31, 2020
1 parent a76e017 commit c29c4dd
Show file tree
Hide file tree
Showing 12 changed files with 227 additions and 212 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/spec/fixtures/modules/
/tmp/
/vendor/
/.vendor/
/convert_report.txt
/update_report.txt
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion .pdkignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/spec/fixtures/modules/
/tmp/
/vendor/
/.vendor/
/convert_report.txt
/update_report.txt
.DS_Store
Expand Down
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ RSpec/BeforeAfterAll:
A necessary evil in acceptance testing.
Exclude:
- spec/acceptance/**/*.rb
RSpec/ScatteredSetup:
Enabled: false
RSpec/HookArgument:
Description: Prefer explicit :each argument, matching existing module's style
EnforcedStyle: each
Style/BlockDelimiters:
Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
be consistent then.
EnforcedStyle: braces_for_chaining
Style/BracesAroundHashParameters:
Description: Braces are required by Ruby 2.7. Cop removed from RuboCop v0.80.0.
See https://github.com/rubocop-hq/rubocop/pull/7643
Enabled: true
Style/ClassAndModuleChildren:
Description: Compact style reduces the required amount of indentation.
EnforcedStyle: compact
Expand Down
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,3 @@ branches:
- /^v\d/
notifications:
email: false
deploy:
provider: puppetforge
deploy:
branch: master
user: icinga
password:
secure: "hcGcjXH8v7mjP8bAVeJY/aUzciEjzzjhBsB3b8SKFytpH6R5kcNLVXzkAtTXgJi8nR4PVFSjKovku3o0Q7BzWnmsGaQ69UzJ5gz37oO2mxfNvVCm7FyiCCW86gp+IvpsMDRa+gqpswvb0CjzwK5SC+R7/+pzt60aPx2Gk/yteuU="
on:
tags: true
all_branches: true
condition: "$DEPLOY_TO_FORGE = yes"
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"recommendations": [
"jpogran.puppet-vscode",
"puppet.puppet-vscode",
"rebornix.Ruby"
]
}
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log
# Changelog

## [v2.4.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.4.1) (2020-08-31)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.4.0...v2.4.1)

**Fixed bugs:**

- Release defined resource commandtransport from private [\#264](https://github.com/Icinga/puppet-icingaweb2/issues/264)
- fix icingaweb2::module::director::service systemd::unit\_file param name error [\#273](https://github.com/Icinga/puppet-icingaweb2/pull/273) ([jhoblitt](https://github.com/jhoblitt))

**Closed issues:**

- icingaweb2::module::director::service systemd::unit\_file param name error [\#272](https://github.com/Icinga/puppet-icingaweb2/issues/272)
- travis-ci rubocop check is failing on master [\#271](https://github.com/Icinga/puppet-icingaweb2/issues/271)
- travis-ci `check:git\_ignore` check is failing on master [\#269](https://github.com/Icinga/puppet-icingaweb2/issues/269)
- manage business process source files [\#265](https://github.com/Icinga/puppet-icingaweb2/issues/265)
- Update Package version [\#262](https://github.com/Icinga/puppet-icingaweb2/issues/262)

## [v2.4.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.4.0) (2020-07-06)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.3.1...v2.4.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -35,6 +53,7 @@
- Remove parameter fastcgi\_script [\#243](https://github.com/Icinga/puppet-icingaweb2/pull/243) ([dhoppe](https://github.com/dhoppe))

## [v2.3.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.3.1) (2019-06-25)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.3.0...v2.3.1)

**Implemented enhancements:**
Expand All @@ -47,6 +66,7 @@
- config: Let cookie\_path be undef by default [\#237](https://github.com/Icinga/puppet-icingaweb2/pull/237) ([lazyfrosch](https://github.com/lazyfrosch))

## [v2.3.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.3.0) (2019-05-20)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.2.0...v2.3.0)

**Implemented enhancements:**
Expand All @@ -73,6 +93,7 @@
- Avoid duplicate inisection declarations [\#215](https://github.com/Icinga/puppet-icingaweb2/pull/215) ([johanfleury](https://github.com/johanfleury))

## [v2.2.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.2.0) (2018-05-14)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.1.0...v2.2.0)

**Implemented enhancements:**
Expand All @@ -88,6 +109,7 @@
- Add param for IDO DB charset [\#208](https://github.com/Icinga/puppet-icingaweb2/pull/208) ([marcofl](https://github.com/marcofl))

## [v2.1.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.1.0) (2018-01-23)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.0.1...v2.1.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -117,6 +139,7 @@
- Fix protected\_customvars bugs and papercuts [\#186](https://github.com/Icinga/puppet-icingaweb2/pull/186) ([olasd](https://github.com/olasd))

## [v2.0.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.0.1) (2017-12-28)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.0.0...v2.0.1)

**Implemented enhancements:**
Expand All @@ -129,6 +152,7 @@
- Fix typos on README.md [\#184](https://github.com/Icinga/puppet-icingaweb2/pull/184) ([Tokynet](https://github.com/Tokynet))

## [v2.0.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.0.0) (2017-10-11)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.6...v2.0.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -261,28 +285,37 @@
- Allow multiple commandtransports [\#157](https://github.com/Icinga/puppet-icingaweb2/pull/157) ([baurmatt](https://github.com/baurmatt))

## [1.0.6](https://github.com/icinga/puppet-icingaweb2/tree/1.0.6) (2015-11-10)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.5...1.0.6)

## [1.0.5](https://github.com/icinga/puppet-icingaweb2/tree/1.0.5) (2015-08-04)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.4...1.0.5)

## [1.0.4](https://github.com/icinga/puppet-icingaweb2/tree/1.0.4) (2015-06-24)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.3...1.0.4)

**Merged pull requests:**

- Add support for Scientific Linux in Yum repo [\#16](https://github.com/Icinga/puppet-icingaweb2/pull/16) ([joshbeard](https://github.com/joshbeard))

## [1.0.3](https://github.com/icinga/puppet-icingaweb2/tree/1.0.3) (2015-05-07)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.2...1.0.3)

## [1.0.2](https://github.com/icinga/puppet-icingaweb2/tree/1.0.2) (2015-05-07)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.1...1.0.2)

## [1.0.1](https://github.com/icinga/puppet-icingaweb2/tree/1.0.1) (2015-05-07)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.0...1.0.1)

## [1.0.0](https://github.com/icinga/puppet-icingaweb2/tree/1.0.0) (2015-05-07)

[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/6bc7b1ede693cebd8d86ed2ec15164ce315ac7bd...1.0.0)

**Implemented enhancements:**

- \[dev.icinga.com \#9158\] Add module graphite [\#55](https://github.com/Icinga/puppet-icingaweb2/issues/55)
Expand All @@ -296,4 +329,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/github-changelog-generator/github-changelog-generator)*
15 changes: 1 addition & 14 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ group :development do
gem "puppet-module-posix-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:ruby]
gem "puppet-module-win-default-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "github_changelog_generator", '~> 1.15', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')
end

puppet_version = ENV['PUPPET_GEM_VERSION']
Expand Down Expand Up @@ -69,18 +70,4 @@ extra_gemfiles.each do |gemfile|
eval(File.read(gemfile), binding)
end
end

#move to .sync.yaml in the future
gem 'puppetlabs_spec_helper', '>= 2.0'
gem 'puppet-lint', '>= 2.0.0'
gem 'facter', '>= 2.4.0'
gem 'facterdb', '>= 1.0.0'
gem 'rspec-puppet-facts', '>= 1.6.0'
gem 'serverspec'
#gem 'r10k'
gem 'parallel_tests', '>= 2.10.0'
gem 'metadata-json-lint'
gem 'beaker-rspec'
gem 'beaker-vagrant'
gem 'beaker-puppet_install_helper'
# vim: syntax=ruby
Loading

0 comments on commit c29c4dd

Please sign in to comment.