From cc458862eabab87f4b14d7002bf2e54ee42c904a Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:14:45 +0000 Subject: [PATCH 1/2] chore(main): release 27.5.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fd43f2b98..7cd59ccf076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [27.5.0](https://github.com/netlify/cli/compare/v27.4.3...v27.5.0) (2026-09-04) + + +### Features + +* **clone:** support Netlify managed git service ([#8437](https://github.com/netlify/cli/issues/8437)) ([4476e10](https://github.com/netlify/cli/commit/4476e1036d28843066a4b861290728483e94ed20)) +* **logs:** add --deploy-id flag to target a specific deploy ([28e44be](https://github.com/netlify/cli/commit/28e44be4b1d7eb1f6d0ce366e88a38744d8c5e25)) + + +### Bug Fixes + +* **deps:** update dependency chalk to v6 ([#8470](https://github.com/netlify/cli/issues/8470)) ([9ebe398](https://github.com/netlify/cli/commit/9ebe3983403bfa1191df5ec2a1261bba12791fe6)) +* **deps:** update dependency comment-json to v5 ([#8471](https://github.com/netlify/cli/issues/8471)) ([f458d83](https://github.com/netlify/cli/commit/f458d836f4e13b2fc2557025c96b8ba0b9d287a1)) +* **logs:** auto-select the latest finished deploy, including failures ([b312e2d](https://github.com/netlify/cli/commit/b312e2df23a9a0c16168f1405d447f54bfd488a4)) +* **logs:** close the deploy stream when replaying a finished deploy ([8b84c92](https://github.com/netlify/cli/commit/8b84c928f32d067d2928a58309479ab9b118920d)) +* **logs:** fetch historical deploy logs over websocket ([783c3d9](https://github.com/netlify/cli/commit/783c3d91e73c7a87d4b944c6c638ecb696219ce5)) +* **logs:** keep the deploy stream resilient to failed state checks ([d874293](https://github.com/netlify/cli/commit/d874293d73d8687586d3a3146c3c205b0efb79f6)) +* **logs:** stream the targeted deploy in --follow ([d04b659](https://github.com/netlify/cli/commit/d04b659591702c8ab1068521bc0cc1f4f05578a7)) +* stop publishing source maps ([#8468](https://github.com/netlify/cli/issues/8468)) ([3282dab](https://github.com/netlify/cli/commit/3282dab8256232f7c859a219c56c48b863b38d17)) + ## [27.4.3](https://github.com/netlify/cli/compare/v27.4.2...v27.4.3) (2026-09-03) diff --git a/package-lock.json b/package-lock.json index 017e83e453b..91f717ae142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "27.4.3", + "version": "27.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "27.4.3", + "version": "27.5.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 17fb45cc850..b1bbc7d8f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "27.4.3", + "version": "27.5.0", "description": "Netlify command line tool", "keywords": [ "api", From f67e2194aec6bbd66879cd41d264309891e42424 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Fri, 4 Sep 2026 12:50:26 -0400 Subject: [PATCH 2/2] Apply suggestion from @serhalp --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd59ccf076..2cf7da58bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Features -* **clone:** support Netlify managed git service ([#8437](https://github.com/netlify/cli/issues/8437)) ([4476e10](https://github.com/netlify/cli/commit/4476e1036d28843066a4b861290728483e94ed20)) * **logs:** add --deploy-id flag to target a specific deploy ([28e44be](https://github.com/netlify/cli/commit/28e44be4b1d7eb1f6d0ce366e88a38744d8c5e25))