Today, we are excited to release Meltano version 1.39.1, which (among other things) adds various new settings that make it easier to customize Meltano UI and configure it for production:
To learn more about configuring Meltano UI for production, check out the brand new documentation
Excited to try it out?
To upgrade Meltano and your Meltano project to the latest version, navigate to your project directory, activate the appropriate virtual environment, and run meltano upgrade. This will upgrade the meltano package and apply any necessary changes to your project.
What else is new?
The list below (copied from the changelog) covers all of the changes made to Meltano since the release of v1.39.0 on July 8:
New
- #2141 Add
ui.session_cookie_domainsetting, to be used instead ofui.server_namewhen hostname matching is not desirable. - #2142 Let
discovery.ymlmanifest URL be overwritten usingdiscovery_urlsetting. - #2083 Add
ui.anonymous_readonlysetting to allow anonymous users read-only access whenui.authenticationis enabled. - #2108 Show icon with tooltip in UI when read-only mode is enabled
- #2120 Add
ui.logo_urlsetting to allow the customization of the logo shown in the top left of the Meltano UI interface.
Changes
- #2140 Only have
meltano uicomplain about missingui.server_name,ui.secret_keyandui.password_saltsettings whenui.authenticationis enabled - #2083 Stop allowing anonymous users read-only access when
ui.authenticationandui.readonlyare both enabled.