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 Dec 18, 2016
1 parent 01d4252 commit 6e29a47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ packetbeat CHANGELOG

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

0.2.5
-----

- Virender Khatri - added beatx v5.x support

- Virender Khatri - updated beats to v5.1.1

0.2.4
-----

Expand Down
4 changes: 2 additions & 2 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.4-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.5-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.4'
cookbook 'packetbeat', '~> 0.2.5'
```

## From Git
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 Packetbeat'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.4'
version '0.2.5'
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 6e29a47

Please sign in to comment.