The release notes currently say:
"Launcher: Re-allow multiple Quarto installs in Kubernetes execution environment configuration"
This isn't true. technically this is a breaking change between v0.14 and 0.14.1 but its really doesn't matter for this as only one person has been using it.
v0.14 introduced quarto support for execution environments Previously, unused keys were ignored. After this, if an array of quarto installations were provided, that would be an error.
v0.14.1 changes exec-env support of quarto to be an array meaning that if quarto was already specified in an array format in any versions < 0.14 those would work correctly.
The release notes currently say:
This isn't true. technically this is a breaking change between v0.14 and 0.14.1 but its really doesn't matter for this as only one person has been using it.
v0.14 introduced quarto support for execution environments Previously, unused keys were ignored. After this, if an array of quarto installations were provided, that would be an error.
v0.14.1 changes exec-env support of quarto to be an array meaning that if quarto was already specified in an array format in any versions < 0.14 those would work correctly.