Cloudflow 2.3.0
📣 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
- Updates of akka and jackson. #1124 by @RayRoestenburg
- Upgrades #1123 by @RayRoestenburg
- Remove schema plugins #1122 by @RayRoestenburg
- Removed deprecated plugins. #1121 by @RayRoestenburg
- Akka grpc 2.1.2, fix for it tests. #1120 by @RayRoestenburg
- Remove spark & flink API, which is moved to cloudflow-contrib. #1119 by @RayRoestenburg
- Fixes #1118 by @RayRoestenburg
- Dependency updates. #1115 by @RayRoestenburg
- Support for ConfigMap volumes #1114 by @leozilla
- Version is not needed #1112 by @franciscolopezsancho
- removing version so it sets it to latest #1111 by @franciscolopezsancho
- fix: bumping up version #1108 by @franciscolopezsancho
- Fix namespace and operatorNamespace propagation #1105 by @andreaTP
- Force Java 8 in Docs pipeline #1104 by @andreaTP
- Fix javadocs publishing again #1103 by @andreaTP
- Fix yq syntax for java/scala docs generation #1102 by @andreaTP
- Move the Protocol version to a secret #1101 by @andreaTP
- List secrets instead of endpoints to validate the connection #1100 by @andreaTP
- Specify the operator namespace to constrain CLI's requests #1099 by @andreaTP
- Encode the protocol version in the CRD #1097 by @andreaTP
- Remove Experimental Akka Microservices deployment #1096 by @andreaTP
- Fix the check for the PVC's namespaces #1098 by @andreaTP
- User defined service-account for the streamlets #1095 by @andreaTP
- Option for the operator to control a single namespace #1094 by @andreaTP
- add image registry reference to https://dmp.fabric8.io/#registry #1085 by @michael-read
- Remove Whitesource #1091 by @andreaTP
- Install the CRD before the helm charts and remove the CRD creation from the operator #1090 by @andreaTP
- Link title fix #1087 by @thothmoses
🙇 Credits
Special thanks to the following contributors who helped with this release: @RayRoestenburg, @andreaTP, @franciscolopezsancho, @leozilla, @michael-read, @thothmoses and Cloudflow @lightbend