Skip to content

Commit 7985715

Browse files
committed
0.5 release
1 parent 13fd92d commit 7985715

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target/
22
.idea/
33
local.*
44
src/main/resources/specs/KsmService.yml
5+
.metals/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.5-SNAPSHOT]
7+
## [0.5]
88
- New custom delimiter option for CsvAclParser
99
- Refactoring to allow new AclParser formats
1010

README.md

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

182182
KSM Version | Kafka Version | Notes
183183
--- | --- | ---
184-
0.5-SNAPSHOT | 2.0.0 |
184+
0.5 | 2.0.0 |
185185
0.4 | 2.0.0 | important change: added column 'PatternType' in CSV
186186
0.3 | 1.1.x |
187187
0.2 | 1.1.x | upgrade to 0.3 recommended

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "kafka-security-manager"
22

33
organization := "com.github.simplesteph.ksm"
44

5-
version := "0.5-SNAPSHOT"
5+
version := "0.5"
66

77
scalaVersion := "2.12.4"
88

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:0.5
3232
ports:
3333
- "50051:50051"
3434
- "50052:50052"

0 commit comments

Comments
 (0)