From 402a025f23b1621d9a1c9ff91e56ffc631e6bebe Mon Sep 17 00:00:00 2001 From: lwandzura <51929958+lwandzura@users.noreply.github.com> Date: Fri, 8 Apr 2022 12:02:50 -0500 Subject: [PATCH] Cli2.3 release notes (#3942) * add 2.3 release notes * added cli 2.3 release notes --- .../v2.2/reference/release-notes/influx-cli.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/influxdb/v2.2/reference/release-notes/influx-cli.md b/content/influxdb/v2.2/reference/release-notes/influx-cli.md index f524d1f88..2173d7e23 100644 --- a/content/influxdb/v2.2/reference/release-notes/influx-cli.md +++ b/content/influxdb/v2.2/reference/release-notes/influx-cli.md @@ -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.