Skip to content

Releases: lightbend/cloudflow

Cloudflow 2.0.22

18 Jan 09:34
d5b1979
Compare
Choose a tag to compare

📣 Cloudflow 2.0.22 released!

We are pleased to announce another release of Cloudflow! 🚀
This release features, among the others:

NOTE
Starting from this release the Cli becomes more and more the ultimate owner of the configuration of the streamlets.
Some configuration logic has been moved from the operator to the Cli, but keeping most of the retrocompatibility:

operator >= 2.0.13 operator >= 2.0.22
kubectl_cloudflow >=2.0.22
kubectl_cloudflow >=2.0.13

Basically, if you upgrade the operator you need to upgrade the Cli as well. User applications are not affected.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @andreaTP, @blublinsky, @franciscolopezsancho and @rstento

Kubectl plugin download links:

Cloudflow 2.0.21

18 Dec 13:10
a7f3251
Compare
Choose a tag to compare

📣 Cloudflow 2.0.21 released!

We are pleased to announce another release of Cloudflow.

This release introduces an easy way to configure logging in the applications, adds documentation on how to use a debugger in cloudflow applications (thanks to @franciscolopezsancho ) and, fixes a couple of minor regressions introduced in 2.0.20 in the operator and the cli.

📗 What’s Changed

🙇 Credits

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

Kubectl plugin download links:

Cloudflow 2.0.20

11 Dec 15:04
841d886
Compare
Choose a tag to compare

📣 Cloudflow 2.0.20 released! 📣

We are pleased to announce another release of Cloudflow!

This release features improved stability in the operator, a few minor bug fixes, and two major features:

🤖 Deprecation of runtime base images
From now on Docker images are going to be built on top of standard adoptopenjdk/openjdk8 and this gives additional flexibility for customization.
Runtime specific base images usage has been deprecated (e.g. cloudflowFlinkBaseImage), if you are still using those simply add additional instructions to extraDockerInstructions.

🚀 New kubectl-cloudflow plugin
With this release, we ship a new kubectl plugin with additional features!

  • Improved output formats: you can tweak the output by using the option -o or --output (or the KUBECTL_CLOUDFLOW_OUTPUT_FORMAT environment variable) available options are:c or classic (the previous cli output), t or table(the new default for improved human readability), json and yaml
  • Improved debugging capabilities: using -v or --log-level you can tweak the internal logging level of the cli itself
  • Improved configuration validations and error handling (try it out! 🤓 )

NOTE: From the utilization perspective, nothing changes apart from the need for an = sign in between the streamlet name and the number of replicas in the scale subcommand.

📗 What’s Changed

🙇 Credits

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

Kubectl plugin download links:

Cloudflow 2.0.19

27 Nov 19:52
698f995
Compare
Choose a tag to compare

📣 Cloudflow 2.0.19 released!

We are pleased to announce another release of Cloudflow.

Streamlet inlets now automatically skip and log decoding errors.
It is possible to modify this behavior by using withErrorHandler on an inlet.
EmbeddedKafka does not work with Kafka 2.6+, so runLocal now uses testcontainers instead. It's also possible to use runLocalKafka sbt setting to runLocal against an existing Kafka cluster.
Cloudflow now supports sbt 1.4.x, all projects are now using sbt 1.4.4 and projects are cross-compiled to Scala 2.12 and Scala 2.13.

This patch release also fixes two issues that have been reported in 2.0.18.

📗 What’s Changed

🙇 Credits

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

Kubectl plugin download links:

Cloudflow 2.0.18

19 Nov 17:26
50f22f2
Compare
Choose a tag to compare

📣 Cloudflow 2.0.18 released!

We are pleased to announce another release of Cloudflow.

Some important changes:

  • increasing memory to be able to handle more applications.
  • fix: reconciling with secrets after handling exceptions on unstable Kubernetes clusters.

📗 What’s Changed

🙇 Credits

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

Kubectl plugin download links:

Cloudflow 2.0.14

13 Nov 09:24
b0d470d
Compare
Choose a tag to compare

📣 Cloudflow 2.0.14 released!

We are pleased to announce another release of Cloudflow.

Among other things this release makes the operator handle some issues in underprovisioned environments

📗 What’s Changed

🙇 Credits

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

Kubectl plugin download links:

Cloudflow 2.0.13

09 Nov 18:19
Compare
Choose a tag to compare

📣 Cloudflow 2.0.13 released!

We are pleased to announce another release of Cloudflow.

Please find the release notes at https://github.com/lightbend/cloudflow/blob/master/release-notes/cloudflow-2.0.13.md

📗 What’s Changed

🙇 Credits

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

Kubectl plugin download links:

Cloudflow 2.0.12

29 Oct 16:49
Compare
Choose a tag to compare

📣 Cloudflow 2.0.12 released!

We are pleased to announce another release of Cloudflow.

Please find the release notes at https://github.com/lightbend/cloudflow/blob/master/release-notes/cloudflow-2.0.12.md

📗 What’s Changed

🙇 Credits

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

Kubectl plugin download links:

Cloudflow 2.0.11

15 Oct 16:52
51544d5
Compare
Choose a tag to compare

📣 Cloudflow 2.0.11 released!

We are pleased to announce another release of Cloudflow.

Please find the release notes at https://github.com/lightbend/cloudflow/blob/master/release-notes/cloudflow-2.0.11.md
Cloudflow is installed with helm charts. Please see Cloudflow Administration Tasks.

📗 What’s Changed

🎯 Dependencies

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @andreaTP, @blublinsky, @ennru, @franciscolopezsancho, @ignasi35, @justinhj, @patriknw, @raboof, @seglo and @thomasschoeftner

Kubectl plugin download links:

Cloudflow 2.0.10

08 Sep 16:49
Compare
Choose a tag to compare

📣 Cloudflow 2.0.10 released!

We are pleased to announce another release of Cloudflow.

Please find the release notes at https://github.com/lightbend/cloudflow/blob/master/release-notes/cloudflow-2.0.10.md
Cloudflow is now installed with helm charts. Please see Cloudflow Administration Tasks.

📗 What’s Changed

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @RoryStokes, @blublinsky, @ennru, @franciscolopezsancho, @justinhj, @olofwalker, @raboof and @tringuyen-yw

Kubectl plugin download links: