provisioning-catalog/providers/upcloud/nickel/version.ncl

26 lines
643 B
Text
Raw Normal View History

# UpCloud Provider Version Configuration
# Migrated from: provisioning/extensions/providers/upcloud/kcl/version.k
{
name = "upctl",
version = {
current = "3.26.0",
source = "https://github.com/UpCloudLtd/upcloud-cli/releases",
tags = "https://github.com/UpCloudLtd/upcloud-cli/tags",
site = "https://upcloudltd.github.io/upcloud-cli",
check_latest = true,
grace_period = 86400,
},
dependencies = [],
# Detection configuration to check if UpCloud CLI is installed
detector = {
method = "command",
command = "upctl version",
pattern = "Version:\\s+([\\d.]+)",
capture = "capture0",
},
}