File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.4-SNAPSHOT ]
7+ ## [ 0.4] - 09/09/2018
88- Added S3 Acl Source (#27 )
99- Upgraded to Kafka 2.0
1010- New format to ACLs that allows Patterns (like prefixes)
1111- Upgrades to Docker Compose file
12+ - Improvements to Docker Compose file
13+ - Using OpenJDK-8 slim as the base image for Docker releases
1214
1315## [ 0.3] - 13/06/2018
1416- Added gRPC endpoint to perform API calls on KSM (the goal is to build a UI on top of KSM)
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ TODO: Mention to look for inter broker protocol version before doing this
180180
181181KSM Version | Kafka Version | Notes
182182--- | --- | ---
183- 0.4-SNAPSHOT | 2.0.0 | important change: added column 'PatternType' in CSV
183+ 0.4 | 2.0.0 | important change: added column 'PatternType' in CSV
1841840.3 | 1.1.x |
1851850.2 | 1.1.x | upgrade to 0.3 recommended
1861860.1 | 1.0.x | might work for earlier versions
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
2828 - zoo1
2929
3030 kafka-security-manager :
31- image : simplesteph/kafka-security-manager:latest
31+ image : simplesteph/kafka-security-manager:v0.4-release
3232 ports :
3333 - " 50051:50051"
3434 - " 50052:50052"
You can’t perform that action at this time.
0 commit comments