Highlights
- Timoni now ships an agent skill and a docs MCP server, enabling AI Agents to author modules, compose bundles and deploy apps across clusters.
- The new
timoni mod show configandtimoni mod show readmecommands print a module's#Configschema as CUE and its README to stdout, from a local path or an OCI artifact. - The
timoni build,timoni bundle buildandtimoni apply --diffcommands keep Kubernetes Secret values out of the terminal, see bundle. - Modules now declare their container image defaults in an
images.cuefile, andtimoni mod pushrecords them in thesh.timoni.imagesartifact annotation for image tracking and scanning. - The
timoni mod listandtimoni artifact listcommands resolve digests concurrently and are much faster. - The 1Password integration docs show how to inject secrets into bundles with
op runand--runtime-from-env. - The website has been migrated to Mintlify.
- Timoni is now built with Go 1.27.
What's Changed
- Migrate website to Mintlify by @stefanprodan in #629
- feat(cli): Add
--mask-secretsto build commands by @stefanprodan in #630 - Add the Timoni agent skills and docs MCP Server by @stefanprodan in #631
- build(deps): bump the ci group with 3 updates by @dependabot[bot] in #628
- feat(oci): Resolve digests concurrently and add
--limitto mod/artifact list by @stefanprodan in #632 - refactor: Modernize code for Go 1.27 and add golangci-lint by @stefanprodan in #633
- docs: Add 1Password secrets injection with op run by @stefanprodan in #634
- feat(blueprint): container images ref standard by @stefanprodan in #635
- feat(oci): Add the
sh.timoni.imagesannotation to module artifacts by @stefanprodan in #636 - feat(cli): add
mod show readmeand refactormod show configby @stefanprodan in #637
Full Changelog: v0.32.0...v0.33.0