Version 1.1.0
Version 1.1.0 Release Notes
Compatible with OpenSearch 1.0.X, 1.1.X, 1.2.X
Security Update
A high severity vulnerability (CVE-2021-44833) has been reported that OpenSearch CLI has weak permission for the auto generated config file.
As of OpenSearch CLI 1.1.0, newly auto generated config file will have permission where only current user can read and write . With respect to user defined config file, CLI will not accept the config file unless the config file is set to above mentioned permission .
For existing users, who are upgrading to 1.1.0, you have to manually update your config file's permission to less open(only you can read and write it) to continue using OpenSearch CLI.
For new users, default config file will be created with less open permission.
Enhancements
- Update version to next minor version (#30)
Bug Fixes
- Update config file permission (#29)
Infrastructure
Documentation
- Update notice (#34)
Refactoring
- Refactor create config file (#36)