From d234e1ebda0542e3b6502b49299860d3cb1cc0d2 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 3 Feb 2025 09:27:50 -0700 Subject: [PATCH] influxctl 2.9.9 release notes and changes (#5815) --- .../cli/influxctl/management/list.md | 9 +++--- .../reference/cli/influxctl/token/list.md | 9 +++--- .../reference/release-notes/influxctl.md | 28 +++++++++++++++++++ .../cli/influxctl/management/list.md | 9 +++--- .../reference/cli/influxctl/token/list.md | 9 +++--- .../reference/release-notes/influxctl.md | 28 +++++++++++++++++++ 6 files changed, 76 insertions(+), 16 deletions(-) diff --git a/content/influxdb3/cloud-dedicated/reference/cli/influxctl/management/list.md b/content/influxdb3/cloud-dedicated/reference/cli/influxctl/management/list.md index 8af5044ea..8fc5069b5 100644 --- a/content/influxdb3/cloud-dedicated/reference/cli/influxctl/management/list.md +++ b/content/influxdb3/cloud-dedicated/reference/cli/influxctl/management/list.md @@ -39,10 +39,11 @@ influxctl management list [--format=table|json] ## Flags -| Flag | | Description | -| :--- | :--------- | :-------------------------------------------- | -| | `--format` | Output format (`table` _(default)_ or `json`) | -| `-h` | `--help` | Output command help | +| Flag | | Description | +| :--- | :--------- | :------------------------------------------------------------------------------------------------------------ | +| | `--format` | Output format (`table` _(default)_ or `json`) | +| | `--sort` | Sort output by a specific column (`created` _(default)_, `id`, `description`, `prefix`, `expires`, `revoked`) | +| `-h` | `--help` | Output command help | {{% caption %}} _Also see [`influxctl` global flags](/influxdb3/cloud-dedicated/reference/cli/influxctl/#global-flags)._ diff --git a/content/influxdb3/cloud-dedicated/reference/cli/influxctl/token/list.md b/content/influxdb3/cloud-dedicated/reference/cli/influxctl/token/list.md index a424b74fe..cfd351f74 100644 --- a/content/influxdb3/cloud-dedicated/reference/cli/influxctl/token/list.md +++ b/content/influxdb3/cloud-dedicated/reference/cli/influxctl/token/list.md @@ -24,10 +24,11 @@ influxctl token list [--format=table|json] ## Flags -| Flag | | Description | -| :--- | :--------- | :-------------------------------------------- | -| | `--format` | Output format (`table` _(default)_ or `json`) | -| `-h` | `--help` | Output command help | +| Flag | | Description | +| :--- | :--------- | :------------------------------------------------------------------------------------------------------------ | +| | `--format` | Output format (`table` _(default)_ or `json`) | +| | `--sort` | Sort output by a specific column (`created` _(default)_, `id`, `description`, `prefix`, `expires`, `revoked`) | +| `-h` | `--help` | Output command help | {{% caption %}} _Also see [`influxctl` global flags](/influxdb3/cloud-dedicated/reference/cli/influxctl/#global-flags)._ diff --git a/content/influxdb3/cloud-dedicated/reference/release-notes/influxctl.md b/content/influxdb3/cloud-dedicated/reference/release-notes/influxctl.md index 5968907c4..e0467b19f 100644 --- a/content/influxdb3/cloud-dedicated/reference/release-notes/influxctl.md +++ b/content/influxdb3/cloud-dedicated/reference/release-notes/influxctl.md @@ -11,6 +11,34 @@ menu: weight: 202 --- +## v2.9.9 {date="2025-01-24"} + +### Features + +- Sort [`influxctl token list`](/influxdb3/cloud-dedicated/reference/cli/influxctl/token/list/) +and [`influxctl management list`](/influxdb3/cloud-dedicated/reference/cli/influxctl/management/list/) output. + +### Bug fixes + +- Remove `UpdateAccount` and `UpdateCluster`. +- Remove "incorrect version" warning for gRPC unimplemented error code. +- Correctly parse multi-line queries from stdin. + +### Dependency updates + +- Update `github.com/fatih/color` from 1.17.0 to 1.18.0. +- Update `github.com/go-git/go-git/v5` from 5.12.0 to 5.13.1. +- Update `github.com/jedib0t/go-pretty/v6` from 6.6.0 to 6.6.5. +- Update `github.com/stretchr/testify` from 1.9.0 to 1.10.0. +- Update `golang.org/x/crypto` from 0.27.0 to 0.31.0. +- Update `golang.org/x/mod` from 0.21.0 to 0.22.0. +- Update `golang.org/x/oauth2` from 0.23.0 to 0.25.0. +- Update `google.golang.org/grpc` from 1.67.1 to 1.69.4. +- Update `google.golang.org/protobuf` from 1.35.1 to 1.36.3. +- Update Go to v1.23.5. + +--- + ## v2.9.8 {date="2024-10-15"} ### Bug Fixes diff --git a/content/influxdb3/clustered/reference/cli/influxctl/management/list.md b/content/influxdb3/clustered/reference/cli/influxctl/management/list.md index c0271f9e0..42cba4435 100644 --- a/content/influxdb3/clustered/reference/cli/influxctl/management/list.md +++ b/content/influxdb3/clustered/reference/cli/influxctl/management/list.md @@ -39,10 +39,11 @@ influxctl management list [--format=table|json] ## Flags -| Flag | | Description | -| :--- | :--------- | :-------------------------------------------- | -| | `--format` | Output format (`table` _(default)_ or `json`) | -| `-h` | `--help` | Output command help | +| Flag | | Description | +| :--- | :--------- | :------------------------------------------------------------------------------------------------------------ | +| | `--format` | Output format (`table` _(default)_ or `json`) | +| | `--sort` | Sort output by a specific column (`created` _(default)_, `id`, `description`, `prefix`, `expires`, `revoked`) | +| `-h` | `--help` | Output command help | {{% caption %}} _Also see [`influxctl` global flags](/influxdb3/clustered/reference/cli/influxctl/#global-flags)._ diff --git a/content/influxdb3/clustered/reference/cli/influxctl/token/list.md b/content/influxdb3/clustered/reference/cli/influxctl/token/list.md index a0bd0065b..eb5dfde9e 100644 --- a/content/influxdb3/clustered/reference/cli/influxctl/token/list.md +++ b/content/influxdb3/clustered/reference/cli/influxctl/token/list.md @@ -23,10 +23,11 @@ influxctl token list [--format=table|json] ## Flags -| Flag | | Description | -| :--- | :--------- | :-------------------------------------------- | -| | `--format` | Output format (`table` _(default)_ or `json`) | -| `-h` | `--help` | Output command help | +| Flag | | Description | +| :--- | :--------- | :------------------------------------------------------------------------------------------------------------ | +| | `--format` | Output format (`table` _(default)_ or `json`) | +| | `--sort` | Sort output by a specific column (`created` _(default)_, `id`, `description`, `prefix`, `expires`, `revoked`) | +| `-h` | `--help` | Output command help | {{% caption %}} _Also see [`influxctl` global flags](/influxdb3/clustered/reference/cli/influxctl/#global-flags)._ diff --git a/content/influxdb3/clustered/reference/release-notes/influxctl.md b/content/influxdb3/clustered/reference/release-notes/influxctl.md index 988dd6bb5..4ff2fa42e 100644 --- a/content/influxdb3/clustered/reference/release-notes/influxctl.md +++ b/content/influxdb3/clustered/reference/release-notes/influxctl.md @@ -12,6 +12,34 @@ weight: 202 canonical: /influxdb3/cloud-dedicated/reference/release-notes/influxctl/ --- +## v2.9.9 {date="2025-01-24"} + +### Features + +- Sort [`influxctl token list`](/influxdb3/clustered/reference/cli/influxctl/token/list/) +and [`influxctl management list`](/influxdb3/clustered/reference/cli/influxctl/management/list/) output. + +### Bug fixes + +- Remove `UpdateAccount` and `UpdateCluster`. +- Remove "incorrect version" warning for gRPC unimplemented error code. +- Correctly parse multi-line queries from stdin. + +### Dependency updates + +- Update `github.com/fatih/color` from 1.17.0 to 1.18.0. +- Update `github.com/go-git/go-git/v5` from 5.12.0 to 5.13.1. +- Update `github.com/jedib0t/go-pretty/v6` from 6.6.0 to 6.6.5. +- Update `github.com/stretchr/testify` from 1.9.0 to 1.10.0. +- Update `golang.org/x/crypto` from 0.27.0 to 0.31.0. +- Update `golang.org/x/mod` from 0.21.0 to 0.22.0. +- Update `golang.org/x/oauth2` from 0.23.0 to 0.25.0. +- Update `google.golang.org/grpc` from 1.67.1 to 1.69.4. +- Update `google.golang.org/protobuf` from 1.35.1 to 1.36.3. +- Update Go to v1.23.5. + +--- + ## v2.9.8 {date="2024-10-15"} ### Bug Fixes