fix(services): Update S3 credentials naming and add S3_ENDPOINT/S3_USESSL support for improved MinIO integration
This commit is contained in:
21
changelog.md
21
changelog.md
@@ -1,12 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-15 - 1.17.4 - fix(services)
|
||||
Update S3 credentials naming and add S3_ENDPOINT support for improved MinIO integration
|
||||
## 2025-08-15 - 1.17.5 - fix(services)
|
||||
Update S3 credentials naming and add S3_ENDPOINT/S3_USESSL support for improved MinIO integration
|
||||
|
||||
- Replaced S3_USER/S3_PASS with S3_ACCESSKEY/S3_SECRETKEY in ServiceConfiguration.
|
||||
- Added S3_ENDPOINT field with default endpoint in ServiceConfiguration.
|
||||
- Updated ServiceManager to use new credential names in container setup and logging.
|
||||
- Introduced .claude/settings.local.json for permission settings.
|
||||
- Replaced S3_USER/S3_PASS with S3_ACCESSKEY/S3_SECRETKEY in ServiceConfiguration
|
||||
- Added S3_ENDPOINT field with automatic protocol selection based on S3_USESSL
|
||||
- Introduced S3_USESSL boolean field for SSL/TLS configuration
|
||||
- Updated ServiceManager logging to display new S3_USESSL configuration
|
||||
- Added .claude/settings.local.json for local permission settings
|
||||
|
||||
## 2025-08-15 - 1.17.4 - fix(services)
|
||||
Update S3 credentials naming and add S3_ENDPOINT/S3_USESSL support for improved MinIO integration
|
||||
|
||||
- Replaced S3_USER/S3_PASS with S3_ACCESSKEY/S3_SECRETKEY in ServiceConfiguration
|
||||
- Added S3_ENDPOINT field with automatic protocol selection based on S3_USESSL
|
||||
- Added S3_USESSL boolean field for SSL/TLS configuration support
|
||||
- Updated ServiceManager to use new credential names in container setup and logging
|
||||
|
||||
## 2025-08-15 - 1.17.3 - fix(serviceconfig)
|
||||
Update service configuration to include dynamic MongoDB connection string and add local permissions settings
|
||||
|
Reference in New Issue
Block a user