Highlights
- Apps installed with Helm or kubectl can now be migrated to Timoni without downtime, see taking ownership of existing resources.
- The
timoni.sh/corepackage offers standard security context schemas hardened by default. - The OCI archive produced by
timoni mod buildcan be pushed to a registry withtimoni mod pushwithout re-packaging the source module, see building modules without a registry. - The
timoni artifact listhas been improved for AI Agents and CI automation: tags can be filtered with--filter-regexand--filter-semver, and the result can be printed as JSON with the--outputflag.
What's Changed
- feat(oci): Push pre-built module OCI archives by @reneleonhardt in #612
- feat(cli): Add workdir flag for resolving CUE imports in bundles by @stefanprodan in #613
- feat(cli): Add JSON and YAML output to list and push commands by @stefanprodan in #614
- feat(runtime): Take ownership of existing resources by @stefanprodan in #617
- build(deps): bump the ci group with 4 updates by @dependabot[bot] in #616
- feat(api): Add restricted security context schemas by @stefanprodan in #619
- fix(cli): Propagate bundle render output errors by @reneleonhardt in #618
- feat(cli): Add tag filtering to artifact list command by @stefanprodan in #620
Full Changelog: v0.30.0...v0.31.0