Task Summary
Bump the project version to 1.2.0-incubating on the release/v1.2 branch,
in preparation for the v1.2.0-incubating release.
Changes (on release/v1.2):
build.sbt: ThisBuild / version 1.1.0-incubating -> 1.2.0-incubating
bin/k8s/values.yaml: imageTag 1.1.0-incubating -> 1.2.0-incubating
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.2.0-incubatingon therelease/v1.2branch,in preparation for the v1.2.0-incubating release.
Changes (on
release/v1.2):build.sbt:ThisBuild / version1.1.0-incubating -> 1.2.0-incubatingbin/k8s/values.yaml:imageTag1.1.0-incubating -> 1.2.0-incubatingThe docker-compose bundle pins the image tag via
${IMAGE_TAG}at RC time, so no change is needed there.Task Type