Skip to content

Commit 9f8bde5

Browse files
committed
version 4.1.0 bump
1 parent 6668390 commit 9f8bde5

File tree

2 files changed

+46
-12
lines changed

2 files changed

+46
-12
lines changed

changelog.md

Lines changed: 45 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,52 @@
11

2+
v4.1.0 / 2021-12-30
3+
===================
4+
5+
* [ksqlDB] when using ACLs configure all internal topics with ALL permissions for the ksql server user (#433)
6+
* Bring Principal Management for Confluent Cloud out of Experimental into Production ready feature (#435)
7+
* Use Confluent Cloud API when integrating with the Confluent fully managed service (#431)
8+
* Throw an exception when an invalid plan is used (#426)
9+
* Add docker to the SAN to make it run in our in-house Gitlab (#421)
10+
* Improved execution log for topics and schemas (#383)
11+
12+
v4.0.1 / 2021-12-20
13+
==================
14+
15+
* Bump log4j to 2.17.0, prevent latest Log4j CVE, ref https://logging.apache.org/log4j/2.x/security.html (#427)
16+
17+
v4.0.0 / 2021-12-10
18+
===================
19+
20+
* neat: Adapt CI jobs and other actions to latest versions (#419)
21+
* port the main changelog to master
22+
* fix&feature: establish service accounts prefix filter a primary criteria when available to filter the list of access control rules (#418)
23+
* Bump log4j-api from 2.13.3 to 2.15.0 (#416)
24+
* fix: issue with connector and subject permissions being ignored when more than one (#415)
25+
* Add producer Idempotence permissions to Confluent RBAC (#414)
26+
* Fix: Topic config values should take precedence over plan config values (#410)
27+
* Quotas implementation, only quotas based in user principal (#376)
28+
* fix request scope to hold proper pattern type (literal, prefix) in rbac
29+
* add proper clusterIds for RBAC clear bindings operations, not only kafka one
30+
* add support in the custom roles for subject and connect attributes (#406)
31+
* fix incorrect rbac resource name for subjects and connectors (#405)
32+
* ammend order for delete in ksql to be reverse from creation (#400)
33+
* add Parameter for initial Kafka Backend consumer retry
34+
* raise initial load as done if tried at least five times
35+
236
v4.0.0 / 2021-12-10
337
==================
438

5-
* Fix/feature: establish service accounts prefix filter a primary criteria when available to filter the list of access control rules (#418)
6-
* Security fix: Bump log4j-api from 2.13.3 to 2.15.0 (#416)
7-
* fix: issue with connector and subject permissions being ignored when more than one (#415)
8-
* feature: Add producer Idempotence permissions to Confluent RBAC (#414)
9-
* fix: Topic config values should take precedence over plan config values (#410)
10-
* feature: Quotas implementation, only quotas based in user principal (#376)
11-
* feature: add support in the custom roles for subject and connect attributes (#406)
12-
* fix: incorrect rbac resource name for subjects and connectors (#405)
13-
* fix: ammend order for delete in ksql to be reverse from creation (#400)
14-
* fix: add Parameter for initial Kafka Backend consumer retry
15-
* fix: Raise initial load as done if tried at least five times for the Kafka Backend
39+
* Fix/feature: establish service accounts prefix filter a primary criteria when available to filter the list of access control rules (#418)
40+
* Security fix: Bump log4j-api from 2.13.3 to 2.15.0 (#416)
41+
* fix: issue with connector and subject permissions being ignored when more than one (#415)
42+
* feature: Add producer Idempotence permissions to Confluent RBAC (#414)
43+
* fix: Topic config values should take precedence over plan config values (#410)
44+
* feature: Quotas implementation, only quotas based in user principal (#376)
45+
* feature: add support in the custom roles for subject and connect attributes (#406)
46+
* fix: incorrect rbac resource name for subjects and connectors (#405)
47+
* fix: ammend order for delete in ksql to be reverse from creation (#400)
48+
* fix: add Parameter for initial Kafka Backend consumer retry
49+
* fix: Raise initial load as done if tried at least five times for the Kafka Backend
1650

1751
v3.3.3 / 2021-11-23
1852
===================

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.purbon.kafka</groupId>
88
<artifactId>julie-ops</artifactId>
9-
<version>edge</version>
9+
<version>4.1.0</version>
1010

1111
<name>A Kafka operations manager, julie ops</name>
1212
<description>

0 commit comments

Comments
 (0)