Skip to content

Bump versions in the sbt and image tags to v1.1.0-incubating #4082

@bobbai00

Description

@bobbai00

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions