22 lines
660 B
Plaintext
Raw Normal View History

2025-10-07 11:20:26 +01:00
# KCL Version configuration for polkadot-bootnode taskserv
# Uses proper import from centralized schema definitions
import taskservs.version as schema
# Polkadot bootnode taskserv configuration
_version = schema.TaskservVersion {
name = "polkadot-bootnode"
version = schema.Version {
current = "1.15.0"
source = "https://github.com/paritytech/polkadot/releases"
tags = "https://github.com/paritytech/polkadot/tags"
site = "https://polkadot.network"
# Pinned for network stability
check_latest = True
grace_period = 86400
}
dependencies = []
}
# Output for dynamic cache system
_version