From 59b80ced28b2f20c1d3e81e1340fe34bfa8aa4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:35:51 +0000 Subject: [PATCH 1/2] chore: github actions update(deps): bump actions/labeler Bumps the version-updates group in /.github/workflows with 1 update: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 6 to 6.0.1 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index b7a25e3d..0cae2f0c 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - id: label-the-PR - uses: actions/labeler@v6 + uses: actions/labeler@v6.0.1 with: configuration-path: '.github/labeler.yaml' - id: run-tests From ddbc212394fb313e15b16e0c5e6c7cbed363e36a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 May 2026 10:36:14 +0000 Subject: [PATCH 2/2] chore: auto-bump version and update CHANGELOG for Dependabot PR --- CHANGELOG.md | 4 ++++ bsctl/static/resources/constants.yaml | 2 +- resources/version.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a60d320..2011b4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [0.1.27] - 2026-05-06 +### Changed +- Bump actions/labeler from 6 to 6.0.1 + ## [0.1.26] - 2026-05-02 ### Added - Added `.github/workflows/static-checks.yaml` for Phase C static analysis (`shellcheck`, `shfmt -d`, `actionlint`) in support of #320. diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index a0971e72..281c6793 100644 --- a/bsctl/static/resources/constants.yaml +++ b/bsctl/static/resources/constants.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - constant for semantic versioning -BasicSetupCliVersion: "0.1.26" +BasicSetupCliVersion: "0.1.27" diff --git a/resources/version.yaml b/resources/version.yaml index 6196eafb..4162bd74 100644 --- a/resources/version.yaml +++ b/resources/version.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - primary version source for releases and docs bump automation -BasicSetupCliVersion: "0.1.26" +BasicSetupCliVersion: "0.1.27"