Upgrade Dagger engine from v0.20.0 to v0.20.1
Phase 2 of Dagger upgrade: bump engine version, update runner deployment to v0.20.1-24f7512, and fix docs reference card version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
24f7512d59
commit
b793299d6d
4 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ spec:
|
|||
- name: RUNNER_NAME
|
||||
value: "k8s-runner"
|
||||
- name: RUNNER_LABELS
|
||||
value: "k8s:docker://registry.ops.eblu.me/blumeops/runner-job-image:v0.20.0-448689b"
|
||||
value: "k8s:docker://registry.ops.eblu.me/blumeops/runner-job-image:v0.20.1-24f7512"
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "blumeops-ci",
|
||||
"engineVersion": "v0.20.0",
|
||||
"engineVersion": "v0.20.1",
|
||||
"sdk": {
|
||||
"source": "python"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Build engine for BlumeOps CI/CD pipelines. Replaces shell-based build scripts wi
|
|||
| Property | Value |
|
||||
|----------|-------|
|
||||
| **Module** | `blumeops-ci` |
|
||||
| **Engine Version** | v0.19.11 |
|
||||
| **Engine Version** | v0.20.1 |
|
||||
| **SDK** | Python |
|
||||
| **Source** | `.dagger/src/blumeops_ci/main.py` |
|
||||
| **Config** | `dagger.json` |
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"pipx:ansible-core" = { version = "latest", uvx = "true", uvx_args = "--with botocore --with boto3" }
|
||||
prek = "latest"
|
||||
pulumi = "latest"
|
||||
dagger = "0.20.0"
|
||||
dagger = "0.20.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue