Skip to content

Commit

Permalink
version 2.1.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
purbon committed Apr 30, 2021
1 parent 1b77b29 commit 1ccc577
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

v2.1.1 / 2021-04-30
===================

* Amend dependencies to be fully supporting Confluent RBAC implementation (#272)
* Fix problem with passing a dir that containts another dir for topologies (#269)
* Amend listAcls function for rbac providers so delete and listing after execution works as well when using RBAC (#266)
* Sync integration test Kafka version with the version in the pom. (#260)
* Add overridingClientConfig parameter to allow override and fallbacks ot the original configuration. This would be useful when passing parameters that need to be adapted in some execution scenarios like deployments or CI/CD.
* verify CLI parameters as first thing in the process before creating the main handler object (#253)

v2.1.0 / 2021-04-03
===================

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.purbon.kafka</groupId>
<artifactId>julie-ops</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>

<name>A Kafka operations manager, julie ops</name>
<description>
Expand Down

0 comments on commit 1ccc577

Please sign in to comment.