Releases: spryker/docker-sdk
Releases · spryker/docker-sdk
1.63.0
Included commits: 1.62.0...1.63.0
Improvements
- Added support for RabbitMQ versions 3.10, 3.11, 3.12, and 3.13
- Added support for PostgreSQL version 17
Security
- Enabled Trivy and Trufflehog for enhanced security scanning
- Implemented a strict transport security header for static content
- Resolved security vulnerabilities in the Dashboard service
- Fixed Twig security vulnerabilities
Fixes
- Resolved an issue with Mutagen v0.18 support
1.62.0
Included commits: 1.61.0...1.62.0
Improvements
- Added support for MariaDB 10.11.
- Enabled the use of NPM private packages.
Fixes
- Removed the warning message caused by the deprecated
version
configuration indocker-compose
. - Fixed an issue where
docker/sdk boot
would fail if the mail configuration was not defined in the deploy file.
Security
- Resolved security vulnerabilities in the Dashboard service.
1.61.0
Included commits: 1.60.0...1.61.0
Improvements
- Introduced support of Jenkins 2.442.
Security
- Fixed Jenkins security vulnerability (https://www.jenkins.io/security/advisory/2024-01-24/)
1.60.0
Included commits: 1.59.0...1.60.0
Improvements
- Introduced the support of the Orbstack.
- Introduced support of Jenkins 2.401.
- Introduced support of Alpine 3.18.
- Introduced
docker/sdk exec
command to execute a command for the specified service from thedocker/sdk ps
. - Introduced support of the CIDR format for IPs for maintenance whitelist.
- Improved the health check of Redis service.
- Improved the behavior of the Blackfire client installation.
- SwaggerUI is available for all Glue applications: Glue, GlueStorefront, and GlueBackend.
Fixes
- Fixed the behavior when the database container cannot start in the CI due to service unavailability.
Security
- Fixed the Dashboard service security vulnerability.
1.59.0
Included commits: 1.58.0...1.59.0
Improvements
- Introduced
SPRYKER_OAUTH_CLIENT_CONFIGURATION
environment variable instead ofOAUTH_CLIENT_SECRET
andOAUTH_CLIENT_IDENTIFIER
. - Introduced the ability to configure Nginx and PHP-FPM timeout option
- Updated security repository for Debian for the Jenkins services.
- Updated Blackfire version to the latest version.
- Extended ElasticSearch 7.10 and OpenSearch 1.3 with Japanese (kuromoji) Analysis plugin.
Fixes
- Fixed an issue when
Tideways
extension isn't enabled to start.
1.58.0
Included commits: 1.57.0...1.58.0
Improvements
- Introduced support of the Dynamic Multi-Store.
Fixes
- Fixed the behavior when the Jenkins job fails on 119 secs of execution.
1.57.0
Included commits: 1.56.0...1.57.0
Improvements
- Introduced MariaDB 10.6 support.
Fixes
- Fixed the behavior when service cli is not running the container into the CI.
1.56.0
Included commits: 1.55.0...1.56.0
Improvements
- Introduced Docker v23 compatibility.
- Introduced support of
pcov
extension. - Introduced
SPRYKER_GLUE_BACKEND_APPLICATION_CORS_ALLOW_ORIGIN
to store cors-allow-origin header forGLUE_BACKEND
application. - Introduced
SPRYKER_GLUE_STOREFRONT_APPLICATION_CORS_ALLOW_ORIGIN
to store cors-allow-origin header forGLUE_STOREFRONT
application.
Fixes
- Fixed an issue with WSL XDEBUG IP detection.
1.55.0
1.54.0
Included commits: 1.53.0...1.54.0
Improvements
- Introduced the possibility to disable unnecessary services via deploy file.