From 258f8cd41ab884db25f1c2f9ac739cec6574cc62 Mon Sep 17 00:00:00 2001 From: Daniel Martin <56157528+dmartinochoa@users.noreply.github.com> Date: Wed, 27 May 2026 12:39:04 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v1.5.1=20=E2=80=94=20Marketplace=20r?= =?UTF-8?q?ecovery=20republish=20of=20v1.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VS Code Marketplace publish step on the v1.5.0 tag push timed out on `_apis/gallery` (3-min hang on Microsoft's gallery API) and `vsce publish` returned non-zero before the upload committed. Open VSX and the GitHub release for v1.5.0 both shipped fine — only the Marketplace missed it. This tag exists solely to re-fire the publish pipeline so Marketplace catches up. No source changes between v1.5.0 and v1.5.1. Mirrors the existing v1.0.3 recovery pattern (v1.0.2 OVSX 405). Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e96b51..219c960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,25 @@ versions follow [SemVer](https://semver.org/). > section **above** Unreleased, or remove the Unreleased block for the > release commit. Otherwise the GitHub release ships boilerplate. +## [1.5.1] — 2026-05-27 + +Recovery republish of v1.5.0 — the VS Code Marketplace publish step +timed out on `_apis/gallery` (Azure DevOps gallery API, +Microsoft-side) and `vsce publish` returned non-zero before the +upload was committed. Open VSX and the GitHub release for v1.5.0 +both shipped fine on the original tag push; only Marketplace +missed it, leaving Marketplace users stuck on 1.1.0 while OVSX +users got 1.5.0. This tag exists solely to re-fire the publish +pipeline so Marketplace catches up. No source changes between +v1.5.0 and v1.5.1. + +### Changed + +- **Version bump only — no functional changes.** v1.5.0 is the + identical extension code; Open VSX users will see a 1.5.0 → 1.5.1 + update with no behavioural diff. VS Code Marketplace users skip + 1.5.0 entirely (it was never published there). + ## [1.5.0] — 2026-05-27 Aligns the extension's version stream with the upstream diff --git a/package-lock.json b/package-lock.json index fb9c23c..80a7854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pipeline-check", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pipeline-check", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index cade500..dbb5739 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pipeline-check", "displayName": "Pipeline-Check", "description": "Lint CI/CD pipelines for 22 providers against OWASP Top 10 CI/CD Risks and 14 other compliance frameworks. 810+ rules, inline in your editor.", - "version": "1.5.0", + "version": "1.5.1", "publisher": "greylag-ci", "license": "MIT", "icon": "icon.png",