From f612e646d7fe8abc272bf7fc8b02e160e5d8c067 Mon Sep 17 00:00:00 2001 From: Erik Sipsma Date: Thu, 20 Feb 2025 08:01:11 -0800 Subject: [PATCH] chore: bump internal tooling to v0.16.1 (#9635) Signed-off-by: Erik Sipsma --- .dagger/go.mod | 2 +- .dagger/go.sum | 1 - .github/actions/call/action.yml | 2 +- .github/dagger.json | 5 +- .github/main.go | 2 +- .../_dagger_on_depot_remote_engine.yml | 2 +- .../_dagger_on_magicache_remote_engine.yml | 2 +- .../_dagger_on_namespace_remote_engine.yml | 2 +- .github/workflows/_dagger_on_x1_nvme.yml | 2 +- .github/workflows/_dagger_on_x1_tmpfs.yml | 2 +- .github/workflows/benchmark-engine.yml | 2 +- .github/workflows/daggerverse-preview.gen.yml | 4 +- .github/workflows/docs.gen.yml | 4 +- .github/workflows/engine-cli.gen.yml | 44 ++++++++--------- .github/workflows/github.gen.yml | 4 +- .github/workflows/helm.gen.yml | 2 +- .github/workflows/publish.yml | 4 +- .github/workflows/sdks.gen.yml | 48 +++++++++---------- dagger.json | 8 ++-- dagql/idtui/viztest/dagger.json | 3 +- dagql/idtui/viztest/python/dagger.json | 3 +- dagql/idtui/viztest/typescript/dagger.json | 3 +- go.mod | 4 +- modules/alpine/dagger.json | 3 +- modules/compatcheck/dagger.json | 5 +- modules/daggerverse/dagger.json | 3 +- modules/dirdiff/dagger.json | 3 +- modules/gha/dagger.json | 3 +- modules/gha/examples/go/dagger.json | 3 +- modules/go/dagger.json | 3 +- modules/golangci/dagger.json | 3 +- modules/graphql/dagger.json | 3 +- modules/markdown/dagger.json | 3 +- modules/ps-analyzer/dagger.json | 3 +- modules/ruff/dagger.json | 3 +- modules/shellcheck/dagger.json | 3 +- modules/wolfi/dagger.json | 3 +- releaser/dagger.json | 5 +- sdk/dotnet/dev/dagger.json | 3 +- sdk/elixir/dev/dagger.json | 3 +- sdk/java/runtime/dagger.json | 3 +- sdk/php/dagger.json | 6 +-- sdk/php/dev/dagger.json | 3 +- sdk/python/dev/dagger.json | 13 +++-- sdk/python/runtime/dagger.json | 3 +- sdk/typescript/dev/dagger.json | 3 +- sdk/typescript/dev/node/dagger.json | 3 +- sdk/typescript/runtime/dagger.json | 3 +- version/dagger.json | 3 +- 49 files changed, 111 insertions(+), 139 deletions(-) diff --git a/.dagger/go.mod b/.dagger/go.mod index 10e2d965575..7fdafe0e272 100644 --- a/.dagger/go.mod +++ b/.dagger/go.mod @@ -2,7 +2,7 @@ module github.com/dagger/dagger/.dagger go 1.23.2 -require github.com/dagger/dagger/engine/distconsts v0.15.4 +require github.com/dagger/dagger/engine/distconsts v0.16.1 replace github.com/dagger/dagger/engine/distconsts => ../engine/distconsts diff --git a/.dagger/go.sum b/.dagger/go.sum index 9301347d522..c05a7338a9c 100644 --- a/.dagger/go.sum +++ b/.dagger/go.sum @@ -426,7 +426,6 @@ github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/toqueteos/webbrowser v1.2.0/go.mod h1:XWoZq4cyp9WeUeak7w7LXRUQf1F1ATJMir8RTqb4ayM= -github.com/vektah/gqlparser v1.1.2 h1:ZsyLGn7/7jDNI+y4SEhI4yAxRChlv15pUHMjijT+e68= github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw= github.com/vektah/gqlparser/v2 v2.5.21 h1:Zw1rG2dr1pRR4wqwbVq4d6+xk2f4ut/yo+hwr4QjE08= github.com/vektah/gqlparser/v2 v2.5.21/go.mod h1:xMl+ta8a5M1Yo1A1Iwt/k7gSpscwSnHZdw7tfhEGfTM= diff --git a/.github/actions/call/action.yml b/.github/actions/call/action.yml index 5da4939918d..d6b1e805f9a 100644 --- a/.github/actions/call/action.yml +++ b/.github/actions/call/action.yml @@ -13,7 +13,7 @@ inputs: version: description: "Dagger version to run against" - default: "v0.15.4" + default: "v0.16.1" required: false dev-engine: diff --git a/.github/dagger.json b/.github/dagger.json index a732726a514..f45842ad374 100644 --- a/.github/dagger.json +++ b/.github/dagger.json @@ -1,6 +1,6 @@ { "name": "ci", - "engineVersion": "v0.15.4", + "engineVersion": "v0.16.1", "sdk": { "source": "go" }, @@ -13,6 +13,5 @@ "name": "gha", "source": "../modules/gha" } - ], - "source": "." + ] } diff --git a/.github/main.go b/.github/main.go index 4a540207cad..83da122c986 100644 --- a/.github/main.go +++ b/.github/main.go @@ -9,7 +9,7 @@ import ( ) const ( - daggerVersion = "v0.15.4" + daggerVersion = "v0.16.1" upstreamRepository = "dagger/dagger" defaultRunner = "ubuntu-latest" publicToken = "dag_dagger_sBIv6DsjNerWvTqt2bSFeigBUqWxp9bhh3ONSSgeFnw" diff --git a/.github/workflows/_dagger_on_depot_remote_engine.yml b/.github/workflows/_dagger_on_depot_remote_engine.yml index b6728fc1eab..d981ebfa39a 100644 --- a/.github/workflows/_dagger_on_depot_remote_engine.yml +++ b/.github/workflows/_dagger_on_depot_remote_engine.yml @@ -15,7 +15,7 @@ on: dagger: description: "Dagger version" type: string - default: "0.15.4" + default: "0.16.1" required: false ubuntu: description: "Ubuntu version" diff --git a/.github/workflows/_dagger_on_magicache_remote_engine.yml b/.github/workflows/_dagger_on_magicache_remote_engine.yml index 1e9e865a445..0b4871e67a3 100644 --- a/.github/workflows/_dagger_on_magicache_remote_engine.yml +++ b/.github/workflows/_dagger_on_magicache_remote_engine.yml @@ -16,7 +16,7 @@ jobs: remote-dagger-engine: if: ${{ github.repository == 'dagger/dagger' }} runs-on: - - 'dagger-g3-v0-15-4-16c-st-magic' + - 'dagger-g3-v0-16-1-16c-st-magic' timeout-minutes: ${{ inputs.timeout }} steps: - name: Checkout repo diff --git a/.github/workflows/_dagger_on_namespace_remote_engine.yml b/.github/workflows/_dagger_on_namespace_remote_engine.yml index 62c629c6473..a5349791122 100644 --- a/.github/workflows/_dagger_on_namespace_remote_engine.yml +++ b/.github/workflows/_dagger_on_namespace_remote_engine.yml @@ -20,7 +20,7 @@ on: dagger: description: "Dagger version" type: string - default: "0.15.4" + default: "0.16.1" required: false ubuntu: description: "Ubuntu version" diff --git a/.github/workflows/_dagger_on_x1_nvme.yml b/.github/workflows/_dagger_on_x1_nvme.yml index b96d145ee3d..c7f5db938a9 100644 --- a/.github/workflows/_dagger_on_x1_nvme.yml +++ b/.github/workflows/_dagger_on_x1_nvme.yml @@ -19,7 +19,7 @@ on: jobs: remote-dagger-engine-nvme: if: ${{ github.repository == 'dagger/dagger' }} - runs-on: dagger-x1-v0-15-4-16c-nvme-${{ inputs.nvme }} + runs-on: dagger-x1-v0-16-1-16c-nvme-${{ inputs.nvme }} timeout-minutes: ${{ inputs.timeout }} steps: - name: Checkout repo diff --git a/.github/workflows/_dagger_on_x1_tmpfs.yml b/.github/workflows/_dagger_on_x1_tmpfs.yml index 65b964733a2..3432504b4eb 100644 --- a/.github/workflows/_dagger_on_x1_tmpfs.yml +++ b/.github/workflows/_dagger_on_x1_tmpfs.yml @@ -15,7 +15,7 @@ on: jobs: remote-dagger-engine-tmpfs: if: ${{ github.repository == 'dagger/dagger' }} - runs-on: dagger-x1-v0-15-4-16c-tmpfs-1 + runs-on: dagger-x1-v0-16-1-16c-tmpfs-1 timeout-minutes: ${{ inputs.timeout }} steps: - name: Checkout repo diff --git a/.github/workflows/benchmark-engine.yml b/.github/workflows/benchmark-engine.yml index 2e8dd5cb194..c98e17e6356 100644 --- a/.github/workflows/benchmark-engine.yml +++ b/.github/workflows/benchmark-engine.yml @@ -23,7 +23,7 @@ jobs: benchdev: if: ${{ github.repository == 'dagger/dagger' && (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'benchmark')) }} runs-on: - - 'dagger-g3-v0-15-4-16c-st-benchmark' + - 'dagger-g3-v0-16-1-16c-st-benchmark' timeout-minutes: 10 steps: - name: Checkout repo diff --git a/.github/workflows/daggerverse-preview.gen.yml b/.github/workflows/daggerverse-preview.gen.yml index a3ca5f0bd53..0f969398b1c 100644 --- a/.github/workflows/daggerverse-preview.gen.yml +++ b/.github/workflows/daggerverse-preview.gen.yml @@ -17,7 +17,7 @@ concurrency: jobs: deploy: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: deploy steps: - name: Checkout @@ -51,7 +51,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine diff --git a/.github/workflows/docs.gen.yml b/.github/workflows/docs.gen.yml index c2885631444..d417c9f667f 100644 --- a/.github/workflows/docs.gen.yml +++ b/.github/workflows/docs.gen.yml @@ -19,7 +19,7 @@ concurrency: jobs: docs: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: docs steps: - name: Checkout @@ -53,7 +53,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine diff --git a/.github/workflows/engine-cli.gen.yml b/.github/workflows/engine-cli.gen.yml index 9370e4d7422..2fdb09a41fe 100644 --- a/.github/workflows/engine-cli.gen.yml +++ b/.github/workflows/engine-cli.gen.yml @@ -19,7 +19,7 @@ concurrency: jobs: cli-test-publish: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: cli-test-publish steps: - name: Checkout @@ -53,7 +53,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -208,7 +208,7 @@ jobs: timeout-minutes: 20 engine-lint: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-16c-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-16c-st' || 'ubuntu-latest' }} name: engine-lint steps: - name: Checkout @@ -242,7 +242,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -397,7 +397,7 @@ jobs: timeout-minutes: 20 engine-test-publish: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: engine-test-publish steps: - name: Checkout @@ -431,7 +431,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -586,7 +586,7 @@ jobs: timeout-minutes: 20 scan-engine: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: scan-engine steps: - name: Checkout @@ -620,7 +620,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -775,7 +775,7 @@ jobs: timeout-minutes: 20 scripts-lint: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: scripts-lint steps: - name: Checkout @@ -809,7 +809,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -998,7 +998,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1164,7 +1164,7 @@ jobs: timeout-minutes: 30 test-cli-engine: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-16c-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-16c-st' || 'ubuntu-latest' }} name: test-cli-engine steps: - name: Checkout @@ -1198,7 +1198,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1361,7 +1361,7 @@ jobs: timeout-minutes: 30 test-everything-else: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-32c-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-32c-st' || 'ubuntu-latest' }} name: test-everything-else steps: - name: Checkout @@ -1395,7 +1395,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1558,7 +1558,7 @@ jobs: timeout-minutes: 30 test-module-runtimes: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-16c-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-16c-st' || 'ubuntu-latest' }} name: test-module-runtimes steps: - name: Checkout @@ -1592,7 +1592,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1755,7 +1755,7 @@ jobs: timeout-minutes: 30 test-modules: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-16c-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-16c-st' || 'ubuntu-latest' }} name: test-modules steps: - name: Checkout @@ -1789,7 +1789,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1952,7 +1952,7 @@ jobs: timeout-minutes: 30 testdev-container: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-32c-dind-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-32c-dind-st' || 'ubuntu-latest' }} name: testdev-container steps: - name: Checkout @@ -2203,7 +2203,7 @@ jobs: timeout-minutes: 30 testdev-module-runtimes: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-32c-dind-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-32c-dind-st' || 'ubuntu-latest' }} name: testdev-module-runtimes steps: - name: Checkout @@ -2454,7 +2454,7 @@ jobs: timeout-minutes: 30 testdev-modules: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-32c-dind-st' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-32c-dind-st' || 'ubuntu-latest' }} name: testdev-modules steps: - name: Checkout diff --git a/.github/workflows/github.gen.yml b/.github/workflows/github.gen.yml index 6568998cf9d..2669e12f198 100644 --- a/.github/workflows/github.gen.yml +++ b/.github/workflows/github.gen.yml @@ -19,7 +19,7 @@ concurrency: jobs: github: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: Github steps: - name: Checkout @@ -53,7 +53,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine diff --git a/.github/workflows/helm.gen.yml b/.github/workflows/helm.gen.yml index 969d54cf8a6..69bb8f470d6 100644 --- a/.github/workflows/helm.gen.yml +++ b/.github/workflows/helm.gen.yml @@ -53,7 +53,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8810af5154c..6f8a24e8c1e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ on: jobs: publish: if: ${{ github.repository == 'dagger/dagger' && github.event_name == 'push' }} - runs-on: dagger-g3-v0-15-4-16c + runs-on: dagger-g3-v0-16-1-16c steps: - uses: actions/checkout@v4 - name: "Publish" @@ -89,7 +89,7 @@ jobs: daggerverse-bump-dagger: needs: publish if: github.ref_name != 'main' - runs-on: dagger-g3-v0-15-4-4c + runs-on: dagger-g3-v0-16-1-4c steps: - uses: actions/checkout@v4 - name: "Bump Dagger version in Daggerverse" diff --git a/.github/workflows/sdks.gen.yml b/.github/workflows/sdks.gen.yml index 698f020462f..cdf4bef871d 100644 --- a/.github/workflows/sdks.gen.yml +++ b/.github/workflows/sdks.gen.yml @@ -19,7 +19,7 @@ concurrency: jobs: dotnet: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: dotnet steps: - name: Checkout @@ -53,7 +53,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -208,7 +208,7 @@ jobs: timeout-minutes: 20 dotnet-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: dotnet-dev steps: - name: Checkout @@ -440,7 +440,7 @@ jobs: timeout-minutes: 20 elixir: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: elixir steps: - name: Checkout @@ -474,7 +474,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -629,7 +629,7 @@ jobs: timeout-minutes: 20 elixir-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: elixir-dev steps: - name: Checkout @@ -861,7 +861,7 @@ jobs: timeout-minutes: 20 go: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: go steps: - name: Checkout @@ -895,7 +895,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1050,7 +1050,7 @@ jobs: timeout-minutes: 20 go-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: go-dev steps: - name: Checkout @@ -1282,7 +1282,7 @@ jobs: timeout-minutes: 20 java: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: java steps: - name: Checkout @@ -1316,7 +1316,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1471,7 +1471,7 @@ jobs: timeout-minutes: 20 java-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: java-dev steps: - name: Checkout @@ -1703,7 +1703,7 @@ jobs: timeout-minutes: 20 php: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: php steps: - name: Checkout @@ -1737,7 +1737,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -1892,7 +1892,7 @@ jobs: timeout-minutes: 20 php-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: php-dev steps: - name: Checkout @@ -2124,7 +2124,7 @@ jobs: timeout-minutes: 20 python: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: python steps: - name: Checkout @@ -2158,7 +2158,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -2313,7 +2313,7 @@ jobs: timeout-minutes: 20 python-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: python-dev steps: - name: Checkout @@ -2545,7 +2545,7 @@ jobs: timeout-minutes: 20 rust: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: rust steps: - name: Checkout @@ -2579,7 +2579,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -2734,7 +2734,7 @@ jobs: timeout-minutes: 20 rust-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: rust-dev steps: - name: Checkout @@ -2966,7 +2966,7 @@ jobs: timeout-minutes: 20 typescript: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-4c' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-4c' || 'ubuntu-latest' }} name: typescript steps: - name: Checkout @@ -3000,7 +3000,7 @@ jobs: # The install.sh script creates path ${prefix_dir}/bin curl -fsS https://dl.dagger.io/dagger/install.sh | BIN_DIR=${prefix_dir}/bin DAGGER_VERSION=$DAGGER_VERSION sh env: - DAGGER_VERSION: v0.15.4 + DAGGER_VERSION: v0.16.1 shell: bash - name: scripts/warm-engine.sh id: warm-engine @@ -3155,7 +3155,7 @@ jobs: timeout-minutes: 20 typescript-dev: runs-on: - - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-15-4-8c-dind' || 'ubuntu-latest' }} + - ${{ github.repository == 'dagger/dagger' && 'dagger-g3-v0-16-1-8c-dind' || 'ubuntu-latest' }} name: typescript-dev steps: - name: Checkout diff --git a/dagger.json b/dagger.json index 036bd3cb234..685574addf7 100644 --- a/dagger.json +++ b/dagger.json @@ -1,9 +1,12 @@ { "name": "dagger-dev", - "engineVersion": "v0.15.4", + "engineVersion": "v0.16.1", "sdk": { "source": "go" }, + "include": [ + "engine/distconsts/**/*" + ], "dependencies": [ { "name": "alpine", @@ -67,6 +70,5 @@ "source": "modules/wolfi" } ], - "source": ".dagger", - "include": ["engine/distconsts/**/*"] + "source": ".dagger" } diff --git a/dagql/idtui/viztest/dagger.json b/dagql/idtui/viztest/dagger.json index dcf0bb11992..3d25a97294b 100644 --- a/dagql/idtui/viztest/dagger.json +++ b/dagql/idtui/viztest/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.15.1", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/dagql/idtui/viztest/python/dagger.json b/dagql/idtui/viztest/python/dagger.json index 2d07d489577..6719bdacb2b 100644 --- a/dagql/idtui/viztest/python/dagger.json +++ b/dagql/idtui/viztest/python/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.13.3", "sdk": { "source": "python" - }, - "source": "." + } } diff --git a/dagql/idtui/viztest/typescript/dagger.json b/dagql/idtui/viztest/typescript/dagger.json index 96e7e0d8a45..f1d7de10b07 100644 --- a/dagql/idtui/viztest/typescript/dagger.json +++ b/dagql/idtui/viztest/typescript/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.13.3", "sdk": { "source": "typescript" - }, - "source": "." + } } diff --git a/go.mod b/go.mod index e0e44073001..7d8c95d03e3 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/dagger/dagger go 1.23.2 require ( - dagger.io/dagger v0.15.4 - github.com/dagger/dagger/engine/distconsts v0.15.4 + dagger.io/dagger v0.16.1 + github.com/dagger/dagger/engine/distconsts v0.16.1 github.com/moby/buildkit v0.16.0-rc2.0.20240917172113-e15601a00fbe // https://github.com/moby/buildkit/commit/e15601a00fbef2805db1ed87be7bb88628ae926b ) diff --git a/modules/alpine/dagger.json b/modules/alpine/dagger.json index 9fe9af627b7..7ac7608fcd1 100644 --- a/modules/alpine/dagger.json +++ b/modules/alpine/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.13.5", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/modules/compatcheck/dagger.json b/modules/compatcheck/dagger.json index 33a15700ce9..21f0b3212bc 100644 --- a/modules/compatcheck/dagger.json +++ b/modules/compatcheck/dagger.json @@ -7,8 +7,7 @@ "dependencies": [ { "name": "dagger-dev", - "source": "../../." + "source": "../.." } - ], - "source": "." + ] } diff --git a/modules/daggerverse/dagger.json b/modules/daggerverse/dagger.json index 72a5a3bf382..c3b144c2cdf 100644 --- a/modules/daggerverse/dagger.json +++ b/modules/daggerverse/dagger.json @@ -14,6 +14,5 @@ "name": "go", "source": "../go" } - ], - "source": "." + ] } diff --git a/modules/dirdiff/dagger.json b/modules/dirdiff/dagger.json index b5f093d5c8a..d48b29d737a 100644 --- a/modules/dirdiff/dagger.json +++ b/modules/dirdiff/dagger.json @@ -9,6 +9,5 @@ "name": "wolfi", "source": "../wolfi" } - ], - "source": "." + ] } diff --git a/modules/gha/dagger.json b/modules/gha/dagger.json index 71c87d772fe..525914c67e7 100644 --- a/modules/gha/dagger.json +++ b/modules/gha/dagger.json @@ -9,6 +9,5 @@ "name": "wolfi", "source": "../wolfi" } - ], - "source": "." + ] } diff --git a/modules/gha/examples/go/dagger.json b/modules/gha/examples/go/dagger.json index 0c83d6390db..44348edd8b6 100644 --- a/modules/gha/examples/go/dagger.json +++ b/modules/gha/examples/go/dagger.json @@ -9,6 +9,5 @@ "name": "gha", "source": "../.." } - ], - "source": "." + ] } diff --git a/modules/go/dagger.json b/modules/go/dagger.json index e6588ae6cec..c079462dab7 100644 --- a/modules/go/dagger.json +++ b/modules/go/dagger.json @@ -17,6 +17,5 @@ "name": "wolfi", "source": "../wolfi" } - ], - "source": "." + ] } diff --git a/modules/golangci/dagger.json b/modules/golangci/dagger.json index e415e3b1603..00dbc81ba5d 100644 --- a/modules/golangci/dagger.json +++ b/modules/golangci/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.15.3", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/modules/graphql/dagger.json b/modules/graphql/dagger.json index 01a6b1298a3..7222f31beb2 100644 --- a/modules/graphql/dagger.json +++ b/modules/graphql/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.12.4", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/modules/markdown/dagger.json b/modules/markdown/dagger.json index 62d249af8e6..e5c214951e0 100644 --- a/modules/markdown/dagger.json +++ b/modules/markdown/dagger.json @@ -9,6 +9,5 @@ "name": "wolfi", "source": "../wolfi" } - ], - "source": "." + ] } diff --git a/modules/ps-analyzer/dagger.json b/modules/ps-analyzer/dagger.json index 5d539a3e488..e3ee043ed39 100644 --- a/modules/ps-analyzer/dagger.json +++ b/modules/ps-analyzer/dagger.json @@ -9,6 +9,5 @@ "name": "wolfi", "source": "../wolfi" } - ], - "source": "." + ] } diff --git a/modules/ruff/dagger.json b/modules/ruff/dagger.json index 939ed6b2685..0c56525b1eb 100644 --- a/modules/ruff/dagger.json +++ b/modules/ruff/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.12.4", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/modules/shellcheck/dagger.json b/modules/shellcheck/dagger.json index 377dac2073a..93c4560dbb5 100644 --- a/modules/shellcheck/dagger.json +++ b/modules/shellcheck/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.12.4", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/modules/wolfi/dagger.json b/modules/wolfi/dagger.json index 16ce233d183..75324bd6e29 100644 --- a/modules/wolfi/dagger.json +++ b/modules/wolfi/dagger.json @@ -9,6 +9,5 @@ "name": "alpine", "source": "../alpine" } - ], - "source": "." + ] } diff --git a/releaser/dagger.json b/releaser/dagger.json index d01c77f7966..d4794de2afb 100644 --- a/releaser/dagger.json +++ b/releaser/dagger.json @@ -7,7 +7,7 @@ "dependencies": [ { "name": "dagger-dev", - "source": "../." + "source": ".." }, { "name": "gh", @@ -27,6 +27,5 @@ "name": "version", "source": "../version" } - ], - "source": "." + ] } diff --git a/sdk/dotnet/dev/dagger.json b/sdk/dotnet/dev/dagger.json index c3d3ec64b3a..555af8921e1 100644 --- a/sdk/dotnet/dev/dagger.json +++ b/sdk/dotnet/dev/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.15.2", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/sdk/elixir/dev/dagger.json b/sdk/elixir/dev/dagger.json index 74fc5ff9ec6..07f14a33e7d 100644 --- a/sdk/elixir/dev/dagger.json +++ b/sdk/elixir/dev/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.15.2", "sdk": { "source": "elixir" - }, - "source": "." + } } diff --git a/sdk/java/runtime/dagger.json b/sdk/java/runtime/dagger.json index 6d087ce0784..0e96063f7a3 100644 --- a/sdk/java/runtime/dagger.json +++ b/sdk/java/runtime/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.15.1", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/sdk/php/dagger.json b/sdk/php/dagger.json index 97435c5a4e9..79ea8ed6e4b 100644 --- a/sdk/php/dagger.json +++ b/sdk/php/dagger.json @@ -1,11 +1,11 @@ { "name": "php-sdk", "engineVersion": "v0.15.3", - "exclude": [ - "vendor/" - ], "sdk": { "source": "go" }, + "include": [ + "!vendor/" + ], "source": "runtime" } diff --git a/sdk/php/dev/dagger.json b/sdk/php/dev/dagger.json index 929b13bf067..c52de4643d2 100644 --- a/sdk/php/dev/dagger.json +++ b/sdk/php/dev/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.15.2", "sdk": { "source": "php" - }, - "source": "." + } } diff --git a/sdk/python/dev/dagger.json b/sdk/python/dev/dagger.json index 30b501373e9..f3858896009 100644 --- a/sdk/python/dev/dagger.json +++ b/sdk/python/dev/dagger.json @@ -1,14 +1,14 @@ { "name": "python-sdk-dev", "engineVersion": "v0.15.3", - "exclude": [ - "**/.venv", - "**/__pycache__", - "**/.*cache" - ], "sdk": { "source": "python" }, + "include": [ + "!**/.venv", + "!**/__pycache__", + "!**/.*cache" + ], "dependencies": [ { "name": "dockerd", @@ -19,6 +19,5 @@ "name": "wolfi", "source": "../../../modules/wolfi" } - ], - "source": "." + ] } diff --git a/sdk/python/runtime/dagger.json b/sdk/python/runtime/dagger.json index bab5e0f1de8..19675981be8 100644 --- a/sdk/python/runtime/dagger.json +++ b/sdk/python/runtime/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.15.2", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/sdk/typescript/dev/dagger.json b/sdk/typescript/dev/dagger.json index 871d7783ba2..ffe9ffe917c 100644 --- a/sdk/typescript/dev/dagger.json +++ b/sdk/typescript/dev/dagger.json @@ -9,6 +9,5 @@ "name": "node", "source": "node" } - ], - "source": "." + ] } diff --git a/sdk/typescript/dev/node/dagger.json b/sdk/typescript/dev/node/dagger.json index 555c427b63d..c80cf8a4ce1 100644 --- a/sdk/typescript/dev/node/dagger.json +++ b/sdk/typescript/dev/node/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.9.9", "sdk": { "source": "typescript" - }, - "source": "." + } } diff --git a/sdk/typescript/runtime/dagger.json b/sdk/typescript/runtime/dagger.json index ec0ca30964e..48690571dd7 100644 --- a/sdk/typescript/runtime/dagger.json +++ b/sdk/typescript/runtime/dagger.json @@ -3,6 +3,5 @@ "engineVersion": "v0.12.2", "sdk": { "source": "go" - }, - "source": "." + } } diff --git a/version/dagger.json b/version/dagger.json index d8c42bb7cf9..ca8cd8be667 100644 --- a/version/dagger.json +++ b/version/dagger.json @@ -9,6 +9,5 @@ "name": "wolfi", "source": "../modules/wolfi" } - ], - "source": "." + ] }