update change log

pull/5565/head
Josh Powers 2024-08-13 10:26:19 -06:00
parent 3b15b4b312
commit 97a50d41fe
No known key found for this signature in database
GPG Key ID: A2FA14A470214D78
2 changed files with 25 additions and 0 deletions

View File

@ -11,6 +11,18 @@ menu:
weight: 202
---
## v2.9.5 {date="2024-08-13"}
### Bug Fixes
- Introduce auth login and logout commands.
### Dependency Updates
- Update `github.com/urfave/cli/v2` from 2.27.2 to 2.27.4
- Update `golang.org/x/mod` from 0.19.0 to 0.20.0
- Update `golang.org/x/oauth2` from 0.21.0 to 0.22.0
## v2.9.4 {date="2024-07-25"}
### Bug Fixes

View File

@ -12,6 +12,19 @@ weight: 202
canonical: /influxdb/cloud-dedicated/reference/release-notes/influxctl/
---
## v2.9.5 {date="2024-08-13"}
### Bug Fixes
- Introduce auth login and logout commands.
- Attempt to refresh OAuth tokens when refresh token is present.
### Dependency Updates
- Update `github.com/urfave/cli/v2` from 2.27.2 to 2.27.4
- Update `golang.org/x/mod` from 0.19.0 to 0.20.0
- Update `golang.org/x/oauth2` from 0.21.0 to 0.22.0
## v2.9.4 {date="2024-07-25"}
### Bug Fixes