Skip to content

Releases: richdynamix/arc

Release 4.1.0

23 Aug 11:35
978d6b1
Compare
Choose a tag to compare

Changed

  • Compatibility with PHP 8 #27

Release 4.0.1

28 Apr 08:59
d0ac99f
Compare
Choose a tag to compare

Fixed

  • Symfony Process - Fix Process usage due to library update.

Release 4.0.0

21 Dec 10:13
Compare
Choose a tag to compare

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

05 Sep 21:34
Compare
Choose a tag to compare

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

21 May 13:36
388aa7e
Compare
Choose a tag to compare

Fixed

  • Helm Charts - Will now include the new separated ENV files when building the deployment

Release 2.2.0

16 May 15:57
abe678f
Compare
Choose a tag to compare

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

26 Feb 14:28
Compare
Choose a tag to compare

Added

  • Composer Flags - Added --ignore-platform-reqs composer flag for Arc self removing cleanup.

Release 2.0.0

23 Feb 20:25
2ebdf16
Compare
Choose a tag to compare

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

19 Sep 16:30
d164abd
Compare
Choose a tag to compare

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

11 Oct 09:05
Compare
Choose a tag to compare
Remove WIP