From f536f56ee5750a6868db7283868868125ee8435e Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Thu, 15 Aug 2024 13:40:56 -0600 Subject: [PATCH] more updates for 2.9.6, change log, and make messages more clustered/dedicated specific --- .../reference/cli/influxctl/auth/_index.md | 4 ++-- .../reference/cli/influxctl/auth/login.md | 4 ++-- .../reference/cli/influxctl/auth/logout.md | 2 +- .../cloud-dedicated/reference/release-notes/influxctl.md | 6 ++++++ .../clustered/reference/cli/influxctl/auth/_index.md | 2 +- .../clustered/reference/cli/influxctl/auth/login.md | 9 ++++----- .../clustered/reference/release-notes/influxctl.md | 6 ++++++ data/products.yml | 2 +- 8 files changed, 23 insertions(+), 12 deletions(-) diff --git a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md index abd908ba5..0c87fb7e0 100644 --- a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md +++ b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md @@ -4,7 +4,7 @@ description: > The `influxctl auth` command and its subcommands provide the ability to login and logout. menu: - influxdb_clustered: + influxdb_cloud_dedicated: parent: influxctl weight: 201 --- @@ -22,7 +22,7 @@ influxctl auth [subcommand] [subcommand options] [arguments...] | Subcommand | Description | | :----------------------------------------------------------------------- | :------------------------------ | -| [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Log in using InfluxData Auth0 or an InfluxDB Clustered identity provider | +| [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Log in using InfluxData Auth0 | | [logout](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout/) | Remove local authorization tokens to log out of an InfluxDB cluster | | help, h | Output command help | diff --git a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login.md b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login.md index 364a007c4..ea3f60a0d 100644 --- a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login.md +++ b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login.md @@ -1,8 +1,8 @@ --- title: influxctl auth login description: > - The `influxctl auth login` command lets a user log in to an InfluxDB cluster using InfluxData Auth0 or an InfluxDB - Clustered identity provider + The `influxctl auth login` command lets a user log in to an InfluxDB cluster using + {{< product-name omit="Clustered" >}} identity provider menu: influxdb_cloud_dedicated: parent: influxctl auth diff --git a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout.md b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout.md index 578400201..28f47a6c1 100644 --- a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout.md +++ b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout.md @@ -3,7 +3,7 @@ title: influxctl auth logout description: > The `influxctl auth logout` command logs out a user by removing local authorization tokens menu: - influxdb_clustered: + influxdb_cloud_dedicated: parent: influxctl auth weight: 301 --- diff --git a/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md b/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md index d69d6c7ca..25c8ecadb 100644 --- a/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md +++ b/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md @@ -11,6 +11,12 @@ menu: weight: 202 --- +## v2.9.6 {date="2024-08-15"} + +### Bug Fixes + +- Update query to wait for EOF on stdin instead of the first newline. + ## v2.9.5 {date="2024-08-13"} ### Bug Fixes diff --git a/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md b/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md index 6fa172b27..618ac65d6 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md +++ b/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md @@ -22,7 +22,7 @@ influxctl auth [subcommand] [subcommand options] [arguments...] | Subcommand | Description | | :----------------------------------------------------------------- | :------------------------------ | -| [login](/influxdb/clustered/reference/cli/influxctl/auth/login/) | Login with InfluxData Auth0 or InfluxDB Clustered identity provider | +| [login](/influxdb/clustered/reference/cli/influxctl/auth/login/) | Login with InfluxDB Clustered identity provider | | [logout](/influxdb/clustered/reference/cli/influxctl/auth/logout/) | Remove local tokens | | help, h | Output command help | diff --git a/content/influxdb/clustered/reference/cli/influxctl/auth/login.md b/content/influxdb/clustered/reference/cli/influxctl/auth/login.md index 0d4fc7f0b..3d0ce0dd9 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/auth/login.md +++ b/content/influxdb/clustered/reference/cli/influxctl/auth/login.md @@ -1,10 +1,9 @@ --- title: influxctl auth login description: > - The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB - Clustered identity provider - The `influxctl auth login` command lets a user log in to an InfluxDB cluster using - the cluster's configured identity provider. + The `influxctl auth login` command lets a user log in to an InfluxDB cluster + using the cluster's configured identity provider. +menu: influxdb_clustered: parent: influxctl auth weight: 301 @@ -14,7 +13,7 @@ The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB Clustered identity provider The `influxctl auth login` command lets a user log in to an {{< product-name omit="Clustered" >}} cluster using the cluster's configured -identity provider. +identity provider. ## Usage ```sh diff --git a/content/influxdb/clustered/reference/release-notes/influxctl.md b/content/influxdb/clustered/reference/release-notes/influxctl.md index 6d3100194..ca796a532 100644 --- a/content/influxdb/clustered/reference/release-notes/influxctl.md +++ b/content/influxdb/clustered/reference/release-notes/influxctl.md @@ -12,6 +12,12 @@ weight: 202 canonical: /influxdb/cloud-dedicated/reference/release-notes/influxctl/ --- +## v2.9.6 {date="2024-08-15"} + +### Bug Fixes + +- Update query subcommand to wait for EOF on stdin instead of the first newline. + ## v2.9.5 {date="2024-08-13"} ### Bug Fixes diff --git a/data/products.yml b/data/products.yml index 6df545d95..b31095028 100644 --- a/data/products.yml +++ b/data/products.yml @@ -55,7 +55,7 @@ influxdb_cloud_dedicated: list_order: 3 latest: cloud-dedicated link: "https://www.influxdata.com/contact-sales-form/" - latest_cli: 2.9.5 + latest_cli: 2.9.6 placeholder_host: cluster-id.a.influxdb.io influxdb_clustered: