From c0ba0f231b0ad8319f7a1d94eb2f6876bbfa7383 Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Mon, 4 Sep 2017 18:10:22 +0530 Subject: [PATCH] bump cookbook version to v3.0.0 [ci skip] --- CHANGELOG.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ metadata.rb | 4 ++- 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab04dc..542ee73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,76 @@ icinga2 CHANGELOG This file is used to list changes made in each version of the icinga2 cookbook. +3.0.0 +----- + +- Bernhard Hackl - Fix NoMethodError in provider_instance + +- Peter Phillips - Added resources attribute notification_period + +- Bernhard Hackl - Added raspbian support + +- Virender Khatri - Documentation clean up for issue #265 + +- Virender Khatri - Enabled travis kitchen tests with chefdk #281 + +- David Beck - Updated documentation #285 + +- Thomas Farvour - Added new attribute enable_role_hostgroup for environment + role hostgroup #286 + +- Thomas Farvour - Pin chef omnibus version so that Chef 13 doesn't break all the tests + +- Thomas Farvour - Fixed hostgroup for roles + +- Thomas Farvour - Added attribute enable_env_custom_pki to skip PKI setup + +- Techcadia - Added windows support + +- Techcadia - Added directory resources for repository.d + +- Michael Siebert - Allow "item in host.vars.bar" syntax in icinga2_applyservice #287 + +- Michael Friedrich - Add GitHub issue template #288 + +- Techcadia - Updated service object template to use evaluate_quotes + +- Techcadia - Updated README for weird syntax and space + +- Bernhard Hackl - Fixed run_context null value return issue + +- Vil Surkin - Fix Trusty package version + +- Vil Surkin - Updated specs + +- Vil Surkin - Disabled apt install_recommends, install libapache2-mod-php5 only for ubuntu trusty + +- Vil Surkin - Added 'icinga2-test-mysql-instance' and updated kitchen tests + +- Vil Surkin - Added specs for icingaweb2 + +- Vil Surkin - Added specs for classicui + +- Vil Surkin - Updated kitchen dokken tests + +- Vil Surkin - Switch from rubocop to cookstyle + +- Vil Surkin - Fix lint + +- Thomas Farvour - Updated icinga2 package version to 2.7.0 + +- Virender Khatri - Switch to server_api for Chef 13, fix for #284 + +- Virender Khatri - Fixed Debian9 kitchen test, gnupg dependency + +- Virender Khatri - Added Amazon Platform family support + +- Virender Khatri - Pin Travis chefdk=2.0.28-1 + +- Andrei Skopenko - Added LWRP icinga2_apiuser + +- Andrei Skopenko - Added cookbook source for apache conf templates + + 2.9.3 ----- diff --git a/metadata.rb b/metadata.rb index f52704d..a1dba47 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,9 @@ license 'Apache-2.0' description 'Installs/Configures Icinga2' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.9.4' +version '3.0.0' + +chef_version '>= 12' if respond_to?(:chef_version) source_url 'https://github.com/Icinga/chef-icinga2' if respond_to?(:source_url) issues_url 'https://dev.icinga.org/projects/chef-icinga2' if respond_to?(:issues_url)