Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 26, 2024
1 parent 25b5298 commit a2fa908
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/agent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ title: Changelog
- Added `--url` agent CLI flag for simpler creation of HTTP(S), TLS, and TCP protocol endpoints.
- Deprecated `--domain`, `--scheme`, and `--remote-addr` agent CLI flags, which have been replaced by `--url`.
- Added `--metadata` and `--description` agent CLI flags when using `--url`.

##### A new agent configuration format added to V3
- Added `agent:` as a toplevel field to agent config, with `endpoints:` as a nested field for easier [endpoint creation](/docs/agent/config/#full-example).
- v3 supports _both_ tunnels and endpoints. Tunnels are now considered deprecated when using config v3.
- Some global configuration fields renamed in v3 when used under the `agent:` field.
- v2 still supported, but does not support the new `endpoints:` field.

- Added `agent:` as a toplevel field to agent config, with `endpoints:` as a nested field for easier [endpoint creation](/docs/agent/config/#full-example).
- v3 supports _both_ tunnels and endpoints. Tunnels are now considered deprecated when using config v3.
- Some global configuration fields renamed in v3 when used under the `agent:` field.
- v2 still supported, but does not support the new `endpoints:` field.
- Added support for [endpoint fields](/docs/api/resources/endpoints/#list-endpoints) in ngrok's `api`.

### ngrok Agent 3.14.0 - \[2024-08-01\]
Expand Down

0 comments on commit a2fa908

Please sign in to comment.