|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | | -<!-- generated by git-cliff --> |
5 | | -<!-- generated by git-cliff --> |
6 | | -<!-- generated by git-cliff --> |
| 4 | + |
| 5 | +## [0.2.0] - 2025-08-29 |
| 6 | + |
| 7 | +### Added |
| 8 | +- **Interactive Setup Wizard** (`redisctl auth setup`) - Guided configuration for new users |
| 9 | +- **Authentication Testing** (`redisctl auth test`) - Verify credentials before use |
| 10 | +- **Configuration Management Commands**: |
| 11 | + - `redisctl config show` - Display current configuration and active profile |
| 12 | + - `redisctl config path` - Show configuration file location |
| 13 | + - `redisctl config validate` - Validate profile configurations |
| 14 | +- **Environment Variable Standardization**: |
| 15 | + - `REDISCTL_PROFILE` - Set active profile |
| 16 | + - `REDIS_CLOUD_API_KEY` / `REDIS_CLOUD_API_SECRET` - Cloud credentials |
| 17 | + - `REDIS_ENTERPRISE_URL` / `REDIS_ENTERPRISE_USER` / `REDIS_ENTERPRISE_PASSWORD` - Enterprise credentials |
| 18 | + - `REDIS_ENTERPRISE_INSECURE` - Skip SSL verification |
| 19 | + |
| 20 | +### Changed |
| 21 | +- Authentication now works without any configuration file (environment variables only) |
| 22 | +- Improved error messages with actionable suggestions |
| 23 | +- Better SSL certificate handling for Enterprise deployments |
| 24 | + |
| 25 | +### Fixed |
| 26 | +- Docker image publishing workflow |
| 27 | +- Configuration priority handling |
| 28 | +- Enterprise authentication with self-signed certificates |
| 29 | + |
| 30 | +### Removed |
| 31 | +- Optional redis-cloud and redis-enterprise binaries (use unified redisctl binary) |
| 32 | + |
| 33 | +## [0.1.1] - 2025-08-20 |
| 34 | + |
| 35 | +### Initial Release |
| 36 | +- Unified CLI for Redis Cloud and Enterprise |
| 37 | +- Smart command routing based on deployment type |
| 38 | +- Profile-based configuration management |
| 39 | +- Support for all Redis Cloud and Enterprise REST API endpoints |
0 commit comments