All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v8.0.0 (2021-08-02)
Breaking changes:
- Remove centos 6 #322 (bjoernhaeuser)
- No longer accept deprecated String params #321 (der-eismann)
Implemented enhancements:
- Enable customized log4j.properties files #200
- Allow to manage Log4j configuration #328 (evgenkisel)
Fixed bugs:
- kafka::producer class does not work with systemd #324
Closed issues:
- Old versions cannot be installed from apache download area #323
- systemv init created log files are not being rotated #85
Merged pull requests:
- switch from camptocamp/systemd to voxpupuli/systemd #329 (bastelfreak)
- Removing SystemD reloading step #327 (evgenkisel)
v7.0.0 (2020-06-03)
Breaking changes:
- Add parameter user_shell #315 (dhoppe)
- Rename parameters #303 (dhoppe)
- Make owner of files/directories configurable #299 (dhoppe)
Implemented enhancements:
- Add support for Hiera #316 (dhoppe)
- Add support for SLES 11/12/15 #314 (dhoppe)
- Add support for Puppet Strings #304 (dhoppe)
- Add function assert_private() #301 (dhoppe)
- Add support for Debian 10, Ubuntu 18.04 #297 (dhoppe)
Fixed bugs:
- Fix init script parameter bug #307 (pmbuko)
- Match params of init script with the ones of systemd unit #281 (tooooots)
Closed issues:
- Incorrect tag style in init.erb template causes minor bug in generated file #306
- config_dir permissions not set, owned by root, kafka user can't read - kafka 2.5.0 #305
- Add support for SLES / OpenSuSE #300
- Support for Kafka 2.0.0? #280
Merged pull requests:
- Refactor unit tests #313 (dhoppe)
- Specify data types as deeply as possible #312 (dhoppe)
- Use latest available version of ZooKeeper in acceptance tests #309 (dhoppe)
- Allow deric/zookeeper 1.x #308 (dhoppe)
- Use voxpupuli-acceptance #296 (ekohl)
v6.0.0 (2020-04-07)
Breaking changes:
- Drop Puppet 4 support #292 (alexjfisher)
- Update default version to 2.4.1 with scala 2.12 #291 (alexjfisher)
Implemented enhancements:
- Puppet-archive 3.0.0 support #256
Closed issues:
- Is this module abandoned? #290
- New version/tag #289
- Proxy Server Support #285
- Root owns config directory (but not files in it), ignoring $user #273
- check debian support #254
- Documentation: OS Compability #244
Merged pull requests:
- Fix puppet-lint
absolute_classname-check
#293 (alexjfisher) - bump java version dependency #287 (TheMeier)
- Clean up acceptance spec helper #286 (ekohl)
- Allow
puppet/archive
4.x,puppetlabs/java
4.x andpuppetlabs/stdlib
6.x #284 (alexjfisher) - update spec_helper_acceptance to work with latest beaker #279 (bastelfreak)
v5.3.0 (2018-07-07)
Implemented enhancements:
- add debian 8/9 & ubuntu 16.04 support, drop 14.04 #267 (bastelfreak)
- Use closest mirrors #261 (bjoernhaeuser)
- add support for topic configurations at creation time #260 (TheMeier)
Fixed bugs:
- Use correct mirror url #263 (bjoernhaeuser)
Merged pull requests:
- Remove coveralls badge #268 (bjoernhaeuser)
- Enable Acceptance tests #266 (bjoernhaeuser)
- [WIP] enable acceptance tests #265 (bastelfreak)
- cleanup spec_helper_acceptance.rb #264 (bastelfreak)
- Add test for different kafka version #262 (bjoernhaeuser)
v5.2.0 (2018-06-24)
Implemented enhancements:
- Some updates to be able to use an internal http mirror with proxy to download the .tar.gz archive #257 (idrissneumann)
Fixed bugs:
- Ensure the process is killed before finishing stop #135 (elmendalerenda)
Merged pull requests:
- Remove docker nodesets #255 (bastelfreak)
- drop EOL OSs; fix puppet version range #253 (bastelfreak)
v5.1.0 (2018-04-05)
Implemented enhancements:
- Config files should not be world readable #249
- Add options for more sensible config permissions; puppet stdlib to 4.22.0 #250 (langesven)
v5.0.1 (2018-03-28)
Merged pull requests:
- bump puppet to latest supported version 4.10.0 #247 (bastelfreak)
- allow camptocamp/systemd 2.X #245 (bastelfreak)
v5.0.0 (2017-12-12)
Breaking changes:
- Kafka's default version should be the latest stable version #216
- replaced service_requires_zookeeper by service_requires #236 (LionelCons)
- changed limit_nofile from Integer to String #229 (LionelCons)
- made variables consistent #223 (LionelCons)
- change the mirror class to get script options via a hash (just like consumer and producer) #221 (LionelCons)
- change the default Kafka version to 0.11.0.1 #217 (LionelCons)
- remove support for Kafka < 0.9.0.0 #215 (LionelCons)
Implemented enhancements:
- It should be possible to specify arbitrary service dependencies #234
- It should be possible to start a broker with the -daemon option #230
- Kafka default script values should not be used #218
- Kafka default values should not be used #208
- use Wants instead of Requires #238 (LionelCons)
- added a daemon_start option to be able to start the broker with the -daemon option #231 (LionelCons)
- made LimitNOFILE and LimitCORE fully configurable #227 (LionelCons)
Fixed bugs:
- LimitNOFILE cannot be set to 'infinity' #228
Closed issues:
- The systemd script should use Wants instead of Requires #237
- LimitNOFILE and LimitCORE should be unset by default #232
- Systemd limits should be configurable #226
- The properties templates should be merged #224
- Variable names should be simple and consistent #222
- Mirror script options should be given as a hash #220
- Support for Kafka < 0.9 should be removed #214
- params.pp contains unused parameters #211
Merged pull requests:
- removed the (undocumented) hard-coded defaults for limit_nofile and limit_core #233 (LionelCons)
- merged all the properties templates #225 (LionelCons)
- remove the unneeded service default parameters #219 (LionelCons)
- remove the unneeded broker, consumer and producer default parameters #213 (LionelCons)
- remove unused parameters in params.pp #212 (LionelCons)
v4.0.0 (2017-10-17)
Implemented enhancements:
- Adjust puppet version boundaries for puppet6 #209 (bastelfreak)
- Add support for TimeoutStopSec and ExecStop in the systemd unit file #207 (LionelCons)
- Higher allowed version for module java and lower for zookeeper #205 (hp197)
Closed issues:
- Kafka stopping should be configurable in the systemd unit file #206
v3.2.0 (2017-09-29)
Breaking changes:
- renamed kafka::broker::topic to kafka::topic and added a bin_dir param #189 (LionelCons)
- The ZooKeeper service is not required by default anymore #184 (LionelCons)
- Java is not installed by default anymore #181 (LionelCons)
Implemented enhancements:
- Added manage_user and manage_group parameters #185 (LionelCons)
Fixed bugs:
- Typo in init.erb #198
- Fixed typo in init.erb #199 (LionelCons)
- kafka::consumer now calls kafka::consumer::config #187 (LionelCons)
- kafka::mirror::service does not inherit from ::kafka::params anymore #177 (LionelCons)
Closed issues:
- There are parameter discrepancies amongst kafka::*::service #192
- There are parameter discrepancies between kafka::init and kafka::*::install #190
- The kafka::broker::topic defined type should rather be kafka::topic #188
- The consumer class does not call its config subclass #186
- The ZooKeeper service should not be required by default #183
- Java should not be installed by default #180
- include statements do not need quotes #178
- mirror/service.pp should not inherit from ::kafka::params #176
- Module user/group management should be optional #173
Merged pull requests:
- fix mirror maker with new consumer #203 (jacobmw)
- Update README.md #201 (confiq)
- enable possibility of system users for kafka #197 (Wayneoween)
- MirrorMaker service needed path to .properties files #196 (jacobmw)
- cleanup related to the service classes #193 (LionelCons)
- cleanup related to the install classes #191 (LionelCons)
- include statements do not need quotes #179 (LionelCons)
v3.1.0 (2017-07-19)
Implemented enhancements:
- handle the user, group, user_id and group_id parameters consistently #172 (LionelCons)
- the *.properties configuration files are now owned by root #166 (LionelCons)
- added a "bin_dir" parameter to configure where the Kafka scripts are #159 (LionelCons)
- Allow changing the LimitNOFILE parameter for systemd unit file #157 (jacobmw)
- add support to kafka::broker logs dir #148 (jolivares)
- Add log.message.format.version to broker params #142 (winks)
Fixed bugs:
- create $package_dir and $install_directory ony when needed #167 (LionelCons)
- fix wrong defaults for mirror/service.pp #164 (LionelCons)
- declared service dependencies: Kafka requires networking and syslog #162 (LionelCons)
- change ownership of the configuration directory #160 (LionelCons)
Closed issues:
- The user and group are hard-coded in the service templates #171
- The init script always requires the zookeeper service #168
- The configuration files should be owned by root #165
- mirror/service.pp gets some defaults from params.pp instead of mirror.pp #163
- The Systemd unit file should declare dependencies #161
- Centos 7 install #151
- systemd config should not contain dependencies on zookeeper #150
- The configuration directory should be owned by root #146
- The "bin" directory is not configurable #145
- Arbitrary shell variables cannot be set #144
- Package-based installation creates useless directories #143
Merged pull requests:
- Release 3.1.0 #175 (bastelfreak)
- added an $env parameter to control the environment passed to Kafka #170 (LionelCons)
- the init script now uses the service_requires_zookeeper parameter #169 (LionelCons)
- replace validate_* with datatypes #153 (bastelfreak)
- Add missing documentation #138 (seanmalloy)
- Add params to allow customizing user, group, and log_dir #137 (seanmalloy)
v3.0.0 (2017-02-13)
Implemented enhancements:
v2.3.0 (2017-02-11)
Closed issues:
- broker.id should also be set in $logs_dir/meta.properties #117
Merged pull requests:
- allow using any mirror_url if it ends with tgz #126 (petetodo)
- Bump dependencies #125 (juniorsysadmin)
- Mirror url custom port #121 (ellamdav)
v2.2.0 (2016-12-25)
Closed issues:
Merged pull requests:
- Fix bounding of puppet version in metadata #116 (ghoneycutt)
- Fix puppet 4 versioncmp need for string #115 (marclambrichs)
- Update readme with the current Kafka & Scala versions #112 (atrepca)
- Add missing badges #111 (dhoppe)
- adding the port to the mirror URL #108 (petetodo)
- Make the systemd manifest configurable #105 (bjoernhaeuser)
v2.1.0 (2016-08-31)
Closed issues:
- Fix regexp for URL validation (or remove URL validation at all) #92
- systemv init: "$PID_FILE does not exist, process is not running" can be wrong #90
- kafka service should wait for zookeeper #81
- 'archive' module conflict #61
Merged pull requests:
- Document missing parameters #100 (igalic)
- Fix incompatibility beetween $install_dir and $version params #99 (igalic)
- Add support for MirrorMaker abort.on.send.failure #97 (SegFaultAX)
- Init fix #94 (igalic)
- Remove URL validation #93 (volkorny)
- [skip-ci]Small typo fix #88 (skade)
- remove trailing whitespace #86 (bastelfreak)
- init clean-up #82 (igalic)
- Sync metadata.json license to be same as LICENSE (MIT) #78 (juniorsysadmin)
- parameterized group-id and user-id for kafka #77 (MaltePaulsen)
- Removed dependency which is not valid with package installation #76 (Mike-Petersen)
- Allowing installation via package #74 (Mike-Petersen)
- Add support for optional default file with environment vars #35 (knumor)
v2.0.0 (2016-05-26)
Implemented enhancements:
- Upgrade to Kafka 0.9.0.0 #30
Closed issues:
- Fix parameter install_dir/install_directory #52
- Fix parameter package_dir #51
- kafka::mirror is critically broken #39
- stop trying to make fetch happen #31
- producer init template is missing #13
- Readme states that "config" is available within the "kafka" class #8
Merged pull requests:
- Fix wrong syntax (default value for ssl.enabled.protocols) #70 (jolivares)
- Allow to set KAFKA_OPTS #69 (jolivares)
- add the jmx_opts and log4j_opts to the init scripts #67 (eliranbz)
- Removing broker gc opts #66 (bjoernhaeuser)
- add the ability to optimize all the different roles, not just the broker #65 (eliranbz)
- fix the mirror.unit template #62 (eliranbz)
- Adding support to KAFKA_HEAP_OPTS #59 (ortz)
- Support CentOS 7 #57 (bjoernhaeuser)
- Upgrade to Kafka 0.9.0.1. This should fix #30 #56 (dhoppe)
- Extend Beaker tests #55 (dhoppe)
- Fix parameter package_dir. This closes #51 #54 (dhoppe)
- Fix parameter install_dir/install_directory. This closes #52 #53 (dhoppe)
- Use module voxpupuli/archive instead of wget. This should fix #31 #50 (dhoppe)
- Submit service_name to cosumer::config and producer::config #49 (dhoppe)
- (#8) README: sync class parameter lists #48 (ffrank)
- Fix classes broker::consumer and broker::producer #46 (dhoppe)
- Pin rake to avoid rubocop/rake 11 incompatibility #45 (roidelapluie)
- Add missing dependency #44 (dhoppe)
- Fix indentation of class parameters #43 (dhoppe)
- Fix several issues regarding mirror, producer and RSpec tests #41 (dhoppe)
- Fix empty PID file creation on failed daemon start #40 (dhoppe)
- Mirror num_streams num_producers max_heap params #37 (travees)
- Widen output to find the kafka string when getting PID #34 (knumor)
- Support CentOS 7 #23 (bjoernhaeuser)
- attempt to fix #3 (allow to configure service manually) #12 (feniix)
v1.0.3 (2016-01-22)
Closed issues:
- Puppet forge module outdated: ArgumentError: Could not find declared class java #27
- Puppetforge module outdated: The init script leaves pidfile if there's an error when starting #26
- Ubuntu 12.04/14.04 LTS Compatibility Broken #24
- kafka starting as a root user #17
- Both "version" and "scala_version" are ignored within "kafka::broker" #9
- init script is incompatible with chkconfig #5
Merged pull requests:
v1.0.2 (2015-12-11)
Closed issues:
- Missing dependency on puppetlabs-java #19
Merged pull requests:
- Update module to version 1.0.2 #28 (dhoppe)
- README changes with an example of use. #20 (GabrielNicolasAvellaneda)
- Added missing dependency on puppetlabs-java #18 (GabrielNicolasAvellaneda)
- Update init.erb #16 (VuokkoVuorinnen)
- Make wget installation optional #15 (danieldreier)
- Make beaker run on centos #7 (bjoernhaeuser)
v1.0.1 (2015-03-24)
Closed issues:
- ability to set the service to disabled #3
Merged pull requests:
- Moar file descriptors! (quoting https://github.com/stack72\) #1 (pablete)
v1.0.0 (2014-10-10)
v0.2.1 (2014-06-02)
v0.2.0 (2014-06-02)
v0.1.0 (2014-05-28)
* This Changelog was automatically generated by github_changelog_generator