parent
01bd82e123
commit
d3c7dbe522
|
@ -11,6 +11,14 @@ menu:
|
||||||
weight: 202
|
weight: 202
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## v2.7.1 {date="2024-03-27"}
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Correctly parse template tag bucket strings.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v2.7.0 {date="2024-03-26"}
|
## v2.7.0 {date="2024-03-26"}
|
||||||
|
|
||||||
This minor release adds the `--template-tag-bucket` partition template option to
|
This minor release adds the `--template-tag-bucket` partition template option to
|
||||||
|
|
|
@ -12,6 +12,38 @@ weight: 202
|
||||||
canonical: /influxdb/cloud-dedicated/reference/release-notes/influxctl/
|
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"}
|
## v2.6.0 {date="2024-03-18"}
|
||||||
|
|
||||||
`influxctl` 2.6.0 introduces the ability to create, list, and revoke
|
`influxctl` 2.6.0 introduces the ability to create, list, and revoke
|
||||||
|
|
|
@ -55,7 +55,7 @@ influxdb_cloud_dedicated:
|
||||||
list_order: 3
|
list_order: 3
|
||||||
latest: cloud-dedicated
|
latest: cloud-dedicated
|
||||||
link: "https://www.influxdata.com/contact-sales-form/"
|
link: "https://www.influxdata.com/contact-sales-form/"
|
||||||
latest_cli: 2.7.0
|
latest_cli: 2.7.1
|
||||||
placeholder_host: cluster-id.influxdb.io
|
placeholder_host: cluster-id.influxdb.io
|
||||||
|
|
||||||
influxdb_clustered:
|
influxdb_clustered:
|
||||||
|
|
Loading…
Reference in New Issue