33 lines
703 B
YAML
33 lines
703 B
YAML
# Tool versions configuration
|
|
# This file is used by both Dagger pipelines and Renovate for version management
|
|
|
|
# Core tools available in all images
|
|
core:
|
|
git: "2.45.2"
|
|
jq: "1.7.1"
|
|
yq: "4.44.3"
|
|
node20: "20.19.6"
|
|
node22: "22.21.1"
|
|
node24: "24.11.1"
|
|
|
|
# Specialized tools for custom images
|
|
tools:
|
|
kustomize:
|
|
version: "5.5.0"
|
|
description: "Kubernetes configuration customization tool"
|
|
|
|
dagger:
|
|
version: "0.19.8"
|
|
description: "Application delivery as code"
|
|
|
|
esphome:
|
|
version: "2025.11.2"
|
|
description: "ESPHome firmware builder"
|
|
|
|
zola:
|
|
version: "0.20.0"
|
|
description: "Static site generator"
|
|
|
|
yamllint:
|
|
version: "1.35.1"
|
|
description: "YAML linter"
|