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
|
- name: RUNNER_NAME
|
||||||
value: "k8s-runner"
|
value: "k8s-runner"
|
||||||
- name: RUNNER_LABELS
|
- 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:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "blumeops-ci",
|
"name": "blumeops-ci",
|
||||||
"engineVersion": "v0.20.0",
|
"engineVersion": "v0.20.1",
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"source": "python"
|
"source": "python"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ Build engine for BlumeOps CI/CD pipelines. Replaces shell-based build scripts wi
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
|----------|-------|
|
|----------|-------|
|
||||||
| **Module** | `blumeops-ci` |
|
| **Module** | `blumeops-ci` |
|
||||||
| **Engine Version** | v0.19.11 |
|
| **Engine Version** | v0.20.1 |
|
||||||
| **SDK** | Python |
|
| **SDK** | Python |
|
||||||
| **Source** | `.dagger/src/blumeops_ci/main.py` |
|
| **Source** | `.dagger/src/blumeops_ci/main.py` |
|
||||||
| **Config** | `dagger.json` |
|
| **Config** | `dagger.json` |
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
"pipx:ansible-core" = { version = "latest", uvx = "true", uvx_args = "--with botocore --with boto3" }
|
"pipx:ansible-core" = { version = "latest", uvx = "true", uvx_args = "--with botocore --with boto3" }
|
||||||
prek = "latest"
|
prek = "latest"
|
||||||
pulumi = "latest"
|
pulumi = "latest"
|
||||||
dagger = "0.20.0"
|
dagger = "0.20.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue