Skip to content

Commit

Permalink
bump cookbook version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Dec 17, 2015
1 parent ff8c946 commit 94be8af
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 @@ packetbeat CHANGELOG

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

0.2.2
-----

- Virender Khatri - #23, add yum_repository resource attribute metadata_expiry

- Virender Khatri - #22, update to beats v1.0.1

- Virender Khatri - #20, add output configuration example

0.2.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 @@
packetbeat Cookbook
================

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

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

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

```
cookbook 'packetbeat', '~> 0.2.1'
cookbook 'packetbeat', '~> 0.2.2'
```

## From Git
Expand Down Expand Up @@ -115,7 +115,7 @@ This cookbook was tested on Amazon & Ubuntu Linux and expected to work on other

## Core Attributes

* `default['packetbeat']['version']` (default: `1.0.0`): packetbeat version
* `default['packetbeat']['version']` (default: `1.0.1`): packetbeat version

* `default['packetbeat']['packages']` (default: `calculated`): package dependencies

Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
maintainer 'Virender Khatri'
maintainer_email 'vir.khatri@gmail.com'
license 'Apache 2.0'
description 'Installs/Configures ElasticSearch Packetbeat '
description 'Installs/Configures Elastic Packetbeat'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.1'
version '0.2.2'
source_url 'https://github.com/vkhatri/chef-packetbeat' if respond_to?(:source_url)
issues_url 'https://github.com/vkhatri/chef-packetbeat/issues' if respond_to?(:issues_url)

Expand Down

0 comments on commit 94be8af

Please sign in to comment.