Skip to content

Commit 10b5dbe

Browse files
authored
v8.0.0 (#863)
1 parent 17ab2a1 commit 10b5dbe

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [v8.0.0](https://github.com/fastly/cli/releases/tag/v8.0.0) (2023-03-08)
4+
5+
[Full Changelog](https://github.com/fastly/cli/compare/v7.0.1...v8.0.0)
6+
7+
**Breaking:**
8+
9+
This release contains a small breaking interface change that has required us to bump to a new major version.
10+
11+
When viewing a profile token using `fastly profile token` the `--name` flag is no longer supported. It has been moved to a positional argument to make it consistent with the other profile subcommands. The `profile token` command now respects the global `--profile` flag, which allows a user to switch profiles for the lifetime of a single command execution.
12+
13+
Examples:
14+
15+
- `fastly profile token --name=example` -> `fastly profile token example`
16+
- `fastly profile token --profile=example`
17+
18+
* breaking(profiles): replace `--name` with positional arg + allow global override [#862](https://github.com/fastly/cli/pull/862)
19+
20+
**Bug fixes:**
21+
22+
* fix(build): show build output with `--verbose` flag [#853](https://github.com/fastly/cli/pull/853)
23+
24+
**Enhancements:**
25+
26+
* fix(profile/update): update active profile as default behaviour [#857](https://github.com/fastly/cli/pull/857)
27+
* fix(compute/serve): allow overriding of viceroy binary [#859](https://github.com/fastly/cli/pull/859)
28+
* feat(compute/deploy): check service availability [#860](https://github.com/fastly/cli/pull/860)
29+
30+
**Dependencies:**
31+
32+
* build(deps): bump github.com/getsentry/sentry-go from 0.18.0 to 0.19.0 [#856](https://github.com/fastly/cli/pull/856)
33+
* build(deps): bump golang.org/x/crypto [#855](https://github.com/fastly/cli/pull/855)
34+
335
## [v7.0.1](https://github.com/fastly/cli/releases/tag/v7.0.1) (2023-03-02)
436

537
[Full Changelog](https://github.com/fastly/cli/compare/v7.0.0...v7.0.1)

0 commit comments

Comments
 (0)