26 lines
624 B
Text
26 lines
624 B
Text
|
|
# Hetzner Cloud Provider Version Configuration
|
||
|
|
# Migrated from: provisioning/extensions/providers/hetzner/kcl/version.k
|
||
|
|
|
||
|
|
{
|
||
|
|
name = "hcloud",
|
||
|
|
|
||
|
|
version = {
|
||
|
|
current = "1.57.0",
|
||
|
|
source = "https://github.com/hetznercloud/cli/releases",
|
||
|
|
tags = "https://github.com/hetznercloud/cli/tags",
|
||
|
|
site = "https://github.com/hetznercloud/cli",
|
||
|
|
check_latest = true,
|
||
|
|
grace_period = 86400,
|
||
|
|
},
|
||
|
|
|
||
|
|
dependencies = [],
|
||
|
|
|
||
|
|
# Detection configuration to check if hcloud is installed
|
||
|
|
detector = {
|
||
|
|
method = "command",
|
||
|
|
command = "hcloud version",
|
||
|
|
pattern = "hcloud ([\\d.]+)",
|
||
|
|
capture = "capture0",
|
||
|
|
},
|
||
|
|
}
|