Skip to content

Commit

Permalink
release cookbook version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Nov 13, 2017
1 parent 2b34306 commit 9d37342
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ packetbeat CHANGELOG

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

1.0.0
-----

- Virender Khatri - updated beats to v5.6.4

- Virender Khatri - added preview release support

- Virender Khatri - updated kitchen dokken test

- Virender Khatri - optional elastic beats repo setup

- Virender Khatri - conditional service restart

- Virender Khatri - package version lock

- Virender Khatri - use cookbook elastic_beats_repo

- Virender Khatri - added amazon platform support

0.2.7
-----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ This is a [Chef] cookbook to manage [PacketBeat].
## Most Recent Release

```ruby
cookbook 'packetbeat', '~> 0.2.7'
cookbook 'packetbeat', '~> 1.0.0'
```

## From Git

```ruby
cookbook 'packetbeat', github: 'vkhatri/chef-packetbeat', tag: 'v0.2.7'
cookbook 'packetbeat', github: 'vkhatri/chef-packetbeat', tag: 'v1.0.0'
```

## Repository
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 'Installs/Configures Elastic Packetbeat'
version '0.2.7'
version '1.0.0'
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)
chef_version '>= 12.1' if respond_to?(:chef_version)
Expand Down

0 comments on commit 9d37342

Please sign in to comment.