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 #621
- fix(cli): Retain inventory until delete finalizes by @reneleonhardt in #623
- feat(reconciler): Introduce pending state for in-flight upgrades by @reneleonhardt in #622
- examples: Update redis to use
securityContextPresetby @stefanprodan in #624 - feat(cli): Add
artifact digestcommand by @stefanprodan in #626 - Update OTEL dependencies by @stefanprodan in #627
Full Changelog: v0.31.0...v0.32.0