Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

28 lines (24 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

Changed

  • move unset of Bundler env vars to entrypoint PR34

Deprecated

Removed

  • BUNDLE_HOME is no longer a Bundler env var PR34

Fixed

  • a bug that would cause migrations not to run in certain scenarios I31 PR32

Security

[0.4.0] - 08-08-2020

Changed

  • default to exposing only necessary ports PR26
  • move most config to compose file PR28

Fixed

  • handle new apps with no schema.rb or structure.sql I22 PR25

[0.3.1] - 07-20-2020

Fixed

  • command in docker-compose template PR21

Added

  • Initial Changelog