| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| timoni_0.32.0_provenance.intoto.jsonl | 2026-08-16 | 22.4 kB | |
| timoni_0.32.0_checksums.txt | 2026-08-16 | 788 Bytes | |
| timoni_0.32.0_sbom.spdx.json | 2026-08-16 | 472.9 kB | |
| timoni_0.32.0_source_code.tar.gz | 2026-08-16 | 1.2 MB | |
| timoni_0.32.0_windows_amd64.zip | 2026-08-16 | 19.0 MB | |
| timoni_0.32.0_windows_arm64.zip | 2026-08-16 | 16.7 MB | |
| timoni_0.32.0_darwin_amd64.tar.gz | 2026-08-16 | 18.9 MB | |
| timoni_0.32.0_darwin_arm64.tar.gz | 2026-08-16 | 17.2 MB | |
| timoni_0.32.0_linux_amd64.tar.gz | 2026-08-16 | 18.6 MB | |
| timoni_0.32.0_linux_arm64.tar.gz | 2026-08-16 | 16.5 MB | |
| README.md | 2026-08-16 | 1.9 kB | |
| v0.32.0 source code.tar.gz | 2026-08-16 | 1.2 MB | |
| v0.32.0 source code.zip | 2026-08-16 | 1.6 MB | |
| Totals: 13 Items | 111.5 MB | 4 | |
Highlights
- The
timoni.sh/corepackage offers standard schemas for pod scheduling with anti-affinity presets and for Prometheus monitoring with ServiceMonitor and PodMonitor values. - Interrupted upgrades and uninstalls can now be resumed, as Timoni retains the instance record until the operation completes, see instance.
- The new
timoni artifact digestcommand resolves the digest of an artifact tag, and emits structured output with--output json|yamlfor AI Agents and CI automation.
Breaking changes
- The
#SecurityProfileschema introduced in v0.31.0 was renamed to#SecurityContextPreset, and its#PodSecurityContextinput from#Profileto#Preset.
What's Changed
- feat(api): Add Prometheus monitoring and pod affinity schemas by @stefanprodan in https://github.com/stefanprodan/timoni/pull/621
- fix(cli): Retain inventory until delete finalizes by @reneleonhardt in https://github.com/stefanprodan/timoni/pull/623
- feat(reconciler): Introduce pending state for in-flight upgrades by @reneleonhardt in https://github.com/stefanprodan/timoni/pull/622
- examples: Update redis to use
securityContextPresetby @stefanprodan in https://github.com/stefanprodan/timoni/pull/624 - feat(cli): Add
artifact digestcommand by @stefanprodan in https://github.com/stefanprodan/timoni/pull/626 - Update OTEL dependencies by @stefanprodan in https://github.com/stefanprodan/timoni/pull/627
Full Changelog: https://github.com/stefanprodan/timoni/compare/v0.31.0...v0.32.0