| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| timoni_0.33.0_provenance.intoto.jsonl | 2026-08-22 | 22.6 kB | |
| timoni_0.33.0_checksums.txt | 2026-08-22 | 788 Bytes | |
| timoni_0.33.0_sbom.spdx.json | 2026-08-22 | 476.9 kB | |
| timoni_0.33.0_source_code.tar.gz | 2026-08-22 | 1.3 MB | |
| timoni_0.33.0_windows_amd64.zip | 2026-08-22 | 19.3 MB | |
| timoni_0.33.0_windows_arm64.zip | 2026-08-22 | 16.9 MB | |
| timoni_0.33.0_darwin_amd64.tar.gz | 2026-08-22 | 19.2 MB | |
| timoni_0.33.0_darwin_arm64.tar.gz | 2026-08-22 | 17.5 MB | |
| timoni_0.33.0_linux_amd64.tar.gz | 2026-08-22 | 18.9 MB | |
| timoni_0.33.0_linux_arm64.tar.gz | 2026-08-22 | 16.8 MB | |
| README.md | 2026-08-22 | 2.7 kB | |
| v0.33.0 source code.tar.gz | 2026-08-22 | 1.3 MB | |
| v0.33.0 source code.zip | 2026-08-22 | 1.7 MB | |
| Totals: 13 Items | 113.2 MB | 6 | |
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.cue(timoni.sh) file, andtimoni mod pushrecords them in thesh.timoni.images(timoni.sh) artifact 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 https://github.com/stefanprodan/timoni/pull/629
- feat(cli): Add
--mask-secretsto 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
--limitto 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.imagesannotation to module artifacts by @stefanprodan in https://github.com/stefanprodan/timoni/pull/636 - feat(cli): add
mod show readmeand refactormod show configby @stefanprodan in https://github.com/stefanprodan/timoni/pull/637
Full Changelog: https://github.com/stefanprodan/timoni/compare/v0.32.0...v0.33.0