Skip to content

Commit

Permalink
bump cookbook version to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Nov 28, 2015
1 parent c4971f5 commit 5dd4979
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ filebeat CHANGELOG

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

0.2.5
-----

- Virender Khatri - disabled default output configuration and enable_localhost_output attributes

- Virender Khatri - #10, handle missing attribute node['filebeat']['windows']['version_string']

- Virender Khatri - #6, added specs

- Virender Khatri - #13, major changes to support repository package install

0.2.1
-----

- Virender Khatri - Added platforms metadata info

- Virender Khatri - #8, add missing dependency on powershell for windows platform

- Virender Khatri - #9, use resource powershell instead of powershell_script

0.2.0
-----
- Brandon Wilson - Include dpkg options to keep old config files when upgrading filebeat to a new release. Without specifying the dpkg options, dpkg will attempt to interactively ask if it should keep the old conf file, or replace it with the vendor supplied conf file which comes with the new version of the package. Since chef is running dpkg non-interactively, it causes dpkg to exit with code 1, and the chef run fails.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
filebeat Cookbook
================

[![Cookbook](http://img.shields.io/badge/cookbook-v0.2.1-green.svg)](https://github.com/vkhatri/chef-filebeat) [![Build Status](https://travis-ci.org/vkhatri/chef-filebeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-filebeat)
[![Cookbook](http://img.shields.io/badge/cookbook-v0.2.5-green.svg)](https://github.com/vkhatri/chef-filebeat) [![Build Status](https://travis-ci.org/vkhatri/chef-filebeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-filebeat)

This is a [Chef] cookbook to manage [Filebeat].

Expand All @@ -12,7 +12,7 @@ This is a [Chef] cookbook to manage [Filebeat].
## Most Recent Release

```
cookbook 'filebeat', '~> 0.2.1'
cookbook 'filebeat', '~> 0.2.5'
```

## From Git
Expand Down Expand Up @@ -91,7 +91,7 @@ For more attribute info, visit below links:
https://github.com/elastic/filebeat/blob/master/etc/filebeat.yml


# Elasticsearch YUM/APT Repository Attributes
## Filebeat YUM/APT Repository Attributes

* `default['filebeat']['yum']['description']` (default: ``): beats yum reporitory attribute

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Elastic Filebeat'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.1'
version '0.2.5'
source_url 'https://github.com/vkhatri/chef-filebeat' if respond_to?(:source_url)
issues_url 'https://github.com/vkhatri/chef-filebeat/issues' if respond_to?(:issues_url)

Expand Down

0 comments on commit 5dd4979

Please sign in to comment.