This repository has been archived by the owner on Nov 10, 2019. It is now read-only.
Releases: mattbrictson/capistrano-mb
Releases · mattbrictson/capistrano-mb
0.35.1
📚 Documentation
- Missing Comma in Readme file (#19) @claudesoft
🏠 Housekeeping
- Set up release-drafter (#20) @mattbrictson
0.35.0
- Update x-sendfile configuration so that it works with Sidekiq's assets
- Move
dotenv:update
earlier in the deploy process so that new settings can be configured prior to the Rails app loading viaassets:precompile
ordb:migrate
0.34.1
0.34.0
- Ubuntu 18.04 LTS is now supported
- Remove unnecessary steps from
mb:rbenv:modify_bashrc
- Remove defunct
provision:12_04
andprovision:14_04
tasks
0.33.0
- Remove the deprecated
fiftyfive
compatibility layer - Drop compatibility with older Ubuntu releases; now only Ubuntu 16.04 is supported via a single
provision
task - Remove dependencies on
ppa:pitti
andppa:chris-lea
for postgres and node.js, respectively; use the official Ubuntu releases instead - Replace init_d scripts with systemd configs
- Completely remove delayed_job support
0.32.0
- Add immutable cache-control header to further boost performance of static assets
- Prefer IPv4 when fetching apt repo keys
0.31.0
- Ensure
software-properties-common
package is installed duringprovision:14_04
so thatapt-add-repository
works. - Don't echo dotenv values for keys with
pepper
in the name. - Add
ntp
to the list of packages installed on all server roles. - Fix "Capistrano tasks may only be invoked once" warning when using
deploy:migrate_and_restart
with Sidekiq.
0.30.0
0.29.0
- Add
public/.well-known
to:linked_dirs
to support Let's Encrypt renewals. - Fix recipe definition code so that Capistrano's
invoke
is not used
redundantly. This is not a change in behavior, but it does fix a warning that
is printed starting in Capistrano 3.6.0.
0.28.0
- Add
--quiet
to the defaultbundle install
flags - Enable SSH compression by default, now that zlib warning has been fixed in
SSHKit 1.10.0