xuang7 opened a new pull request, #5410:
URL: https://github.com/apache/texera/pull/5410
### What changes were proposed in this PR?
`release/v1.2` was cut from `main`, so `main` advances to the next version
line. This bumps the project version from `1.1.0-incubating` to
`1.3.0-incubating` on `main`:
- `build.sbt`: `ThisBuild / version` → `1.3.0-incubating`
- `bin/k8s/values.yaml`: `imageTag` → `1.3.0-incubating`
- `frontend/package.json`: `version` → `1.3.0-incubating`
The docker-compose bundle pins the image tag via `${IMAGE_TAG}` at RC time,
so no change is needed there.
### Any related issues, documentation, or discussions?
Per the discussion on #5385: version bumps should target `main` and be
backported, rather than applied directly to a release branch (which would let
`main` and the release branch diverge). `release/v1.2` is already at
`1.2.0-incubating` (#5386), so `main` moves to `1.3.0-incubating`. When the
`1.3` line is later cut from `main`, the two will be in sync. Part of #5365.
### How was this PR tested?
Version-string-only change. Verified no other `1.1.0-incubating` occurrences
remain outside illustrative CI workflow / issue-template text.
### Was this PR authored or co-authored using generative AI tooling?
Co-authored with Claude Code (Opus 4.8) in compliance with ASF policy.
--
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]