| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| timoni_0.34.0_provenance.intoto.jsonl | 2026-08-30 | 22.5 kB | |
| timoni_0.34.0_checksums.txt | 2026-08-30 | 788 Bytes | |
| timoni_0.34.0_sbom.spdx.json | 2026-08-30 | 517.4 kB | |
| timoni_0.34.0_source_code.tar.gz | 2026-08-30 | 1.3 MB | |
| timoni_0.34.0_windows_amd64.zip | 2026-08-30 | 21.7 MB | |
| timoni_0.34.0_windows_arm64.zip | 2026-08-30 | 18.9 MB | |
| timoni_0.34.0_darwin_amd64.tar.gz | 2026-08-30 | 21.6 MB | |
| timoni_0.34.0_darwin_arm64.tar.gz | 2026-08-30 | 19.6 MB | |
| timoni_0.34.0_linux_amd64.tar.gz | 2026-08-30 | 21.2 MB | |
| timoni_0.34.0_linux_arm64.tar.gz | 2026-08-30 | 18.8 MB | |
| README.md | 2026-08-30 | 2.5 kB | |
| v0.34.0 source code.tar.gz | 2026-08-30 | 1.3 MB | |
| v0.34.0 source code.zip | 2026-08-30 | 1.7 MB | |
| Totals: 13 Items | 126.8 MB | 1 | |
Highlights
- The new
timoni bundle updatecommand brings Renovate/Dependabot-style automation to bundles, updating the module versions and digests according to the@timoni(update:...)policies declared on each module reference. - The
timoni mod vetcommand validates the rendered custom resources against their CRD schemas and CEL rules, see custom resource validation. - The
timoni mod vendor crdcommand can select kinds and versions with--kindand--version, list them with--list, and remove stale definitions with--prune, see custom resources. - The
timoni apply --diffandtimoni bundle apply --diffcommands exit with code 1 when drift is detected, allowing their use as drift checks in CI, see diff upgrade. - The Timoni GitHub Action installs the release matching the action ref and verifies the build provenance attestation with
gh attestation verify. - The Timoni agent skill can be installed with
gh skill install stefanprodan/timoni.
What's Changed
- refactor(e2e): Rework the e2e workflow to deploy the fleet bundle by @stefanprodan in https://github.com/stefanprodan/timoni/pull/638
- feat(cli): exit 1 when applying with
--diffto signal drift by @stefanprodan in https://github.com/stefanprodan/timoni/pull/640 - feat(action): Verify attestations and pin the version to the GitHub Action ref by @stefanprodan in https://github.com/stefanprodan/timoni/pull/641
- docs: add
gh skill installto agents guide by @stefanprodan in https://github.com/stefanprodan/timoni/pull/642 - feat(engine): vet resources against their CRD schemas and CEL rules by @stefanprodan in https://github.com/stefanprodan/timoni/pull/643
- feat(mod): add kind, version, list and prune flags to
mod vendor crdby @stefanprodan in https://github.com/stefanprodan/timoni/pull/644 - build(deps): bump the ci group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/stefanprodan/timoni/pull/639
- feat: add
bundle updatecommand for automating module version updates by @stefanprodan in https://github.com/stefanprodan/timoni/pull/645
Full Changelog: https://github.com/stefanprodan/timoni/compare/v0.33.0...v0.34.0