Influxctl v2.7.1 (#5395)

* Release influxctl v2.7.1

* Update change logs
pull/5396/head
Joshua Powers 2024-03-27 11:34:15 -06:00 committed by GitHub
parent 01bd82e123
commit d3c7dbe522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 41 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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: