Releases: strimzi/strimzi-kafka-bridge
0.21.0
Main Changes since 0.20.x
- Update Log4j dependency to avoid CVE-2021-44228
- Multi-arch container image with support for x86_64 / AMD64 and AArch64 / ARM64 platforms (The support AArch64 is currently considered as experimental. We are not aware of any issues, but the AArch64 build doesn't at this point undergo the same level of testing as the AMD64 container images.)
Full list of addressed issues can be found under the 0.21.0 milestone.
If you use an older version of the Strimzi Cluster Operator which uses Strimzi Kafka Bridge 0.20.x, you should be able to run the 0.21.0 version without any problems. Just edit the Cluster Operator deployment and set the STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
environment variable to quay.io/strimzi/kafka-bridge:0.21.0
.
0.21.0-rc2
Main Changes since RC1
- Update Log4j dependency to avoid CVE-2021-44228
Full list of addressed issues can be found under the 021.0 milestone.
0.21.0-rc1
Main Changes since 0.20.x
- Multi-arch container image with support for x86_64 / AMD64 and AArch64 / ARM64 platforms (The support AArch64 is currently considered as experimental. We are not aware of any issues, but the AArch64 build doesn't at this point undergo the same level of testing as the AMD64 container images.)
Full list of addressed issues can be found under the 021.0 milestone.
0.20.3
Main Changes since 0.20.2
- Dependency updates
- Minor bugfixes
Full list of addressed issues can be found under the 020.3 milestone.
0.20.2
0.20.1
0.20.0
Main Changes since 0.19.0
- Updated dependencies
- Added a new Admin Client feature to get begin/end offsets for topic partitions
- Move from Docker Hub to Quay.io as our container registry
- Use Red Hat UBI8 as the base image
Full list of changes can be found under the 0.20.0 milestone.
0.20.0-rc1
Main Changes since 0.19.0
- Updated dependencies
- Added a new Admin Client feature to get begin/end offsets for topic partitions
- Move from Docker Hub to Quay.io as our container registry
- Use Red Hat UBI8 as the base image
Full list of changes can be found under the 0.20.0 milestone.
0.19.0
Main Changes since 0.18.0
- Fixed bug not allowing to send records with
null
values - Added support for Kafka headers on records to send
- Refactoring around overall tests suite
- Fixed some other minor bugs
Full list of changes can be found under the 0.19.0 milestone.
0.19.0-rc1
Main Changes since 0.18.0
- Fixed bug not allowing to send records with
null
values - Added support for Kafka headers on records to send
- Refactoring around overall tests suite
- Fixed some other minor bugs
Full list of changes can be found under the 0.19.0 milestone.