From 32a702714729791a0912bc61eb4e60dfc83111fc Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 15 Nov 2023 14:14:22 -0700 Subject: [PATCH] influxctl 2.3.1 release notes (#5236) * add influxctl 2.3.1 release notes * port influxctl 2.3.1 release notes to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman * Apply suggestions from code review --------- Co-authored-by: Joshua Powers Co-authored-by: Jason Stirnaman --- .../reference/release-notes/influxctl.md | 15 +++++++++++++++ .../reference/release-notes/influxctl.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md b/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md index 62d65df92..0a8be9626 100644 --- a/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md +++ b/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md @@ -11,6 +11,21 @@ menu: weight: 202 --- +## v2.3.1 {date="2023-11-15"} + +### Bug fixes + +- Include error message description in device authorization polling errors. +- Do not save tokens when loading from file. +- Update header comments in the example `config.toml`. + +### Dependency updates + +- Update `github.com/golang-jwt/jwt/v5` from 5.0.0 to 5.1.0. +- Update `golang.org/x/oauth2` from 0.13.0 to 0.14.0. + +--- + ## v2.3.0 {date="2023-11-06"} _Features updated in this release are meant for internal InfluxData use and do diff --git a/content/influxdb/clustered/reference/release-notes/influxctl.md b/content/influxdb/clustered/reference/release-notes/influxctl.md index ed5a577e8..512ea8f66 100644 --- a/content/influxdb/clustered/reference/release-notes/influxctl.md +++ b/content/influxdb/clustered/reference/release-notes/influxctl.md @@ -12,6 +12,21 @@ weight: 202 canonical: /influxdb/cloud-dedicated/reference/release-notes/influxctl/ --- +## v2.3.1 {date="2023-11-15"} + +### Bug fixes + +- Include error message description in device authorization polling errors. +- Do not save tokens when loading from file. +- Update header comments in the example `config.toml`. + +### Dependency updates + +- Update `github.com/golang-jwt/jwt/v5` from 5.0.0 to 5.1.0. +- Update `golang.org/x/oauth2` from 0.13.0 to 0.14.0. + +--- + ## v2.3.0 {date="2023-11-06"} _Features updated in this release are meant for internal InfluxData use and do