Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Releases: lightbend/cloudflow

Cloudflow 2.3.2

Choose a tag to compare

@github-actions github-actions released this 10 Aug 16:22
6187fbf

📣 Cloudflow 2.3.2 released!

We are pleased to announce another release of Cloudflow.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @thomasschoeftner, @scala-steward,and Cloudflow @lightbend

Cloudflow 2.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 16:32
793bffe

📣 Cloudflow 2.3.1 released!

We are pleased to announce another release of Cloudflow.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @franciscolopezsancho, and @sebastian-alfers

Cloudflow 2.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 17:41
83b9f57

📣 Cloudflow 2.3.0 released!

We are pleased to announce another release of Cloudflow.

The most notable change in this release is that Flink and Spark support, which was deprecated in the previous release, has now been removed. You do not have to use the CloudflowFlink and CloudflowSpark plugins anymore, when using CloudflowNativeFlink and CloudflowNativeSpark plugins. Please see the cloudflow contrib project for native Flink and Spark support.

The schema code generator plugin has been removed. See the examples how to configure the specific plugins for Avro and Protobuf. It is now a lot easier to use a different version of avro or protobuf with your Cloudflow project. The cloudflow-streamlets library does not depend on avro or protobuf anymore, the inlets, outlets, and codecs for avro and protobuf have been moved to cloudflow-avro and cloudflow-proto libraries.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @andreaTP, @franciscolopezsancho, @leozilla, @michael-read, @thothmoses and Cloudflow @lightbend

Cloudflow 2.2.2

Choose a tag to compare

@github-actions github-actions released this 10 Aug 19:12
da4cdcc

📣 Cloudflow 2.2.2 released!

We are pleased to announce another release of Cloudflow.

The helm charts for installing Cloudflow operator have been modified. The cluster-admin role is no longer required. Please make sure to install the Cloudflow Application CRD before using the helm charts.

The cluster role in the helm charts now specifies precisely which apiGroups, resources, and verbs are required, please see the ClusterRole used by the cloudflow-operator Service Account for more details.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg

Cloudflow 2.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 15:15
13c0cd6

📣 Cloudflow 2.2.0 released!

We are pleased to announce another release of Cloudflow.

Most notable changes:

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @andreaTP, @marcospereira, @michael-read, @thothmoses and Cloudflow @lightbend

Cloudflow 2.1.2

Choose a tag to compare

@andreaTP andreaTP released this 25 May 14:07
de8aec1

📣 Cloudflow 2.1.2 released!

We are pleased to announce another release of Cloudflow.

🤖 Maven integration and support, read more in the official docs: http://cloudflow.io/docs/current/develop/maven-support.html
🚂 Experimental support for deploying Cloudflow applications using the Akka Cloud Platform operator instead of the Cloudflow one

📗 What's Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @andreaTP, @debasishg, @franciscolopezsancho and Cloudflow @lightbend

Cloudflow 2.1.0

Choose a tag to compare

@github-actions github-actions released this 10 May 17:33
1d3e3f5

📣 Cloudflow 2.1.0 released!

We are pleased to announce another release of Cloudflow.

In 2.1.0 we have reorganized the way that Cloudflow interacts with Spark and Flink, to put more control into the hands of our users. These experimental features are opt-in in Cloudflow 2.1.0 with plans to make them permanent in the future.

We needed a more robust and production capable integration with Flink and Spark than we had to date. We wanted to allow our users to completely manage Flink and Spark and still create interconnected Cloudflow applications. We also wanted our users to be able to take advantage of Native Kubernetes integration in Flink 1.13. To that end we came up with cloudflow-contrib which allows Flink and Spark to be set up in a way that meets the demands of the customers.

We will release this via a three step release process: Experimental feature, Transitional feature, and finally the removal of support for the older third-party-operator way of managing Flink and Spark.

Please see the documentation for cloudflow-contrib here.

For existing users of Cloudflow 2.0.25 it is important to note that Cloudflow must be upgraded with the helm charts, as described in the documentation. The Cloudflow kubectl plugin must also be upgraded to 2.1.0 and existing applications must be rebuilt with the 2.1.0 sbt-cloudflow plugin.

Another notable change is that the ScalaTest dependency has been bumped to 3.2.3, which breaks source compatibility.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @Lockdain, @RayRoestenburg, @andreaTP, @debasishg and Cloudflow @lightbend

Cloudflow 2.0.25

Choose a tag to compare

@github-actions github-actions released this 30 Mar 10:39
e89c4a9

📣 Cloudflow 2.0.25 released!

We are pleased to announce another release of Cloudflow.
In this release we have switched to using the Fabric8 Kubernetes client in the Cloudflow operator. The Fabric8 Kubernetes client is a very active project and is used in many projects, widely supports Kubernetes and Openshift versions, and is supported by many contributors, which makes it a good choice for the future.

This release also contains a few fixes for reported issues.
The most notable fix is the reduction in size of the generated Cloudflow Application custom resource. It no longer contains the full definition of the schemas, greatly reducing the size of the resource.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @andreaTP, @franciscolopezsancho, @rstento, @unit7-0 and Cloudflow @lightbend

Cloudflow 2.0.24

Choose a tag to compare

@github-actions github-actions released this 15 Feb 20:19

📣 Cloudflow 2.0.24 released!

We are pleased to announce another release of Cloudflow.

This release features the bump of Flink to 1.10.3 and a new "one-liner" CLI installation script.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @andreaTP

Cloudflow 2.0.23

Choose a tag to compare

@github-actions github-actions released this 02 Feb 18:25
a573bf3

📣 Cloudflow 2.0.23 released!

We are pleased to announce another release of Cloudflow.
This is a technical release that includes various updates to the documentation and miscellaneous minor fixes.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @andreaTP, @franciscolopezsancho, @leozilla, @olofwalker, @rasummer

Kubectl plugin download links: