From jakub at scholz.cz Wed Jun 5 12:33:44 2019 From: jakub at scholz.cz (Jakub Scholz) Date: Wed, 5 Jun 2019 14:33:44 +0200 Subject: [Strimzi] RC1 for Strimzi 0.12.0 Message-ID: Hi, The Release Candidate 1 for the long overdue Strimzi 0.12.0 release is now available. The main changes include: * *Drop support for Kubernetes 1.9 and 1.10 and OpenShift 3.9 and 3.10. Versions supported since Strimzi 0.12.0 are Kubernetes 1.11 and higher and OpenShift 3.11 and higher. This was required because the CRD versioning and CRD sub-resources support.* * Added support for Kafka 2.2.0 and 2.1.1, dropped support for Kafka 2.0.0 and 2.0.1 * Persistent storage improvements * Add resizing of persistent volumes * Allow to specify different storage class for every broker * Adding and removing volumes in Jbod Storage * Custom Resources improvements * New CRD version `v1beta1`. See documentation for more information about upgrading from `v1alpha1` to `v1beta1`. * Log at the warn level when a custom resource uses deprecated or unknown properties * Add initial support for the `status` sub-resource in the `Kafka` custom resource * Add support for [Strimzi Kafka Bridge]( https://github.com/strimzi/strimzi-kafka-bridge) for HTTP protocol * Reduce the number of container images needed to run Strimzi to just two: `kafka` and `operator`. * Add support for unprivileged users to install the operator with Helm * Support experimental off-cluster access using Kubernetes Nginx Ingress * Add ability to configure Image Pull Secrets for all pods in Cluster Operator * Support for SASL PLAIN mechanism in Kafka Connect and Mirror Maker (for use with non-Strimzi Kafka cluster) For more details and the upgrade procedure, go to: https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.12.0-rc1 Thanks & Regards Jakub -------------- next part -------------- An HTML attachment was scrubbed... URL: From jakub at scholz.cz Wed Jun 5 12:42:44 2019 From: jakub at scholz.cz (Jakub Scholz) Date: Wed, 5 Jun 2019 14:42:44 +0200 Subject: [Strimzi] RC1 for Strimzi 0.12.0 In-Reply-To: References: Message-ID: And there is also an RC1 release of our Kafka Bridge with HTTP support which can be also used without the Strimzi Operator: https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.12.0-rc1 On Wed, Jun 5, 2019 at 2:33 PM Jakub Scholz wrote: > Hi, > > The Release Candidate 1 for the long overdue Strimzi 0.12.0 release is > now available. The main changes include: > * *Drop support for Kubernetes 1.9 and 1.10 and OpenShift 3.9 and 3.10. > Versions supported since Strimzi 0.12.0 are Kubernetes 1.11 and higher and > OpenShift 3.11 and higher. This was required because the CRD versioning and > CRD sub-resources support.* > * Added support for Kafka 2.2.0 and 2.1.1, dropped support for Kafka 2.0.0 > and 2.0.1 > * Persistent storage improvements > * Add resizing of persistent volumes > * Allow to specify different storage class for every broker > * Adding and removing volumes in Jbod Storage > * Custom Resources improvements > * New CRD version `v1beta1`. See documentation for more information > about upgrading from `v1alpha1` to `v1beta1`. > * Log at the warn level when a custom resource uses deprecated or > unknown properties > * Add initial support for the `status` sub-resource in the `Kafka` > custom resource > * Add support for [Strimzi Kafka Bridge]( > https://github.com/strimzi/strimzi-kafka-bridge) for HTTP protocol > * Reduce the number of container images needed to run Strimzi to just two: > `kafka` and `operator`. > * Add support for unprivileged users to install the operator with Helm > * Support experimental off-cluster access using Kubernetes Nginx Ingress > * Add ability to configure Image Pull Secrets for all pods in Cluster > Operator > * Support for SASL PLAIN mechanism in Kafka Connect and Mirror Maker (for > use with non-Strimzi Kafka cluster) > > For more details and the upgrade procedure, go to: > https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.12.0-rc1 > > Thanks & Regards > Jakub > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jakub at scholz.cz Sun Jun 9 19:34:30 2019 From: jakub at scholz.cz (Jakub Scholz) Date: Sun, 9 Jun 2019 21:34:30 +0200 Subject: [Strimzi] RC2 for Strimzi 0.12.0 Message-ID: The Release Candidates 2 of Strimzi Kafka Operators 0.12.0 and Strimzi Kafka Bridge 0.12.0 are now available. For more details and the upgrade procedure, go to: https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.12.0-rc2 and: https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.12.0-rc2 Thanks & Regards Jakub -------------- next part -------------- An HTML attachment was scrubbed... URL: From ppatiern at redhat.com Tue Jun 11 10:46:31 2019 From: ppatiern at redhat.com (Paolo Patierno) Date: Tue, 11 Jun 2019 12:46:31 +0200 Subject: [Strimzi] New Release Candidate 3 for the Strimzi Kafka Bridge Message-ID: Hi, the Release Candidates 3 of Strimzi Kafka Bridge 0.12.0 is now available. For more details, go to https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.12.0-rc3 Regards, Paolo. -- Paolo Patierno Principal Software Engineer, Messaging & IoT Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From acqua.csq at gmail.com Wed Jun 12 10:40:04 2019 From: acqua.csq at gmail.com (Shuiqiang Chen) Date: Wed, 12 Jun 2019 18:40:04 +0800 Subject: [Strimzi] Mount a configmap to kafka cluster Message-ID: Hi experts, There is such a scene that the metric reporter needs to read external configurations from a file stored in kafka brokers and will be refreshed periodically. Outside of the broker we would like to put the configurations into a configMap. So I wonder is there a way to mount a configMap to a kafka cluster resource as a file? Any help would be appreciated. Best, Acqua -------------- next part -------------- An HTML attachment was scrubbed... URL: From tbentley at redhat.com Mon Jun 17 12:56:57 2019 From: tbentley at redhat.com (Tom Bentley) Date: Mon, 17 Jun 2019 13:56:57 +0100 Subject: [Strimzi] [Release] Strimzi 0.12.0 Message-ID: Strimzi 0.12.0 has been released. The main changes include: - *Drop support for Kubernetes 1.9 and 1.10 and OpenShift 3.9 and 3.10. Versions supported since Strimzi 0.12.0 are Kubernetes 1.11 and higher and OpenShift 3.11 and higher. This was required because the CRD versioning and CRD subresources support. * - Added support for Kafka 2.2.0 and 2.1.1, dropped support for Kafka 2.0.0 and 2.0.1 - Persistent storage improvements: - Add resizing of persistent volumes - Allow to specify different storage class for every broker - Adding and removing volumes in Jbod Storage - Custom Resources improvements: - New CRD version `v1beta1`. See documentation for more information about upgrading from `v1alpha1` to `v1beta1`. - Log at the warn level when a custom resource uses deprecated or unknown properties - Add initial support for the `status` sub-resource in the `Kafka` custom resource - Add support for the Strimzi Kafka Bridge for HTTP protocol - Reduce the number of container images needed to run Strimzi to just two: `kafka` and `operator`. - Add support for unprivileged users to install the operator with Helm - Support experimental off-cluster access using Kubernetes Nginx Ingress - Add ability to configure Image Pull Secrets for all pods in Cluster Operator - Support for SASL PLAIN mechanism in Kafka Connect and Mirror Maker (for use with non-Strimzi Kafka cluster) For more details go to http://strimzi.io/ and/or https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.12.0 Thanks to everyone who contributed to this release. Kind regards, Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From tbentley at redhat.com Mon Jun 24 13:45:24 2019 From: tbentley at redhat.com (Tom Bentley) Date: Mon, 24 Jun 2019 14:45:24 +0100 Subject: [Strimzi] [Release] Strimzi 0.12.1 Message-ID: Strimzi 0.12.1 has been released. The only change in this release was to fix a bug in the maintenance window used for certificate operations #1728 For more details go to http://strimzi.io/ and/or https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.12.1 Thanks to everyone who contributed to this release. Kind regards, Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: