Skip to content

v0.3.6

Compare
Choose a tag to compare
@bcipriano bcipriano released this 12 Dec 20:03

To learn how to install and configure OpenCue, see our Getting Started guide.

IMPORTANT:
The database schema was updated with this release, please be sure to run the migrations on any existing database to pick up these changes. See Applying Database Migrations for more info.

In this release we also updated the spring boot dependencies which forced us to make some changes to the command line flags used when starting cuebot. To specify the database url, username and password for cuebot use the following flags:

--datasource.cue-data-source.jdbc-url
--datasource.cue-data-source.username
--datasource.cue-data-source.password

For more information, please see Deploying Cuebot.

Changes:

See More

This list of changes was auto generated.