Releases: fastly/cli
Releases · fastly/cli
v10.8.8
v10.8.7
v10.8.6
v10.8.6 (2024-03-12)
Dependencies:
- build(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 #1153
- build: bump go-fastly to v9.0.1 #1155
- build(deps): bump actions/setup-go from 4 to 5 #1106
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 #1149
- build(deps): bump actions/download-artifact and actions/upload-artifact from 3 to 4 #1156
v10.8.5
v10.8.4
v10.8.3
v10.8.2
v10.8.1
v10.8.0
v10.8.0 (2023-01-17)
Bug fixes:
- doc(tls/custom): correct flag descriptions #1116
- fix(profile/create): support sso #1117
- fix: update list of commands that require auth server #1120
Enhancements:
- feat: install CLI version command #1104
- refactor(cmd): rename package to argparser #1105
- refactor: rename test function names #1107
Dependencies:
- build(deps): bump golang.org/x/crypto from 0.15.0 to 0.18.0 #1119
v10.7.0
v10.7.0 (2023-11-30)
The Fastly CLI internal configuration file has config_version
bumped to version 6
. We've added a new [wasm-metadata.script_info]
field so that users can omit script info (which comes from the fastly.toml) from the metadata annotated onto their compiled Wasm binaries.
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:
fastly config --reset
Bug fixes:
- fix: move auth setup so it doesn't run for non-token based commands #1099
Enhancements: