2025-10-07 11:20:26 +01:00

22 lines
607 B
Plaintext

# KCL Version configuration for podman taskserv
# Uses proper import from centralized schema definitions
import taskservs.version as schema
# Podman taskserv configuration
_version = schema.TaskservVersion {
name = "podman"
version = schema.Version {
current = "5.3.1"
source = "https://github.com/containers/podman/releases"
tags = "https://github.com/containers/podman/tags"
site = "https://podman.io"
# Pinned for stability
check_latest = True
grace_period = 86400
}
dependencies = []
}
# Output for dynamic cache system
_version