stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.44k stars 64 forks source link

Update `cuelang.org/go` to v0.9.0 #400

Closed stefanprodan closed 1 week ago

stefanprodan commented 3 weeks ago

This PR bumps CUE to v0.9.0 and adds the language version to all modules.

Breaking change

Starting with CUE v0.9 the cue.mod/module.cue file must contain the language version:

module: "<NAME>"
language: {
    version: "v0.9.0"
}

On hold, waiting for a resolution to https://github.com/cue-lang/cue/issues/3219