diff --git a/.gitignore b/.gitignore index 9ea33fc..f965cd8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target/ .idea/ local.* src/main/resources/specs/KsmService.yml +.metals/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 218fa1c..142a182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 597f1ff..28093ab 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 26f2b29..5682d69 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "kafka-security-manager" organization := "com.github.simplesteph.ksm" -version := "0.5-SNAPSHOT" +version := "0.5" scalaVersion := "2.12.4" diff --git a/docker-compose.yml b/docker-compose.yml index 0aa537e..f809aac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"