Skip to content

Commit

Permalink
chore: bump internal tooling to v0.16.1 (dagger#9635)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Sipsma <erik@sipsma.dev>
  • Loading branch information
sipsma authored Feb 20, 2025
1 parent 11b7794 commit f612e64
Show file tree
Hide file tree
Showing 49 changed files with 111 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .dagger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion .dagger/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/call/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:

version:
description: "Dagger version to run against"
default: "v0.15.4"
default: "v0.16.1"
required: false

dev-engine:
Expand Down
5 changes: 2 additions & 3 deletions .github/dagger.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci",
"engineVersion": "v0.15.4",
"engineVersion": "v0.16.1",
"sdk": {
"source": "go"
},
Expand All @@ -13,6 +13,5 @@
"name": "gha",
"source": "../modules/gha"
}
],
"source": "."
]
}
2 changes: 1 addition & 1 deletion .github/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
daggerVersion = "v0.15.4"
daggerVersion = "v0.16.1"
upstreamRepository = "dagger/dagger"
defaultRunner = "ubuntu-latest"
publicToken = "dag_dagger_sBIv6DsjNerWvTqt2bSFeigBUqWxp9bhh3ONSSgeFnw"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_dagger_on_depot_remote_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_dagger_on_magicache_remote_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_dagger_on_namespace_remote_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_dagger_on_x1_nvme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_dagger_on_x1_tmpfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daggerverse-preview.gen.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/docs.gen.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions .github/workflows/engine-cli.gen.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/github.gen.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/helm.gen.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading

0 comments on commit f612e64

Please sign in to comment.