Releases: fly-apps/dockerfile-rails
Releases · fly-apps/dockerfile-rails
v1.15.12
Eliminate an inadvertent hard dependency on Ruby 3.2
Full Changelog: v1.5.11...v1.5.12
v1.5.11
- default to yarn 1 if yarn is not installed locally as corepack doesn't support "latest"
- upgrade tests to Rails 7.1 and bun
- miscellaneous cleanups in the README
Full Changelog: v1.5.10...v1.5.11
v1.5.10
What's Changed
- Add supporting freetds lib for required tiny_tds driver with SQL Server by @ttilberg in #64
- more complete support for SQL server: new option, auto detection, set as deploy database if used
- Fix --add-base to add packages even if there isn't a motivating requirement (e.g. passenger, chrome)
Full Changelog: v1.5.9...v1.5.10
v1.5.9
Fix --parallel to also handle bun by incorporating suggestions by @luizkowalski. See: #60
Full Changelog: v1.5.8...v1.5.9
v1.5.8
v1.5.7
What's Changed
- Add Litestack detection and configuration by @bradgessler in #56
Full Changelog: v1.5.6...v1.5.7
v1.5.6
Fix dockerfiles generated when node is not installed locally, and execjs is used
Full Changelog: v1.5.5...v1.5.6
v1.5.5
exclude pids, storage directories in .dockerignore
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Avoids invalid byte sequence in UTF-8 by @kinduff in #55
- Allow to provide credentials for a private gemserver by @tmaier in #47
- When node is not detected use system version rather than non-existent "lts" version
- add .npmrc and/or .yarnrc to COPY statement if present
- only run bootsnap once if precompile=="defer"
New Contributors
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- Improve nginx proxy headers by @primdahl in #49
- Using proxy_params was too heavy handed by @primdahl in #50
- Add Rollbar support by @tomczak-mateusz in #51
- Fix the Dockerfile generation when --max-idle flag is passed by @pil0u in #54
New Contributors
- @primdahl made their first contribution in #49
- @tomczak-mateusz made their first contribution in #51
- @pil0u made their first contribution in #54
Full Changelog: v1.5.2...v1.5.3