Cli2.3 release notes (#3942)

* add 2.3 release notes

* added cli 2.3 release notes
pull/3950/head
lwandzura 2022-04-08 12:02:50 -05:00 committed by GitHub
parent 5c082f4907
commit 402a025f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -8,6 +8,23 @@ menu:
name: influx CLI
---
## v2.3 [2022-04-08]
## Features
- Add [`influx remote`](/{{< latest "influxdb" >}}/reference/cli/influx/remote/) command.
- Add [`influx replication`](/{{< latest "influxdb" >}}/reference/cli/influx/replication/) command.
- Enhanced error messaging for InfluxDB and OSS specific commands.
- Add `api/v2/config` endpoint to display the runtime configuration (for example, when you run `influxd print-config`). This endpoint lets you review runtime configuration while the instance is live.
## Bug fixes
- `Auth create` command supports multiple buckets.
- Use `influx-debug-id` header for tracing.
- Duration parser shows duration missing units on error.
- Template apply uses improved diff checking.
- Fix error applying `-e jsonnet` template.
## v2.2.1 [2021-11-09]
This release includes two new bug fixes.