Skip to content

Commit 431e8d8

Browse files
committed
v0.4 preparation
1 parent faceb52 commit 431e8d8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ TODO: Mention to look for inter broker protocol version before doing this
180180

181181
KSM 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
184184
0.3 | 1.1.x |
185185
0.2 | 1.1.x | upgrade to 0.3 recommended
186186
0.1 | 1.0.x | might work for earlier versions

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)