From 81e37d11abefe961a7864cb778ddcce5e19078eb Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah <22363102+codeforester@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:42:50 -0700 Subject: [PATCH] Align Base with base-cli 0.4.2 --- .github/workflows/base-check.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/pylint.yml | 2 +- .github/workflows/tests.yml | 12 ++++++------ CHANGELOG.md | 3 +++ requirements-dev.txt | 2 +- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/base-check.yml b/.github/workflows/base-check.yml index c0b82492..6fadb725 100644 --- a/.github/workflows/base-check.yml +++ b/.github/workflows/base-check.yml @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .base/base-cli - name: Set up Python diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 5512a763..0ea3f6db 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Set up Python diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 2c8ae711..75ce4ff8 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94251bba..8044786a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Set up Python @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Expose standalone Python package checkout as sibling @@ -125,7 +125,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Expose standalone Python package checkout as sibling @@ -217,7 +217,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Expose standalone Python package checkout as sibling @@ -281,7 +281,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Expose reusable Bash library checkout as sibling @@ -343,7 +343,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 with: repository: basefoundry/base-cli - ref: v0.4.0 + ref: v0.4.2 path: .dependencies/base-cli - name: Set up Python diff --git a/CHANGELOG.md b/CHANGELOG.md index 09292762..744758e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and Base versions are tracked in the repo-root `VERSION` file. ### Changed +- Align the published Base CLI provider used by development dependencies and + CI checkout workflows with `base-cli` `0.4.2`. + - Treat GitHub's unsupported `branch_name_pattern` response as a capability warning during `basectl repo configure`, preserving the issue-branch policy workflow fallback instead of failing the whole repository configuration. diff --git a/requirements-dev.txt b/requirements-dev.txt index c6088908..3fd01122 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pylint==3.3.9 click==8.4.1 -base-cli==0.4.1 +base-cli==0.4.2 PyYAML==6.0.3 pytest==9.0.3 pytest-cov==7.1.0