Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinb3 committed Jun 12, 2017
1 parent a2c7b89 commit d4c2749
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG for chef-logstash

## 1.0.0

* MAJOR - Get tests passing on Chef 12.7
* MAJOR - Use a versioned directory structure
* MAJOR - Use systemd for Debian 8 (Jessie)
* MINOR - Add Max Heap to systemd init parameters
* MINOR - Add udp listening port 514
* MINOR - Remove Vagrant support

## 0.12.0
* MAJOR - logstash version 1.5.4
* MINOR - systemd improvements
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'Installs/Configures logstash'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))

version '0.12.1'
version '1.0.0'

%w(ubuntu debian redhat centos scientific amazon fedora).each do |os|
supports os
Expand Down

0 comments on commit d4c2749

Please sign in to comment.