Skip to content

Commit

Permalink
bump cookbook version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Sep 16, 2017
1 parent 14ab4ca commit b4d87da
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
filebeat CHANGELOG
==================

1.1.0
-----

- Diogo Costa - PR Fix incorrect access to multiline_pattern attribute #116

- Virender Khatri - Update file beat version v5.6.0 #117

- Virender Khatri - Add test recipe missing prospector resource attributes #118

- Virender Khatri - Match prospector resource attributes type with documentation #119

- Virender Khatri - Add test recipe for v6 #120

- Virender Khatri - Updated .kitchen.yml, dokken sync

1.0.0
-----

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

```ruby
cookbook 'filebeat', '~> 1.0.0'
cookbook 'filebeat', '~> 1.1.0'
```


## From Git

```ruby
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v1.0.0'
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v1.1.0'
```


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 '1.0.0'
version '1.1.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)
chef_version '>= 12' if respond_to?(:chef_version)
Expand Down

0 comments on commit b4d87da

Please sign in to comment.