You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ both the old and new forms are:
110
110
- feat(service/resourcelink): moved the `resource-link` commands under the `service` command, with an unlisted and deprecated alias of `resource-link` ([#1635](https://github.com/fastly/cli/pull/1635))
111
111
- feat(service/logging): moved the `logging` commands under the `service` command, with an unlisted and deprecated alias of `logging` ([#1642](https://github.com/fastly/cli/pull/1642))
112
112
- feat(service/auth): moved the `service-auth` commands under the `service` command and renamed to `auth`, with an unlisted and deprecated alias of `service-auth` ([#1643](https://github.com/fastly/cli/pull/1643))
113
+
- feat(compute/build): Block version 1.93.0 of Rust to avoid a wasm32-wasip2 bug. ([#1653](https://github.com/fastly/cli/pull/1653))
113
114
114
115
### Bug fixes:
115
116
@@ -250,7 +251,7 @@ both the old and new forms are:
250
251
### Enhancements:
251
252
252
253
- feat(manifest): Enable loading Secret Store configuration through environment variables ([#1540](https://github.com/fastly/cli/pull/1540))
253
-
- feat(products): Add enable/disable support for API Discovery ([#1543](https://github.com/fastly/go-fastly/pull/1543))
254
+
- feat(products): Add enable/disable support for API Discovery ([#1543](https://github.com/fastly/cli/pull/1543))
254
255
255
256
### Bug fixes:
256
257
@@ -311,7 +312,7 @@ both the old and new forms are:
311
312
312
313
### Dependencies:
313
314
314
-
- build(deps): `github.com/fastly/go-fastly/v11` from 10 to 111 ([#14XX](https://github.com/fastly/cli/pull/14XX))
315
+
- build(deps): `github.com/fastly/go-fastly/v11` from 10 to 11 ([#1514](https://github.com/fastly/cli/pull/1514))
315
316
- build(deps): `golang.org/x/sys` from 0.33.0 to 0.34.0 ([#1508](https://github.com/fastly/cli/pull/1508))
316
317
- build(deps): `golang.org/x/term` from 0.32.0 to 0.33.0 ([#1508](https://github.com/fastly/cli/pull/1508))
317
318
- build(deps): `golang.org/x/crypto` from 0.39.0 to 0.40.0 ([#1508](https://github.com/fastly/cli/pull/1508))
@@ -1963,7 +1964,7 @@ a single character (e.g. `--k` and `--v`). These were corrected to `--key` and
1963
1964
- Make `--name` flag for `service search` command a required flag [#529](https://github.com/fastly/cli/pull/529)
1964
1965
- Update config `last_checked` field even on config load error [#528](https://github.com/fastly/cli/pull/528)
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
The help output from the Fastly CLI is consumed by the Fastly Developer Hub to produce online documentation: https://www.fastly.com/documentation/reference/cli
4
4
5
-
Part of the documentation is to provide additional usage examples and links to APIs used by the CLI commands (example: https://www.fastly.com/documentation/reference/clibackend/create/#examples).
5
+
Part of the documentation is to provide additional usage examples and links to APIs used by the CLI commands (example: https://www.fastly.com/documentation/reference/cli/backend/create/#examples).
6
6
7
7
These examples and API references are defined in [`pkg/app/metadata.json`](./pkg/app/metadata.json).
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
1. Merge CHANGELOG.
11
11
1. Rebase latest remote main branch locally (`git pull --rebase origin main`).
12
12
1. Create a new signed tag (replace `{{remote}}` with the remote pointing to the official repository i.e. `origin` or `upstream` depending on your Git workflow): `tag=vX.Y.Z && git tag -s $tag -m $tag && git push {{remote}} $tag`
13
-
- Triggers a [github action](https://github.com/fastly/cli/blob/main/.github/workflows/tag_release.yml) that produces a 'draft' release.
13
+
- Triggers a [github action](https://github.com/fastly/cli/blob/main/.github/workflows/tag_to_draft_release.yml) that produces a 'draft' release.
14
14
1. Copy/paste CHANGELOG into the [draft release](https://github.com/fastly/cli/releases).
0 commit comments