diff --git a/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md b/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md index aea15e8ce..5028c23e9 100644 --- a/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md +++ b/content/influxdb/cloud-dedicated/reference/release-notes/influxctl.md @@ -11,6 +11,14 @@ menu: weight: 202 --- +## v2.7.1 {date="2024-03-27"} + +### Bug Fixes + +- Correctly parse template tag bucket strings. + +--- + ## v2.7.0 {date="2024-03-26"} This minor release adds the `--template-tag-bucket` partition template option to diff --git a/content/influxdb/clustered/reference/release-notes/influxctl.md b/content/influxdb/clustered/reference/release-notes/influxctl.md index 264ba2763..3fcbc9bbb 100644 --- a/content/influxdb/clustered/reference/release-notes/influxctl.md +++ b/content/influxdb/clustered/reference/release-notes/influxctl.md @@ -12,6 +12,38 @@ weight: 202 canonical: /influxdb/cloud-dedicated/reference/release-notes/influxctl/ --- +## v2.7.1 {date="2024-03-27"} + +### Bug Fixes + +- Correctly parse template tag bucket strings. + +--- + +## v2.7.0 {date="2024-03-26"} + +This minor release adds the `--template-tag-bucket` partition template option to +the already existing `--template-time-format` and `--template-tag` options used +to define custom partition templates for databases and tables. +This also fixes a nil pointer issue when listing management tokens. + +### Features + +- Introduce the bucket template method for grouping tag values into buckets and + partitioning by each tag bucket. + +### Bug Fixes + +- Ensure strings are not nil pointers. + +### Dependency Updates + +- Update `github.com/jedib0t/go-pretty/v6` from 6.5.5 to 6.5.6. +- Update `github.com/pelletier/go-toml/v2` from 2.1.1 to 2.2.0. +- Update granite proto. + +--- + ## v2.6.0 {date="2024-03-18"} `influxctl` 2.6.0 introduces the ability to create, list, and revoke diff --git a/data/products.yml b/data/products.yml index 0fd56b5ac..d9cbd3160 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.7.0 + latest_cli: 2.7.1 placeholder_host: cluster-id.influxdb.io influxdb_clustered: