Task Summary
Bump the project version to 1.3.0-incubating on the release/v1.3 branch,
in preparation for the v1.3.0-incubating release.
Changes (on release/v1.3):
build.sbt: ThisBuild / version 1.3.0-incubating-SNAPSHOT -> 1.3.0-incubating
bin/k8s/values.yaml: imageTag 1.3.0-incubating-SNAPSHOT -> 1.3.0-incubating
frontend/package.json: version 1.3.0-incubating-SNAPSHOT -> 1.3.0-incubating
main then advances to 1.4.0-incubating-SNAPSHOT (same three files, plus the
version dropdown in .github/ISSUE_TEMPLATE/bug-template.yaml, which now also
gains a 1.3.0-incubating (release/v1.3) entry).
The docker-compose bundle pins the image tag via ${IMAGE_TAG} at RC time, so
no change is needed there.
Task Type
Task Summary
Bump the project version to
1.3.0-incubatingon therelease/v1.3branch,in preparation for the v1.3.0-incubating release.
Changes (on
release/v1.3):build.sbt:ThisBuild / version1.3.0-incubating-SNAPSHOT -> 1.3.0-incubatingbin/k8s/values.yaml:imageTag1.3.0-incubating-SNAPSHOT -> 1.3.0-incubatingfrontend/package.json:version1.3.0-incubating-SNAPSHOT -> 1.3.0-incubatingmain then advances to
1.4.0-incubating-SNAPSHOT(same three files, plus theversion dropdown in
.github/ISSUE_TEMPLATE/bug-template.yaml, which now alsogains a
1.3.0-incubating (release/v1.3)entry).The docker-compose bundle pins the image tag via
${IMAGE_TAG}at RC time, sono change is needed there.
Task Type