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 config and timoni mod show readme commands print a module's #Config schema as CUE and its README to stdout, from a local path or an OCI artifact.
• The timoni build, timoni bundle build and timoni apply --diff commands keep Kubernetes Secret values out of the terminal, see bundle.
• Modules now declare their container image defaults in an images.cue file, and timoni mod push records them in the sh.timoni.images artifact annotation for image tracking and scanning.
• The timoni mod list and timoni artifact list commands resolve digests concurrently and are much faster.
• The 1Password integration docs show how to inject secrets into bundles with op run and --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 https://github.com/stefanprodan/timoni/pull/629
• feat(cli):Add --mask-secrets to build commands by @stefanprodan in https://github.com/stefanprodan/timoni/pull/630
• Add the Timoni agent skills and docs MCP Server by @stefanprodan in https://github.com/stefanprodan/timoni/pull/631
• build(deps):bump the ci group with 3 updates by @dependabot[bot] in https://github.com/stefanprodan/timoni/pull/628
• feat(oci):Resolve digests concurrently and add --limit to mod/artifact list by @stefanprodan in https://github.com/stefanprodan/timoni/pull/632
• refactor:Modernize code for Go 1.27 and add golangci-lint by @stefanprodan in https://github.com/stefanprodan/timoni/pull/633
• docs:Add 1Password secrets injection with op run by @stefanprodan in https://github.com/stefanprodan/timoni/pull/634
• feat(blueprint):container images ref standard by @stefanprodan in https://github.com/stefanprodan/timoni/pull/635
• feat(oci):Add the sh.timoni.images annotation to module artifacts by @stefanprodan in https://github.com/stefanprodan/timoni/pull/636
• feat(cli):add mod show readme and refactor mod show config by @stefanprodan in https://github.com/stefanprodan/timoni/pull/637
Full Changelog:https://github.com/stefanprodan/timoni/compare/v0.32.0...v0.33.0