Skip to content

Latest commit

 

History

History
123 lines (66 loc) · 7.18 KB

CHANGELOG.md

File metadata and controls

123 lines (66 loc) · 7.18 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2020-08-09)

Features

3.0.0 (2020-07-05)

⚠ BREAKING CHANGES

  • all: dependents will have to update their env files to the new path

Features

  • all: move yaml files into a compose directory split by intended behavior (875b8c0)
  • magento: use develop image when using local sync (cb18ae1)
  • nginx: bump docker-compose nginx version to v1.18 (d9f6353)
  • php: add GNU patch to alpine develop image for applying patches (273ad23)
  • sync: remove useless volume from fullsync (36299e7)

Bug Fixes

  • env: fix a env split between windows and linux (821dbf5)

2.0.0 (2020-06-04)

⚠ BREAKING CHANGES

  • release: We have changed the docker-compose files that are used during the course of local development from prior verisons. As a result, you will need to change you env to the appropriate paths as described in the updated env.

Features

  • all: split compose file for full vs. partial sync of M2 files (18a684f)
  • elasticsearch: bump elasticsearch version to supported Magento version (5bbf584)
  • magento: add support for ee patches folder (6f6ecd4)
  • mysql: add entrypoint for dropping db dumps to seed an environment (05c4342)
  • mysql: add entrypoint mount to db yml (357a534)
  • mysql: add entrypoint mount to db yml (4971f3a)
  • nginx: add docs and support for adding local TLS certificates (0b0e027)
  • nginx: add nginx v1.18 image (01ddbde)
  • nginx: add support for picking up wildcard nginx.conf (e420246)
  • release: log major breaking changes (546df78)
  • sync: remove unused image settings from yml files (3d7d358)

1.4.0 (2020-02-25)

Features

  • docker: adds ext-sockets to support v2.3.4 (cbc580b)
  • environment: fixup initial permissions on code volume mount (35e8bf2)

1.3.0 (2019-09-25)

Features

  • docker: revert alpine-develop to app user (9450ccc)

1.2.0 (2019-09-25)

Bug Fixes

  • alpine-develop: remove poor image tag reference in develop docker-compose (019bd14)

Features

  • php-alpine-develop: remove app user, run as root in development mode (27e36ac)

1.1.1 (2019-09-25)

Bug Fixes

  • alpine, alpine-develop: fix permissions of html and vendor directories (df4f828)

Build System

  • all: add commit signing to releases (b52ef26)
  • all: auto publish images as new releases are added to the repo (d3b5c2a)

1.1.0 (2019-07-12)

Bug Fixes

  • php-alpine: fixes a bug where Magento needs --pid flag for ps command (b57da8c)

Features

  • all: adds a basic release process (20c52c6)
  • blackfire: make blackfire optional by default (088c667)
  • docker: add initial docker architecture for Magento 2 local environment (c006a37)
  • docker: adds bind mount for mage2docker-modules directory for writing composer modules (a55629b)
  • docker: adds new rabbitMQ service for Magento 2 (ba284d5)
  • docker: drastically lower final docker image size (a8b07e6)
  • docker: run new 7.2-fpm--alpine image out-of-the-box (a3ca9b4)
  • docker-dev: adds bind mounts for dev directory for test runs (ac4b981)
  • docker-dev: run new 7.2-fpm-alpine-develop image out-of-the-box (adac35b)
  • docs: add license (b8a26e4)
  • php: make local environment actually work and write some very basic documentation (e7697d5)
  • php-alpine-develop: enable better error logging into docker logs (d29cce4)