forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kafka to 389fd55d0e75b23e00aa4915babfb74a4bc5508a
389fd55d0e75b23e00aa4915babfb74a4bc5508a Merge pull request redhat-openstack#28 from puppet-community/v1.0.2 435b119d65c88cae357e114565f071f2104d9356 Runuser doesn't exist in Ubuntu12.*/14.*, using su instead bca320563f40b3aa6b046a55b8e105f5275a6e52 Bump version, Update changelog bf01ba9aa1df9076ec40fbb5d22d3cd529162fb2 Update badges for Puppet Forge and Travis CI 51d70424d048ab626572f6b699ffa71f13cc8ff8 Add whitespace for better preview at dillinger.io 44ea22811d47899c88a1cb1788cc0d0c5b896c3b Add missing entry at the changelog Change-Id: I30db095e0eec71ec0ad106944e7842bc594dcd81
- Loading branch information
Showing
5 changed files
with
43 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,69 @@ | ||
##2014-10-10 - Release 1.0.0 | ||
###Summary | ||
## 2015-12-10 - Release 1.0.2 | ||
### Summary | ||
|
||
This release adds a number of new features and fixes lots of idempotency issues. | ||
The main additions with this release are support for installing and configuring consumers, producers and mirrors | ||
This release fixes some issues regarding the init script. For example the | ||
service is started as user kafka, uses su instead of runuser and will remove | ||
stale pid files. | ||
|
||
####Features | ||
### Features | ||
|
||
- Replace ensure_resource with explicit conditional. | ||
- Update readme with an example of use. | ||
|
||
### Bugfixes | ||
|
||
- Make Beaker run on CentOS. This closes #5. | ||
- Update init script of Kafka broker. This closes #17 and #26. | ||
- Added missing dependency on puppetlabs-java. This closes #27. | ||
- Using su instead of runuser. This closes #22 and #24. | ||
|
||
## 2015-03-24 - Release 1.0.1 | ||
### Summary | ||
|
||
Adding deploy section for Travis CI. | ||
|
||
## 2014-10-10 - Release 1.0.0 | ||
### Summary | ||
|
||
This release adds a number of new features and fixes lots of idempotency issues. | ||
The main additions with this release are support for installing and configuring consumers, producers and mirrors | ||
|
||
#### Features | ||
|
||
- added support for adding topics | ||
- added support for managing consumers, producers, and mirrors | ||
- improved documentation | ||
- improved testing | ||
|
||
####Bugfixes | ||
#### Bugfixes | ||
|
||
- updated install_dir to /opt | ||
- fixing install_dir symlink | ||
- fixing idempotency issue in kafka server.properties | ||
- fixing idempotency issue with untar-ing kafka package | ||
- fixing bug in service restart | ||
|
||
##2014-06-02 - Release 0.2.1 | ||
###Summary | ||
## 2014-06-02 - Release 0.2.1 | ||
### Summary | ||
|
||
This is a bugfix release to fix conflict with wget dependency | ||
|
||
####Bugfixes | ||
#### Bugfixes | ||
|
||
- Fixing conflict with maestrodev/wget in how it is installed causing issue with duplicate resource. | ||
|
||
##2014-06-02 - Release 0.2.0 | ||
###Summary | ||
## 2014-06-02 - Release 0.2.0 | ||
### Summary | ||
|
||
This release fixed some bugs with the kafka service and refactored the code in preparation of supporting things other than the broker. | ||
|
||
####Features | ||
#### Features | ||
- refactoring of the kafka installation | ||
|
||
####Bugfixes | ||
#### Bugfixes | ||
- fixing issue with kafka service not starting correctly. | ||
|
||
##2014-05-27 - Release 0.1.0 | ||
###Summary | ||
## 2014-05-27 - Release 0.1.0 | ||
### Summary | ||
|
||
Initial release. Support for the installation and configuration of a kafka broker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters