From 0a0fce55a422927e6ca0d2c358f03b6cab931f12 Mon Sep 17 00:00:00 2001 From: svelderrainruiz Date: Sun, 29 Mar 2026 15:47:09 -0700 Subject: [PATCH] template: repin certified comparevi baseline to v0.6.6 --- .github/workflows/template-smoke.yml | 6 +++--- README.md | 2 +- cookiecutter.json | 2 +- docs/VI_HISTORY_CAPABILITY_DISTRIBUTION.md | 2 +- tests/Test-TemplateSmokeRender.ps1 | 2 +- {{ cookiecutter.repo_slug }}/README.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/template-smoke.yml b/.github/workflows/template-smoke.yml index fc4982a..16b398e 100644 --- a/.github/workflows/template-smoke.yml +++ b/.github/workflows/template-smoke.yml @@ -30,7 +30,7 @@ jobs: id: render shell: pwsh run: | - & ./tests/Test-TemplateSmokeRender.ps1 -ExecutionProfile '${{ matrix.execution_profile }}' -CompareViPin 'v0.6.4' + & ./tests/Test-TemplateSmokeRender.ps1 -ExecutionProfile '${{ matrix.execution_profile }}' -CompareViPin 'v0.6.6' - name: Upload rendered sample uses: actions/upload-artifact@v4 @@ -50,7 +50,7 @@ jobs: - id: comparevi name: CompareVI consumer smoke - uses: LabVIEW-Community-CI-CD/compare-vi-cli-action@v0.6.4 + uses: LabVIEW-Community-CI-CD/compare-vi-cli-action@v0.6.6 with: base: tests/fixtures/comparevi/placeholder.vi head: tests/fixtures/comparevi/placeholder.vi @@ -69,7 +69,7 @@ jobs: @( '### CompareVI consumer smoke', '', - '- pinned_ref: `LabVIEW-Community-CI-CD/compare-vi-cli-action@v0.6.4`', + '- pinned_ref: `LabVIEW-Community-CI-CD/compare-vi-cli-action@v0.6.6`', ('- runner_os: `{0}`' -f $env:RUNNER_OS), ('- shortCircuitedIdentical: `{0}`' -f '${{ steps.comparevi.outputs.shortCircuitedIdentical }}'), ('- diff: `{0}`' -f '${{ steps.comparevi.outputs.diff }}') diff --git a/README.md b/README.md index 8ecb974..42562da 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ cookiecutter https://github.com/LabVIEW-Community-CI-CD/LabviewGitHubCiTemplate. repo_slug="labview-hosted-ci-sample" github_owner="LabVIEW-Community-CI-CD" execution_profile="hosted" - comparevi_tools_consumer_pin="v0.6.4" + comparevi_tools_consumer_pin="v0.6.6" enable_vi_history_capability="yes" ``` diff --git a/cookiecutter.json b/cookiecutter.json index 47acdb1..9469b2f 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -10,7 +10,7 @@ "docker", "mixed" ], - "comparevi_tools_consumer_pin": "v0.6.4", + "comparevi_tools_consumer_pin": "v0.6.6", "enable_vi_history_capability": [ "yes", "no" diff --git a/docs/VI_HISTORY_CAPABILITY_DISTRIBUTION.md b/docs/VI_HISTORY_CAPABILITY_DISTRIBUTION.md index 9ca3341..dad90c5 100644 --- a/docs/VI_HISTORY_CAPABILITY_DISTRIBUTION.md +++ b/docs/VI_HISTORY_CAPABILITY_DISTRIBUTION.md @@ -36,7 +36,7 @@ records the Producer-published Docker capability contract pointer: ## Current Pin -The default upstream consumer pin is `v0.6.4`. +The default upstream consumer pin is `v0.6.6`. That pin is intentionally stored in the template prompt surface so future template revisions can advance the pin without forcing downstream repos to copy diff --git a/tests/Test-TemplateSmokeRender.ps1 b/tests/Test-TemplateSmokeRender.ps1 index 1ed43e2..e095cf1 100644 --- a/tests/Test-TemplateSmokeRender.ps1 +++ b/tests/Test-TemplateSmokeRender.ps1 @@ -5,7 +5,7 @@ param( [string]$ExecutionProfile, [Parameter()] - [string]$CompareViPin = 'v0.6.4' + [string]$CompareViPin = 'v0.6.6' ) Set-StrictMode -Version Latest diff --git a/{{ cookiecutter.repo_slug }}/README.md b/{{ cookiecutter.repo_slug }}/README.md index 4ed1c3e..72648ea 100644 --- a/{{ cookiecutter.repo_slug }}/README.md +++ b/{{ cookiecutter.repo_slug }}/README.md @@ -101,6 +101,6 @@ capability contract in `.github/comparevi/capabilities.json`. - canonical receipt schema source: `LabVIEW-Community-CI-CD/LabviewGitHubCiTemplate/docs/schemas/labview-template-docker-profile-plan-v1.schema.json` Use a `comparevi_tools_consumer_pin` that publishes the Docker-profile -capability contract, such as `v0.6.4` or a later supported stable `v0.6.x` +capability contract, such as `v0.6.6` or a later supported stable `v0.6.x` release. {% endif %}