From f41da5e95ee32ef99e2d1ef1fb2efecc439a3734 Mon Sep 17 00:00:00 2001 From: Anthony Gomez Date: Wed, 13 May 2026 11:23:35 -0400 Subject: [PATCH 1/3] release 15.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e412f42c1..68d7120f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ ### Bug Fixes: +### Enhancements: + +### Dependencies: + +## [v15.1.0](https://github.com/fastly/cli/releases/tag/v15.1.0) (2026-05-13) + +### Bug Fixes: + - fix(auth): honor deprecated `--profile`/`-o` when resolving the API token; an unknown profile name is now a hard error instead of a silent fallback to the default token - fix(text): send deprecation warnings to stderr instead of stdout ([#1782](https://github.com/fastly/cli/pull/1782)) From a0d82120a242bece21d4db7ec76d0f002aa66443 Mon Sep 17 00:00:00 2001 From: Anthony Gomez Date: Wed, 13 May 2026 11:26:36 -0400 Subject: [PATCH 2/3] remove extra space in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3383f2faa..c753d22ec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ reasoning behind the changes, even if they seem minor. If relevant, link to any related discussions (e.g. Slack threads, tickets, documents). --> - All Submissions: +All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/cli/pulls) for the same update/change? From 8886da330f016166aab721ecf55ef811453a1517 Mon Sep 17 00:00:00 2001 From: Anthony Gomez Date: Wed, 13 May 2026 11:34:56 -0400 Subject: [PATCH 3/3] update PR number for -o fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d7120f8..885b4fefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ ### Bug Fixes: -- fix(auth): honor deprecated `--profile`/`-o` when resolving the API token; an unknown profile name is now a hard error instead of a silent fallback to the default token +- fix(auth): honor deprecated `--profile`/`-o` when resolving the API token; an unknown profile name is now a hard error instead of a silent fallback to the default token ([#1792](https://github.com/fastly/cli/pull/1792)) - fix(text): send deprecation warnings to stderr instead of stdout ([#1782](https://github.com/fastly/cli/pull/1782)) ### Enhancements: