Skip to content

Commit

Permalink
bump cookbook version to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Dec 17, 2016
1 parent 8ffc9b4 commit eb01715
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ filebeat CHANGELOG

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

0.4.3
-----

- Michael Mosher - added json attributes to filebeat_prospector

- Virender Khatri - added v5.x support

- Virender Khatri - updated default filebeat version to v5.1.1

0.4.2
-----

Expand Down
8 changes: 4 additions & 4 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.4.2-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.4.3-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,13 +12,13 @@ This is a [Chef] cookbook to manage [Filebeat].
## Most Recent Release

```ruby
cookbook 'filebeat', '~> 0.4.2'
cookbook 'filebeat', '~> 0.4.3'
```

## From Git

```ruby
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v0.4.2'
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v0.4.3'
```

## Repository
Expand Down Expand Up @@ -293,7 +293,7 @@ Above configuration will create three different prospector files - `prospector-s
## Core Attributes


* `default['filebeat']['version']` (default: `1.3.1`): filebeat version
* `default['filebeat']['version']` (default: `5.1.1`): filebeat version

* `default['filebeat']['release']` (default: `1`): filebeat release for yum package

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.4.2'
version '0.4.3'
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 eb01715

Please sign in to comment.