| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| timoni_0.31.0_provenance.intoto.jsonl | 2026-08-11 | 22.5 kB | |
| timoni_0.31.0_checksums.txt | 2026-08-11 | 788 Bytes | |
| timoni_0.31.0_sbom.spdx.json | 2026-08-11 | 469.0 kB | |
| timoni_0.31.0_source_code.tar.gz | 2026-08-11 | 1.2 MB | |
| timoni_0.31.0_windows_amd64.zip | 2026-08-11 | 19.0 MB | |
| timoni_0.31.0_windows_arm64.zip | 2026-08-11 | 16.6 MB | |
| timoni_0.31.0_darwin_amd64.tar.gz | 2026-08-11 | 18.8 MB | |
| timoni_0.31.0_darwin_arm64.tar.gz | 2026-08-11 | 17.2 MB | |
| timoni_0.31.0_linux_amd64.tar.gz | 2026-08-11 | 18.5 MB | |
| timoni_0.31.0_linux_arm64.tar.gz | 2026-08-11 | 16.5 MB | |
| README.md | 2026-08-11 | 2.1 kB | |
| v0.31.0 source code.tar.gz | 2026-08-11 | 1.2 MB | |
| v0.31.0 source code.zip | 2026-08-11 | 1.6 MB | |
| Totals: 13 Items | 111.2 MB | 4 | |
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 https://github.com/stefanprodan/timoni/pull/612
- feat(cli): Add workdir flag for resolving CUE imports in bundles by @stefanprodan in https://github.com/stefanprodan/timoni/pull/613
- feat(cli): Add JSON and YAML output to list and push commands by @stefanprodan in https://github.com/stefanprodan/timoni/pull/614
- feat(runtime): Take ownership of existing resources by @stefanprodan in https://github.com/stefanprodan/timoni/pull/617
- build(deps): bump the ci group with 4 updates by @dependabot[bot] in https://github.com/stefanprodan/timoni/pull/616
- feat(api): Add restricted security context schemas by @stefanprodan in https://github.com/stefanprodan/timoni/pull/619
- fix(cli): Propagate bundle render output errors by @reneleonhardt in https://github.com/stefanprodan/timoni/pull/618
- feat(cli): Add tag filtering to artifact list command by @stefanprodan in https://github.com/stefanprodan/timoni/pull/620
Full Changelog: https://github.com/stefanprodan/timoni/compare/v0.30.0...v0.31.0