22 lines
685 B
Plaintext
22 lines
685 B
Plaintext
|
|
# KCL Version configuration for provisioning taskserv
|
||
|
|
# Uses proper import from centralized schema definitions
|
||
|
|
import taskservs.version as schema
|
||
|
|
|
||
|
|
# Provisioning tools taskserv configuration
|
||
|
|
_version = schema.TaskservVersion {
|
||
|
|
name = "provisioning"
|
||
|
|
version = schema.Version {
|
||
|
|
current = "2.0.0"
|
||
|
|
source = "https://github.com/provisioning-project/releases"
|
||
|
|
tags = "https://github.com/provisioning-project/tags"
|
||
|
|
site = "https://provisioning.local"
|
||
|
|
# Pinned for project stability
|
||
|
|
check_latest = True
|
||
|
|
grace_period = 86400
|
||
|
|
}
|
||
|
|
dependencies = ["nushell", "kcl", "sops", "age"]
|
||
|
|
}
|
||
|
|
|
||
|
|
# Output for dynamic cache system
|
||
|
|
_version
|