Upgraded Cadence server (0.14.1->)0.15.1, web (3.18.1->)3.22.2, chart (0.12.1->)0.13.0.
Server is upgraded to the next minor version.
Web is upgraded to the latest stable (minor) version.
Chart version changed based on breaking changes is Cadence environment variables.
Why?
To converge towards latest stable version.
Additional context
Tested using a Kind Pipeline control plane with
cluster created using Cadence server 0.13.0,
helm upgraded Cadence to 0.14.1,
updated a node pool, deleted a cluster, created a cluster,
helm upgraded Cadence to 0.15.1,
updated a node pool, deleted a cluster, created a cluster,
deployed new cadence web,
queried workflows on Cadence web.
Notable changes:
Server: CASSANDRA_PORT env var changed to CASSANDRA_DB_PORT.
0.14.20.15.00.15.1
What's in this PR?
Upgraded Cadence server (0.14.1->)0.15.1, web (3.18.1->)3.22.2, chart (0.12.1->)0.13.0. Server is upgraded to the next minor version. Web is upgraded to the latest stable (minor) version. Chart version changed based on breaking changes is Cadence environment variables.
Why?
To converge towards latest stable version.
Additional context
Tested using a Kind Pipeline control plane with
Notable changes: Server:
CASSANDRA_PORT
env var changed toCASSANDRA_DB_PORT
. 0.14.2 0.15.0 0.15.1Web: default domain view queries all workflows (open and closed as well). 3.19.0 3.19.1 3.19.2 3.19.3 3.20.0 3.21.0 3.21.1 3.21.2 3.22.0 3.22.1 3.22.2
Checklist