Skip to content

Commit

Permalink
0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Dec 12, 2018
1 parent 13fd92d commit 7985715
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ target/
.idea/
local.*
src/main/resources/specs/KsmService.yml
.metals/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.5-SNAPSHOT]
## [0.5]
- New custom delimiter option for CsvAclParser
- Refactoring to allow new AclParser formats

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ TODO: Mention to look for inter broker protocol version before doing this

KSM Version | Kafka Version | Notes
--- | --- | ---
0.5-SNAPSHOT | 2.0.0 |
0.5 | 2.0.0 |
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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "kafka-security-manager"

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

version := "0.5-SNAPSHOT"
version := "0.5"

scalaVersion := "2.12.4"

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:0.5
ports:
- "50051:50051"
- "50052:50052"
Expand Down

0 comments on commit 7985715

Please sign in to comment.