bobbai00 opened a new issue, #4082:
URL: https://github.com/apache/texera/issues/4082

   ### Feature 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to