Skip to content

Commit

Permalink
v0.4 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Sep 9, 2018
1 parent faceb52 commit 431e8d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.4-SNAPSHOT]
## [0.4] - 09/09/2018
- Added S3 Acl Source (#27)
- Upgraded to Kafka 2.0
- New format to ACLs that allows Patterns (like prefixes)
- Upgrades to Docker Compose file
- Improvements to Docker Compose file
- Using OpenJDK-8 slim as the base image for Docker releases

## [0.3] - 13/06/2018
- Added gRPC endpoint to perform API calls on KSM (the goal is to build a UI on top of KSM)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ TODO: Mention to look for inter broker protocol version before doing this

KSM Version | Kafka Version | Notes
--- | --- | ---
0.4-SNAPSHOT | 2.0.0 | important change: added column 'PatternType' in CSV
0.4 | 2.0.0 | important change: added column 'PatternType' in CSV
0.3 | 1.1.x |
0.2 | 1.1.x | upgrade to 0.3 recommended
0.1 | 1.0.x | might work for earlier versions
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- zoo1

kafka-security-manager:
image: simplesteph/kafka-security-manager:latest
image: simplesteph/kafka-security-manager:v0.4-release
ports:
- "50051:50051"
- "50052:50052"
Expand Down

0 comments on commit 431e8d8

Please sign in to comment.