InfluxDB CLI 2.2.1 release notes (#3385)

pull/3386/head
kelseiv 2021-11-09 14:09:55 -08:00 committed by GitHub
parent 781d57d506
commit 749a7fccc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,17 @@ menu:
name: influx CLI
---
## v2.2.1 [2021-11-09]
This release includes two new bug fixes.
## Bug fixes
- Improve error messages for unknown subcommands (`Error: command “…” not recognized.`) by describing how to
run `./influx --help` to see a list of valid commands. Thanks @slai!
- Ensure `org members remove` API calls successfully remove a member from an organization by fixing accidental swap of `orgID` and `userID`. Thanks @geek981108!
## v2.2.0 [2021-10-21]
This release includes three new features and bug fixes.