Task Summary
Bump the version in the sbt, e.g.
// build.sbt
//...
.settings(
name := "texera",
version := "1.0.0", // version should be bumped
organization := "org.apache",
scalaVersion := "2.13.12",
publishMavenStyle := true
)
and the image tags, e.g.
// bin/single-node/docker-compose.yml
workflow-compiling-service:
image: apache/texera-workflow-compiling-service:latest // image tag should be bumped
Proposed Solution or Design
Change the version number in build.sbt, bin/single-node/docker-compose.yaml and bin/k8s/values.yaml to v1.1.0-incubating
Impact / Priority
(P2)Medium – useful enhancement
Affected Area
Other