This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Cloudflow 2.0.22
📣 Cloudflow 2.0.22 released!
We are pleased to announce another release of Cloudflow! 🚀
This release features, among the others:
- generic ByteArray Inlet/Outlet thanks to @blublinsky
- easy debugging for streamlets in
runLocal
mode thanks to @franciscolopezsancho - configuration of container ports and support for port annotations by @RayRoestenburg and @franciscolopezsancho
- a new
configuration
command in the Cli to retrieve the current configuration thanks to @andreaTP
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
- Remove Streamlet configurations creation #945 by @andreaTP
- Use alpine moving tag for base images #947 by @andreaTP
- Index only current and remove development documentation #946 by @andreaTP
- Bump testcontainers #944 by @andreaTP
- Upgrade to Yq4 #942 by @andreaTP
- Remove component selector below TOC and Edit this page #938 by @rstento
- Fix search box #939 by @andreaTP
- Check scalafmt in CI #936 by @andreaTP
- Remove a bunch of intermediate releases from docs to avoid Antora OOM #935 by @andreaTP
- Implementing search for cloudflow.io docs #916 by @andreaTP
- Remove integration tests #934 by @andreaTP
- Fix installation instructions of the Spark operator #933 by @andreaTP
- Remove minor typos in documentation #931 by @andreaTP
- Add a flag to disable debug in runLocal #930 by @andreaTP
- adding container ports to akka streamlet through configuration, annotations for akka, spark and flink. #922 by @franciscolopezsancho
- Add ByteArray Inlet/Outlet, fixed some deprecated messages #907 by @blublinsky
- added params to LocalPlugin and docs #929 by @franciscolopezsancho
- Update whitesource results from CI #928 by @andreaTP
🙇 Credits
Special thanks to the following contributors who helped with this release: @andreaTP, @blublinsky, @franciscolopezsancho and @rstento
Kubectl plugin download links: