33 lines
702 B
YAML
33 lines
702 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.18.1"
|
|
node22: "22.11.0"
|
|
node24: "24.0.0"
|
|
|
|
# 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.19.2"
|
|
description: "Static site generator"
|
|
|
|
yamllint:
|
|
version: "1.35.1"
|
|
description: "YAML linter"
|