Skip to content

Commit

Permalink
bump cookbook version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Nov 21, 2015
1 parent d1974ec commit 9da7ae2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ filebeat CHANGELOG

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

0.2.x
0.2.0
-----
- Patrick Christopher - add support for Windows deploys.


0.1.1
-----

- 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.

- Virender Khatri - Fix for #4, handle derived attribute for package_url

- Patrick Christopher - Added support for Windows OS

0.1.0
-----
Expand Down
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,40 @@
filebeat Cookbook
================

[![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.0-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].


>> For Production environment, always prefer the [most recent release](https://supermarket.chef.io/cookbooks/filebeat).

## Most Recent Release

```
cookbook 'filebeat', '~> 0.2.0'
```

## From Git

```
cookbook 'filebeat', github: 'vkhatri/chef-filebeat'
```

## Repository

```
https://github.com/vkhatri/chef-filebeat

```

## Supported OS

This cookbook was tested on Amazon & Ubuntu Linux and expected to work on other RHEL platforms.
This cookbook was tested on Windows, Amazon & Ubuntu Linux and expected to work on other RHEL platforms.


## Cookbook Dependency

- windows

## Recipes

Expand All @@ -30,7 +48,7 @@ This cookbook was tested on Amazon & Ubuntu Linux and expected to work on other
## Core Attributes


* `default['filebeat']['version']` (default: `1.0.0-beta4`): filebeat version
* `default['filebeat']['version']` (default: `1.0.0-rc2`): filebeat version

* `default['filebeat']['package_url']` (default: `auto`): package url

Expand Down
2 changes: 2 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
description 'Installs/Configures Elastic Filebeat'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
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)

depends 'windows'

0 comments on commit 9da7ae2

Please sign in to comment.