Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Releases: mattbrictson/capistrano-mb

0.35.1

27 Jun 04:54
Compare
Choose a tag to compare

📚 Documentation

🏠 Housekeeping

0.35.0

03 Sep 23:19
Compare
Choose a tag to compare
  • 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 via assets:precompile or db:migrate

0.34.1

08 Jul 21:32
Compare
Choose a tag to compare
  • #18: Use tee to fix a problem where certain provisioning steps would fail for a non-root user

0.34.0

20 May 23:55
Compare
Choose a tag to compare
  • Ubuntu 18.04 LTS is now supported
  • Remove unnecessary steps from mb:rbenv:modify_bashrc
  • Remove defunct provision:12_04 and provision:14_04 tasks

0.33.0

29 Dec 19:56
Compare
Choose a tag to compare
  • 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 and ppa: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

26 May 14:47
Compare
Choose a tag to compare

0.31.0

15 Oct 04:12
Compare
Choose a tag to compare
  • Ensure software-properties-common package is installed during provision:14_04 so that apt-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

31 Aug 00:33
Compare
Choose a tag to compare
  • Change the hooks such that mb:crontab is run at the end of every deployment,
    rather than once during provisioning. This means that the crontab will now be
    regenerated and installed every time you cap deploy.
  • Fix a NoMethodError when showing certain compatibility warnings #14

0.29.0

19 Jul 18:14
Compare
Choose a tag to compare
  • 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

13 May 18:27
Compare
Choose a tag to compare
  • Add --quiet to the default bundle install flags
  • Enable SSH compression by default, now that zlib warning has been fixed in
    SSHKit 1.10.0