File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5454 PRE_RELEASE : " false"
5555 CHANGELOG_FILE : " CHANGELOG.md"
5656 ALLOW_EMPTY_CHANGELOG : " true"
57- ALLOW_TAG_PREFIX : " true"
5857 with :
5958 args : |
6059 target/universal/kafka-security-manager-*.zip
Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0 / )
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.1 / )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 1.0.0 ] - 06/02/2022
7+ ## [ 1.0.1 ] - 06/02/2022
88- Fixed log4j dependency
99- Added Google IAM
1010
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ You can then use place this CSV anywhere and use it as your source of truth.
263263
264264KSM Version | Kafka Version | Notes
265265--- | --- | ---
266- 1.0.0 | 2.8.x | updated log4j dependency
266+ 1.0.1 | 2.8.x | updated log4j dependency
2672670.11.0 | 2.5.x | renamed packages to ` io.conduktor ` . Breaking change on extract config name
2682680.10.0 | 2.5.x | YAML support<br >Add configurable num failed refreshes before notification
2692690.9 | 2.5.x | Upgrade to Kafka 2.5.x
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ThisBuild /developers := List(
1212
1313name := " kafka-security-manager"
1414
15- version := " 1.0.0 "
15+ version := " 1.0.1 "
1616
1717scalaVersion := " 2.12.15"
1818
You can’t perform that action at this time.
0 commit comments