Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
bump cookbook version to v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Feb 5, 2017
1 parent 62be8c8 commit e697e11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ icinga2 CHANGELOG

This file is used to list changes made in each version of the icinga2 cookbook.

unlreleased
2.9.2
-----

- Virender Khatri - Added .ignore directory to ignore
Expand Down Expand Up @@ -62,6 +62,10 @@ unlreleased

- Virender Khatri - Issue #262, use dependency cookbooks latest version

- Virender Khatri - Issue #267, update packages version to 2.6.1

- Virender Khatri - Issue #266, Updated kitchen to allow ports override


2.9.1
-----
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
icinga2 Cookbook
==================

[![Cookbook](http://img.shields.io/badge/cookbook-v2.9.1-green.svg)](https://github.com/icinga/chef-icinga2) [![Build Status](https://travis-ci.org/Icinga/chef-icinga2.svg?branch=master)](https://travis-ci.org/Icinga/chef-icinga2)[![Build Status](https://jenkins-01.eastus.cloudapp.azure.com/job/icinga2-cookbook/badge/icon)](https://jenkins-01.eastus.cloudapp.azure.com/job/icinga2-cookbook/)
[![Cookbook](https://img.shields.io/github/tag/icinga/chef-icinga2.svg)](https://github.com/icinga/chef-icinga2) [![Build Status](https://travis-ci.org/Icinga/chef-icinga2.svg?branch=master)](https://travis-ci.org/Icinga/chef-icinga2)[![Build Status](https://jenkins-01.eastus.cloudapp.azure.com/job/icinga2-cookbook/badge/icon)](https://jenkins-01.eastus.cloudapp.azure.com/job/icinga2-cookbook/)

![Icinga Logo](https://www.icinga.com/wp-content/uploads/2014/06/icinga_logo.png)

Expand Down Expand Up @@ -1994,7 +1994,7 @@ Above LWRP resource will apply `Dependency` to all `Host` objects for provided `

## Cookbook Core Attributes

* `default['icinga2']['version']` (default: `2.6.0-X, calculated`): icinga2 version
* `default['icinga2']['version']` (default: `2.6.1-X, calculated`): icinga2 version

* `default['icinga2']['conf_dir']` (default: `/etc/icinga2`): icinga2 configuration location

Expand Down Expand Up @@ -2221,7 +2221,7 @@ Above LWRP resource will apply `Dependency` to all `Host` objects for provided `

* `default['icinga2']['classic_ui']['enable']` (default: `false`): setup icinga2 classic-ui if set true

* `default['icinga2']['classic_ui']['version']` (default: `2.6.0-1`): icinga2 classic-ui package version
* `default['icinga2']['classic_ui']['version']` (default: `2.6.1-1`): icinga2 classic-ui package version

* `default['icinga2']['classic_ui']['gui_version']` (default: `1.14.0-0`): icinga2 gui package version

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
license 'Apache 2.0'
description 'Installs/Configures Icinga2'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.9.1'
version '2.9.2'

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)
Expand Down

0 comments on commit e697e11

Please sign in to comment.