Skip to content

Releases: sous-chefs/kafka

v0.5.1

23 Aug 11:56
Compare
Choose a tag to compare

Bug fix release for #55, i.e. setting default values for a specific subset of configuration keys.

v0.5.0

18 Aug 14:01
Compare
Choose a tag to compare

Quite a “large” release with 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).

This release introduces changes that are NOT compatible with previous releases due to how "configuration attributes" are managed. Make sure to update your cookbooks.

v0.4.1

11 Jul 18:38
Compare
Choose a tag to compare
  • Ensure that directories specified in log.dirs are actually created using the directory resource.

In reality Kafka creates the directories if they don't exist, and thus it's not really an issue, but since it's configured through an attribute it should be created by this cookbook.

v0.4.0

03 Jul 17:20
Compare
Choose a tag to compare
  • Add automatic_start and automatic_restart attributes for starting Kafka if it's not currently running and restarting Kafka on configuration changes.

v0.3.0

13 Jun 07:08
Compare
Choose a tag to compare
  • Switch from recommends to suggests for java dependency (#41), as Berkshelf will automatically pull in anything that is declared with the recommends DSL method.

Cheers to @jakedavis for the fix.

v0.2.1

11 Jun 07:10
Compare
Choose a tag to compare

Bugfix release for missing status option on service definitions (#39).

Cheers to @bijugs for the fix.

v0.2.0

25 May 21:41
Compare
Choose a tag to compare

Changes:

  • Bugfix for log.dirs attribute (#36).
  • Updated log4j template (#32).
  • Expose JVM performance options (#33).

Cheers to @trane and @dpkp.

v0.1.0

06 May 19:14
Compare
Choose a tag to compare

Waaay overdue, but this is the first "proper" release of this cookbook.

Everything for Kafka v0.8.0, v0.8.1 and v0.8.1.1 should work, but as with all software, there will be bugs and things that aren't working as expected.