Re: [cncf-strimzi-dev] First RCs for Strimzi 0.15.0
Tom Bentley
+1 I did some testing on minikube of the features mentioned in the release nodes and everything seemed to work as expected. Thanks Jakub!
|
|
[ANNOUNCE] Strimzi Kafka OAuth library 0.2.0 release
Jakub Scholz
Hi, The 0.2.0 version of the Strimzi Kafka OAuth library for using OAuth authentication in Kafka clients and brokers has been released and should be available in the Maven repositories. The main improvement is improved support for other OAuth servers than just Keycloak. For more information, see the release page on GitHub: https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.2.0. Thanks to everyone who contributed to this release. Thanks & Regards Jakub
|
|
First RCs for Strimzi 0.15.0
Jakub Scholz
The Release Candidate 1 for Strimzi Kafka Operators and for Strimzi Bridge are now available. There is a lot of new features (especially for the operators), so if you are interested in any of them feel free to test them and give us feedback. The main changes in the operators include: * Drop support for Kafka 2.1.0, 2.1.1, and 2.2.0 * Add support for Kafka 2.3.1 * Improved Kafka rolling update * Improved Kafka Exporter Grafana dashboard * Add sizeLimit option to ephemeral storage * Add `schedulerName` to `podTemplate` * Allow overriding the auto-detected Kubernetes version * Garbage Collection (GC) logging disabled by default * Providing PKCS12 truststore and password in the cluster and clients CA certificates Secrets * Providing PKCS12 keystore and password in the TLS based KafkaUser related Secret For more details and the upgrade procedure, go to: https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.15.0-rc1 The main changes in the Bridge include: * Added support for Jaeger tracing * Various bug fixes. For more details, go to: https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.15.0-rc1 Thanks & Regards Jakub
|
|
RC1 of Strimzi Kafka OAuth library 0.2.0
Jakub Scholz
Hi, Release Candidate 1 of the 0.2.0 version of the Strimzi KAfka OAuth library is now available for testing: https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.2.0-rc1. The main improvement is improved support for other OAuth servers than just Keycloak. To test it, you can use the staging Maven repository: <repositories> <repository> <id>staging</id> <url>https://oss.sonatype.org/content/repositories/iostrimzi-1046/</url> </repository> </repositories> Any feedback can be provided here or as a GitHub issue. Thanks & Regards Jakub
|
|
Strimzi 0.14.0 released!
Jakub Scholz
Version 0.14.0 of Strimzi Kafka Operators and Strimzi Bridge has been released. Thanks to everyone involved in these releases. The main changes in the operators include: * Add support for configuring Ingress class * Add support for setting custom environment variables in all containers * Add liveness and readiness checks to Mirror Maker * Allow configuring loadBalancerIP for LoadBalancer type services * Allow setting labels and annotations for Persistent Volume Claims * Add support for Jaeger tracing in Kafka Mirror Maker and Kafka Connect * Add support for deploying Kafka Exporter * Add initial support for OAuth authentication For more details and the upgrade procedure, go to: https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.14.0 The main changes in the Bridge include: * Changed data types and enforced OpenAPI validation for `consumer.request.timeout.ms`, `enable.auto.commit`and `fetch.min.bytes`parameters on consumer creation. This is a breaking change. * Added HTTP GET method on `/consumers/{groupid}/instances/{name}/subscription` endpoint for getting subscribed topics and related assigned partitions. * Added automatic deletion of stale consumer after a configurable timeout if the HTTP DELETE is not called and the consumer is not used for a long time. * Various bug fixes. For more details, go to: https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.14.0 Thanks & Regards Jakub
|
|
0.14.0 RC3 of Strimzi Kafka Operators and Strimzi Bridge
Jakub Scholz
We prepared RC3 of Strimzi Kafka Operators and Strimzi Bridge. The main changes since RC2 in the operators include: * Updated dependencies due to CVEs (jackson-databind library) * Properly passing JWKS refresh and expiration intervals in OAuth configuration * Respecting the HTTP port configuration in Strimzi bridge * Using the right default container images for TLS sidecars * Other improvements to Maven build, Docs and system tests The main changes since RC2 in the bridge include: * Added logging of the bridge version on startup * Minor bug fixes For more details and the upgrade procedure, go to: https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.14.0-rc3 and https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.14.0-rc3 Unless we found some more serious issues, we will release 0.14.0 during the weekend. Jakub
|
|
RC2 of Strimzi Kafka Operators 0.14.0
Jakub Scholz
We found a few bugs in the 0.14.0 RC1 release of the Strimzi operators. I therefore prepared RC2. The main changes since RC1 include: * Manage network policies between Kafka Exporter and Kafka brokers. * Documentation improvements * CI improvements * System test improvements For more details and the upgrade procedure, go to: https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.14.0-rc2 Thanks & Regards Jakub
|
|
RCs for Strimzi 0.14.0
Jakub Scholz
The Release Candidate 1 for Strimzi Kafka Operators and Release Candidate 2 for Strimzi Bridge are now available. There is a lot of new features, so if you are interested in any of them feel free to test them and give us feedback. The main changes in the operators include: * Add support for configuring Ingress class (#1716) * Add support for setting custom environment variables in all containers * Add liveness and readiness checks to Mirror Maker * Allow configuring loadBalancerIP for LoadBalancer type services * Allow setting labels and annotations for Persistent Volume Claims * Add support for Jaeger tracing in Kafka Mirror Maker and Kafka Connect * Add support for deploying [Kafka Exporter](https://github.com/danielqsj/kafka_exporter) * Add initial support for OAuth authentication For more details and the upgrade procedure, go to: https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.14.0-rc1 The main changes in the Bridge include: * Changed data types and enforced OpenAPI validation for `consumer.request.timeout.ms`, `enable.auto.commit`and `fetch.min.bytes`parameters on consumer creation. This is a breaking change. * Added HTTP GET method on `/consumers/{groupid}/instances/{name}/subscription` endpoint for getting subscribed topics and related assigned partitions. * Added automatic deletion of stale consumer after a configurable timeout if the HTTP DELETE is not called and the consumer is not used for long time. * Various bug fixes. For more details, go to: https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.14.0-rc2 Thanks & Regards Jakub
|
|