22 lines
660 B
Plaintext
22 lines
660 B
Plaintext
|
|
# 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
|