diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5ffdc3..fce0dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: default: false env: - DAGGER_VERSION: "0.20.3" + DAGGER_VERSION: "0.20.5" jobs: discover: @@ -80,7 +80,7 @@ jobs: validate: needs: discover - runs-on: dagger-v0.20.3 + runs-on: dagger-v0.20.5 steps: - uses: actions/checkout@v6 @@ -139,7 +139,7 @@ jobs: test-modules: needs: [discover, validate] - runs-on: dagger-v0.20.3 + runs-on: dagger-v0.20.5 permissions: contents: read id-token: write @@ -218,7 +218,7 @@ jobs: test-agents: needs: [discover, validate] if: ${{ fromJson(needs.discover.outputs.agent_tests)[0] != null }} - runs-on: dagger-v0.20.3 + runs-on: dagger-v0.20.5 permissions: contents: read id-token: write @@ -295,7 +295,7 @@ jobs: test-angie-github-issue: needs: [validate] - runs-on: dagger-v0.20.3 + runs-on: dagger-v0.20.5 permissions: contents: read steps: @@ -355,7 +355,7 @@ jobs: release: needs: [discover, test-modules, test-agents, test-angie-github-issue] if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' - runs-on: dagger-v0.20.3 + runs-on: dagger-v0.20.5 permissions: contents: write steps: diff --git a/README.md b/README.md index fed95ba..b85d131 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/telchak/daggerverse/actions/workflows/ci.yml/badge.svg)](https://github.com/telchak/daggerverse/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) -[![Dagger](https://img.shields.io/badge/Dagger-v0.20.3-1a1a2e.svg)](https://dagger.io) +[![Dagger](https://img.shields.io/badge/Dagger-v0.20.5-1a1a2e.svg)](https://dagger.io) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=telchak_daggerverse&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=telchak_daggerverse) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=telchak_daggerverse&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=telchak_daggerverse) diff --git a/angie/dagger.json b/angie/dagger.json index 722e72a..cc54d9c 100644 --- a/angie/dagger.json +++ b/angie/dagger.json @@ -1,7 +1,7 @@ { "name": "angie", "description": "AI-powered Angular development agent with MCP integration", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" }, diff --git a/angular/dagger.json b/angular/dagger.json index 3023bee..9fad9d3 100644 --- a/angular/dagger.json +++ b/angular/dagger.json @@ -1,7 +1,7 @@ { "name": "angular", "description": "Angular build, lint, test, and serve utilities for Dagger pipelines", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/calver/dagger.json b/calver/dagger.json index 760132c..59a4782 100644 --- a/calver/dagger.json +++ b/calver/dagger.json @@ -1,7 +1,7 @@ { "name": "calver", "description": "Calendar Versioning (CalVer) utilities for generating date-based version strings", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/dagger-mcp/dagger.json b/dagger-mcp/dagger.json index b81d920..024dd58 100644 --- a/dagger-mcp/dagger.json +++ b/dagger-mcp/dagger.json @@ -1,7 +1,7 @@ { "name": "dagger-mcp", "description": "MCP server for Dagger engine introspection — learn schema, run GraphQL queries, and get SDK guidance", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/daggie/dagger.json b/daggie/dagger.json index a9c31a2..cd1b0de 100644 --- a/daggie/dagger.json +++ b/daggie/dagger.json @@ -1,7 +1,7 @@ { "name": "daggie", "description": "AI-powered Dagger CI specialist agent for creating, explaining, and debugging Dagger modules and pipelines", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" }, diff --git a/gcp-artifact-registry/dagger.json b/gcp-artifact-registry/dagger.json index 318be87..f00dc66 100644 --- a/gcp-artifact-registry/dagger.json +++ b/gcp-artifact-registry/dagger.json @@ -1,7 +1,7 @@ { "name": "gcp-artifact-registry", "description": "Google Cloud Artifact Registry operations for publishing and managing container images", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/gcp-auth/dagger.json b/gcp-auth/dagger.json index f99dced..4f71030 100644 --- a/gcp-auth/dagger.json +++ b/gcp-auth/dagger.json @@ -1,7 +1,7 @@ { "name": "gcp-auth", "description": "GCP authentication utilities for Dagger pipelines using service accounts and OIDC", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" }, diff --git a/gcp-cloud-run/dagger.json b/gcp-cloud-run/dagger.json index b02dda1..fca5178 100644 --- a/gcp-cloud-run/dagger.json +++ b/gcp-cloud-run/dagger.json @@ -1,7 +1,7 @@ { "name": "gcp-cloud-run", "description": "Google Cloud Run deployment utilities for services and jobs", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/gcp-firebase/dagger.json b/gcp-firebase/dagger.json index 6f16471..8b03c28 100644 --- a/gcp-firebase/dagger.json +++ b/gcp-firebase/dagger.json @@ -1,7 +1,7 @@ { "name": "gcp-firebase", "description": "Firebase Hosting deployment utilities for Dagger pipelines", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/gcp-vertex-ai/dagger.json b/gcp-vertex-ai/dagger.json index 89dfb09..f79f3f1 100644 --- a/gcp-vertex-ai/dagger.json +++ b/gcp-vertex-ai/dagger.json @@ -1,7 +1,7 @@ { "name": "gcp-vertex-ai", "description": "Google Cloud Vertex AI operations for deploying and managing ML models", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/goose/dagger.json b/goose/dagger.json index f3174f5..4c898df 100644 --- a/goose/dagger.json +++ b/goose/dagger.json @@ -1,7 +1,7 @@ { "name": "goose", "description": "AI-powered GCP deployment, troubleshooting, and operations agent", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" }, diff --git a/health-check/dagger.json b/health-check/dagger.json index 760985b..afd91b3 100644 --- a/health-check/dagger.json +++ b/health-check/dagger.json @@ -1,7 +1,7 @@ { "name": "health-check", "description": "Container health checking utilities with HTTP, TCP, and exec probes", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/monty/dagger.json b/monty/dagger.json index a3a4d0a..b18e30b 100644 --- a/monty/dagger.json +++ b/monty/dagger.json @@ -1,7 +1,7 @@ { "name": "monty", "description": "AI-powered Python development agent with MCP integration", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" }, diff --git a/oidc-token/dagger.json b/oidc-token/dagger.json index 3dfa7b4..cbd974f 100644 --- a/oidc-token/dagger.json +++ b/oidc-token/dagger.json @@ -1,7 +1,7 @@ { "name": "oidc-token", "description": "Universal OIDC token handling for GitHub Actions, GitLab CI, and CircleCI", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/python-build/dagger.json b/python-build/dagger.json index c1988aa..bf5c631 100644 --- a/python-build/dagger.json +++ b/python-build/dagger.json @@ -1,7 +1,7 @@ { "name": "python-build", "description": "Python build, lint, test, and typecheck utilities for Dagger pipelines", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/semver/dagger.json b/semver/dagger.json index 917811f..2338929 100644 --- a/semver/dagger.json +++ b/semver/dagger.json @@ -1,7 +1,7 @@ { "name": "semver", "description": "Semantic Versioning utilities with Conventional Commits support for automated releases", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" } diff --git a/speck/dagger.json b/speck/dagger.json index 227f913..1b82050 100644 --- a/speck/dagger.json +++ b/speck/dagger.json @@ -1,7 +1,7 @@ { "name": "speck", "description": "AI-powered spec-driven development agent that decomposes prompts and GitHub issues into structured, agent-assignable task lists", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" }, diff --git a/tests/dagger.json b/tests/dagger.json index 46e8c23..235b018 100644 --- a/tests/dagger.json +++ b/tests/dagger.json @@ -1,6 +1,6 @@ { "name": "tests", - "engineVersion": "v0.20.3", + "engineVersion": "v0.20.5", "sdk": { "source": "python" },