Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JMX Trans support #8253

Merged
merged 5 commits into from
Mar 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve CHNAGELOG.mg
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Mar 20, 2023
commit 2eb1ecd5e6191d809725a3c92996ef5e6257402d
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
* Redesigned the `UserOperatorConfig` to make it more efficient and flexible
* Remove support for JMX Trans

### Changes, deprecations and removals

* Support for JMX Trans has been removed in Strimzi 0.35.0.
If you have JMX Trans enabled in your `Kafka` custom resource in the `.spec.jmxTrans` section, you should remove it.
If you upgrade to Strimzi 0.35.0 or newer with JMX Trans deployed / enabled in the `Kafka` custom resource, Strimzi will be automatically deleted after the upgrade.

## 0.34.0

* Add support for Kafka 3.4.0 and remove support for Kafka 3.2.x
Expand Down