Skip to content

Commit

Permalink
Release influxctl v2.4.3 (influxdata#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Jan 17, 2024
2 parents 5bf392a + f8428f0 commit b4da115
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ menu:
weight: 202
---

## v2.4.3 {date="2024-01-17"}

### Bug fixes

- Show empty value for database limits when not set, rather than zero.
- Use user configured port for write.
- Correct typos in query and write error messages.

### Dependency updates

- Update to go1.21.6
- Update `github.com/apache/arrow/go/v14` from 14.0.1 to 14.0.2.
- Update `github.com/cloudflare/circl` from 1.3.6 to 1.3.7.
- Update `github.com/jedib0t/go-pretty/v6` from 6.4.9 to 6.5.3.
- Update `github.com/urfave/cli/v2` from 2.26.0 to 2.27.1.
- Update `golang.org/x/crypto` from 0.16.0 to 0.17.0.
- Update `golang.org/x/oauth2` from 0.15.0 to 0.16.0.
- Update `google.golang.org/grpc` from 1.60.0 to 1.60.1.
- Update `google.golang.org/protobuf` from 1.31.0 to 1.32.0.

## v2.4.2 {date="2023-12-18"}

### Bug fixes
Expand Down
20 changes: 20 additions & 0 deletions content/influxdb/clustered/reference/release-notes/influxctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ weight: 202
canonical: /influxdb/cloud-dedicated/reference/release-notes/influxctl/
---

## v2.4.3 {date="2024-01-17"}

### Bug fixes

- Show empty value for database limits when not set, rather than zero.
- Use user configured port for write.
- Correct typos in query and write error messages.

### Dependency updates

- Update to go1.21.6
- Update `github.com/apache/arrow/go/v14` from 14.0.1 to 14.0.2.
- Update `github.com/cloudflare/circl` from 1.3.6 to 1.3.7.
- Update `github.com/jedib0t/go-pretty/v6` from 6.4.9 to 6.5.3.
- Update `github.com/urfave/cli/v2` from 2.26.0 to 2.27.1.
- Update `golang.org/x/crypto` from 0.16.0 to 0.17.0.
- Update `golang.org/x/oauth2` from 0.15.0 to 0.16.0.
- Update `google.golang.org/grpc` from 1.60.0 to 1.60.1.
- Update `google.golang.org/protobuf` from 1.31.0 to 1.32.0.

## v2.4.2 {date="2023-12-18"}

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ influxdb_cloud_dedicated:
list_order: 3
latest: cloud-dedicated
link: "https://www.influxdata.com/contact-sales-form/"
latest_cli: 2.4.2
latest_cli: 2.4.3
placeholder_host: cluster-id.influxdb.io

influxdb_clustered:
Expand Down

0 comments on commit b4da115

Please sign in to comment.