Skip to content

Commit

Permalink
v10.6.3 (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Nov 15, 2023
1 parent b1271a7 commit 72cb271
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,46 @@
# CHANGELOG

## [v10.6.3](https://github.com/fastly/cli/releases/tag/v10.6.3) (2023-11-15)

The Fastly CLI internal configuration file has `config_version` bumped to version `5`. We've added a new account endpoint field (used as an override for Single-Sign On testing).

When upgrading to this version of the CLI, and running a command for the first time, the config file should automatically update, but this can also be manually triggered by executing:

```shell
fastly config --reset
```

**Bug fixes:**

- fix(text): prompt colour [#1089](https://github.com/fastly/cli/pull/1089)
- fix(app): allow config override for account endpoint [#1090](https://github.com/fastly/cli/pull/1090)

**Enhancements:**

- feat: support SSO (Single Sign-On) [#1010](https://github.com/fastly/cli/pull/1010)

**Dependencies:**

- build(deps): bump golang.org/x/(crypto|term) [#1088](https://github.com/fastly/cli/pull/1088)

## [v10.6.2](https://github.com/fastly/cli/releases/tag/v10.6.2) (2023-11-09)

**Bug fixes:**

* fix(github): corrections for Windows users downloading wasm-tools [#1083](https://github.com/fastly/cli/pull/1083)
* fix(compute/build): don't block user if wasm-tool fails [#1084](https://github.com/fastly/cli/pull/1084)
- fix(github): corrections for Windows users downloading wasm-tools [#1083](https://github.com/fastly/cli/pull/1083)
- fix(compute/build): don't block user if wasm-tool fails [#1084](https://github.com/fastly/cli/pull/1084)

**Enhancements:**

* refactor: apply linting fixes [#1080](https://github.com/fastly/cli/pull/1080)
* refactor(compute/serve): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1081)
* refactor(logtail): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1082)
- refactor: apply linting fixes [#1080](https://github.com/fastly/cli/pull/1080)
- refactor(compute/serve): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1081)
- refactor(logtail): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1082)

**Dependencies:**

* build(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 [#1079](https://github.com/fastly/cli/pull/1079)
* build(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 [#1078](https://github.com/fastly/cli/pull/1078)
* build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 [#1077](https://github.com/fastly/cli/pull/1077)
- build(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 [#1079](https://github.com/fastly/cli/pull/1079)
- build(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 [#1078](https://github.com/fastly/cli/pull/1078)
- build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 [#1077](https://github.com/fastly/cli/pull/1077)

## [v10.6.1](https://github.com/fastly/cli/releases/tag/v10.6.1) (2023-11-03)

Expand Down

0 comments on commit 72cb271

Please sign in to comment.