2.15.2
monaco-release-dt-bot
released this
23 Aug 09:37
·
70 commits
to main
since this release
What's Changed
Fixes extracted scope parameters possibly containing invalid characters after download.
The 'scope' parameter of a downloaded Setting is extracted into a parameter by Monaco - the ID of this parameter is based on the scope value.
In some cases the 'scope' contains dots - which Monaco wrongly interprets as referencing a nested value in the created parameter, which does not exist.
This version fixes this by normalizing any dots to underscores in the generated parameter's ID.
Due to an issue in our release process, this bugfix release is currently not available on Docker Hub!
We're sorry for this inconvenience and working on a fix.
Full Changelog: v2.15.1...v2.15.2