Upgrade Dagger from v0.19.11 to v0.20.0
Pin dagger CLI to 0.20.0 in mise.toml (was "latest"), bump engine version in dagger.json, and regenerate uv.lock. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7bddc78c8a
commit
9c70edb325
4 changed files with 6 additions and 3 deletions
4
.dagger/uv.lock
generated
4
.dagger/uv.lock
generated
|
|
@ -125,6 +125,7 @@ dependencies = [
|
|||
{ name = "cattrs" },
|
||||
{ name = "exceptiongroup" },
|
||||
{ name = "gql", extra = ["httpx"] },
|
||||
{ name = "httpcore" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http" },
|
||||
{ name = "opentelemetry-instrumentation-logging" },
|
||||
{ name = "opentelemetry-sdk" },
|
||||
|
|
@ -136,10 +137,11 @@ dependencies = [
|
|||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "anyio", specifier = ">=3.6.2" },
|
||||
{ name = "beartype", specifier = ">=0.18.2" },
|
||||
{ name = "beartype", specifier = ">=0.22.0" },
|
||||
{ name = "cattrs", specifier = ">=25.1.0" },
|
||||
{ name = "exceptiongroup", specifier = ">=1.3.0" },
|
||||
{ name = "gql", extras = ["httpx"], specifier = ">=4.0" },
|
||||
{ name = "httpcore", specifier = ">=1.0.8" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.23.0" },
|
||||
{ name = "opentelemetry-instrumentation-logging", specifier = ">=0.54b1" },
|
||||
{ name = "opentelemetry-sdk", specifier = ">=1.23.0" },
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "blumeops-ci",
|
||||
"engineVersion": "v0.19.11",
|
||||
"engineVersion": "v0.20.0",
|
||||
"sdk": {
|
||||
"source": "python"
|
||||
},
|
||||
|
|
|
|||
1
docs/changelog.d/feature-dagger-v0.20.infra.md
Normal file
1
docs/changelog.d/feature-dagger-v0.20.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Upgrade Dagger engine and CLI from v0.19.11 to v0.20.0
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
"pipx:ansible-core" = { version = "latest", uvx = "true", uvx_args = "--with botocore --with boto3" }
|
||||
prek = "latest"
|
||||
pulumi = "latest"
|
||||
dagger = "latest"
|
||||
dagger = "0.20.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue