diff --git a/tasks/README.md b/tasks/README.md index 4676d562..575af589 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -12,7 +12,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching ## Supported Tool Versions - UDS CLI: 0.18.0 -- UDS Core: 0.29.0 +- UDS Core: 0.29.1 - K3D: 5.7.4 - Lula: 0.9.1 diff --git a/tasks/setup.yaml b/tasks/setup.yaml index b3c0edb9..bf90f012 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -11,7 +11,7 @@ tasks: version: description: The version of k3d-core-slim-dev to deploy # renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver - default: 0.29.0 + default: 0.29.1 snapshots: description: Whether to pull from the nightly snapshot repository default: "false" @@ -30,7 +30,7 @@ tasks: version: description: The version of k3d-core-demo to deploy # renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver - default: 0.29.0 + default: 0.29.1 snapshots: description: Whether to pull from the nightly snapshot repository default: "false"