Releases: richdynamix/arc
Releases · richdynamix/arc
Release 4.1.0
Changed
- Compatibility with PHP 8 #27
Release 4.0.1
Fixed
- Symfony Process - Fix Process usage due to library update.
Release 4.0.0
Updated
- Base Image - Base image now uses PHP 7.4 by default.
- Laravel 8 - Package now requires Laravel 8 by default.
- REDIS - REDIS container now uses the latest version of the official image. Currently 6.0.9
- MySQL - Updated MySQL container to use MySQL 8 by default.
Release 3.0.0
Updated
- Base Image - Base image now uses PHP 7.3 by default using Digitonic's maintained fork of the continuouspipe images.
- Docker Containers - Container names were added for consistent tooling
- Laravel 6 - Package now requires Laravel 6 by default
Updated
- SSH - SSH helper script now takes an argument of container name to connect to.
Removed
- Envs - Braintree envs were removed for compatibility with Laravel 6, Spark 9 and Cashier 10
- Chrome - Chrome was removed from image. This was originally for Dusk tests however, a better option is to add a dedicated Chrome container to proxy.
Release 2.2.1
Fixed
- Helm Charts - Will now include the new separated ENV files when building the deployment
Release 2.2.0
Added
- CI/CD - New CI CD configuration workflow with Travis and Helm Charts
- Helper Functions - New helper functions added to the Plan.sh file to allow clearing CloudFlare cache and quick access to supervisor console.
Release 2.1.0
Added
- Composer Flags - Added
--ignore-platform-reqs
composer flag for Arc self removing cleanup.
Release 2.0.0
Added
- Composer Flags - Added a
COMPOSER_INSTALL_FLAGS
env to allow far more control over the install process. Additionally, this is been seeded with the extra flag--ignore-platform-reqs
. Thanks to @nicobrinkkemper for the suggestion.
Changed
- Install - The Arc installer no longer automates the package dependencies. Instead it will remove its self from the project after it has published the Docker configurations.
Fixed
- ENV - Removed a semicolon at the end of each generated env line. This was causing issues with the latest version of Dotenv
Release 1.0.0
Added
- New installation method, no more publishing configurations with service provider
- Prompt to add commonly used packages to bootstrap new projects
- Configure Horizon within container if package is installed as part of setup
- New SSH bash script for easier connecting to web container
Changed
- PHP 7.2 by default
- NodeJS 10
- Requires Laravel 5.5 and above
Removed
- Removed Gulp from Dockerfile
- Removed migrate on container start feature
v0.1.0
Remove WIP