Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Releases: ajgon/opsworks_ruby

v1.23.0

30 Jun 17:51
d5975f5
Compare
Choose a tag to compare

Features

  • worker: worker option to use dot env (#289) (ba3d312)

v1.22.0

09 Feb 22:06
d0a4e6d
Compare
Choose a tag to compare

Bug Fixes

  • appserver: use pumactl start for restart if the puma.state file does not exists (#276) (c2c8713), closes #274

Features

  • worker: add good_job support (af98d67)

v1.21.1

13 Oct 17:06
b6ca29b
Compare
Choose a tag to compare

1.21.1 (2021-10-13)

Bug Fixes

  • modify the restart process for puma so that it can do a proper restart instead of killing and restarting the app (#257) (035ffb9)

v1.21.0

08 Oct 17:12
e9b2ac5
Compare
Choose a tag to compare

Bug Fixes

  • patch broken SSL certificates list (4887cf5), closes #268
  • update rubies for ruby-nq and fullstack, set default ruby to 2.7 (09ba7e1), closes #266

BREAKING CHANGES

  • By default new list of SSL certificates is used.

It should not affect any of your current deployments, but if you start seeing SSL errors, the first thing you should check, is disabling node['patches']['chef12_ssl_fix'] option.

See #268 for more information.

v1.20.3

06 May 15:43
31fd958
Compare
Choose a tag to compare

Features

  • webserver: apache2 - configurable mod_status (a82335d), closes #259

v1.20.2

07 Feb 00:44
3020734
Compare
Choose a tag to compare

Bug Fixes

  • run monit reload only once, after configure hook (1b784d1), closes #251

v1.20.1

12 Dec 22:04
fee3f5e
Compare
Choose a tag to compare

1.20.1 (2020-12-12)

Features

  • webserver: add CORS for /packs endpoints (ede019d), closes #248

v1.20.0

08 Dec 17:41
ac93374
Compare
Choose a tag to compare

Bug Fixes

Features

  • appserver: move appserver processes to foreground (37b9465), closes #244
  • deploy: use revision-based deploy provider (#245) (27887e6)

BREAKING CHANGES

  • appserver: Theoretically everything should work out of the box,
    and you shouldn't notice any change on your environment. However if your
    appserver start behave oddly (or probably - won't start at all) - this
    may be the first reason for that. Check generated monit files, check if
    monit is running and also check the syslog (monit is configured to write
    all the appserver output there).

v1.19.0

02 Aug 12:32
dc91b17
Compare
Choose a tag to compare

Features

  • deploy: include deploy resource polyfill (4f6d6fd), closes #242

v1.18.1

13 May 21:14
952c3b1
Compare
Choose a tag to compare

Bug Fixes

  • setup: link fullstaq ruby to /usr/local/bin (559c015), closes #237