8000 Releases · fastly/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: fastly/cli

v1.1.1

11 Nov 14:10
v1.1.1
f40c221
Compare
Choose a tag to compare

v1.1.1 (2021-11-11)

Full Changelog

Bug fixes:

  • Avoid displaying a wildcard domain #468
  • Set sensible defaults for host related flags on backend create #469
  • Fix error extracting package files from .tgz archive #470

v1.1.0

08 Nov 19:33
v1.1.0
5b37784
Compare
Choose a tag to compare

v1.1.0 (2021-11-08)

Full Changelog

Enhancements:

  • Implement --watch flag for compute serve #464

v1.0.1

08 Nov 13:13
v1.0.1
05191bb
Compare
Choose a tag to compare

v1.0.1 (2021-11-08)

Full Changelog

Bug fixes:

  • Allow git repo to be used as a value at the starter kit prompt #465

v1.0.0

03 Nov 15:57
v1.0.0
3d8eb45
Compare
Choose a tag to compare

v1.0.0 (2021-11-02)

Full Changelog

Changed:

  • Use EnumsVar for auth-token --scope #447
  • Rename logs tail to log-tail #456
  • Rename dictionaryitem to dictionary-item #459
  • Rename fastly compute ... --path flags #460
  • Rename --force to --skip-verification #461

Upgrading

If the CLI is being used in a CI (or otherwise scripted environment), then changes may need to be applied to those environments/scripts depending on whether they're utilising one of the features that have since been updated.

The changes required in your configuration to accommodate the breaking changes in this release are trivial and we recommend all users to upgrade to 1.0.0. If you prefer not to, and are using the Fastly GitHub actions workflow, manually configure the CLI version dependency to a compatible version:

- name: Setup Fastly CLI
  uses: fastly/compute-actions/setup@main
  with:
    cli_version: '0.43.0'

v0.43.0

01 Nov 13:59
v0.43.0
7172a30
Compare
Choose a tag to compare

v0.43.0 (2021-11-01)

Full Changelog

Bug fixes:

  • Ignore possible rustup 'sync' output when calling rustc --version #453
  • Bump goreleaser to avoid Homebrew warning #455
  • Prevent .Hidden() flags/commands from being documented via --format json #454

v0.42.0

22 Oct 16:45
v0.42.0
7968a04
Compare
Choose a tag to compare

v0.42.0 (2021-10-22)

Full Changelog

Enhancements:

  • Fallback to existing viceroy binary in case of network error #445
  • Remove text.ServiceType abstraction #449

Bug fixes:

  • Avoid fetching packages when manifest exists #448
  • Implement --path lookup fallback for manifest #446
  • Fix broken Windows support #450

v0.41.0

19 Oct 14:24
@Integralist Integralist
v0.41.0
c8fd9bd
Compare
Choose a tag to compare

v0.41.0 (2021-10-19)

Full Changelog

Enhancements:

  • Implement [setup.log_endpoints.<name>] support #443
  • The compute init --from flag should support archives #428
  • Add region support for logentries logging endpoint #375

v0.40.2

14 Oct 14:54
v0.40.2
cbece4e
Compare
Choose a tag to compare

v0.40.2 (2021-10-14)

Full Changelog

Bug fixes:

  • Fix shell autocomplete evaluation #441

v0.40.1

14 Oct 12:07
v0.40.1
9e9f7e2
Compare
Choose a tag to compare

v0.40.1 (2021-10-14)

Full Changelog

Bug fixes:

  • Fix shell completion (and Homebrew upgrade) #439

v0.40.0

13 Oct 16:58
v0.40.0
0e09092
Compare
Choose a tag to compare

v0.40.0 (2021-10-13)

Full Changelog

Bug fixes:

  • Auto-migrate manifest_version from 1 to 2 when applicable #434
  • Better error handling for manifest parsing #436

Enhancements:

  • Implement [setup.dictionaries] support #431
  • Tests for [setup.dictionaries] support #438
  • Refactor app.Run() #429
  • Ensure manifest is read only once for all missed references #433
0