Skip to content

Commit

Permalink
Version bump to v0.5.0
Browse files Browse the repository at this point in the history
Quite a “large” release with a ton of changes, ranging from a rewrite of
how “configuration attributes” are managed to minor fixups:

* Removal of `zookeeper` recipe. Use a dedicated cookbook for that.
* Host all “configuration attributes” under a `broker` namespace.
* Configurable and sane log4j properties (see `attributes/default.rb`
  for examples).
* Configurable KAFKA_GC_LOG_OPTS environment variable through the
  `gc_log_opts` attribute.
* Bugfix for using this cookbook with AWS OpsWorks (thanks to @pfleidi).
  • Loading branch information
mthssdrbrg committed Aug 18, 2014
1 parent 3bb9e4b commit 684a7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'Apache 2.0'
description 'Installs and configures a Kafka broker'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.1'
version '0.5.0'

recipe 'kafka::source', 'Downloads, compiles and installs Kafka from source releases'
recipe 'kafka::binary', 'Downloads, extracts and installs Kafka from binary releases'
Expand Down

0 comments on commit 684a7af

Please sign in to comment.