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

Releases: ajgon/opsworks_ruby

v1.23.0

Choose a tag to compare

@ajgon ajgon released this 30 Jun 17:51
d5975f5

Features

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

v1.22.0

Choose a tag to compare

@ajgon ajgon released this 09 Feb 22:06
d0a4e6d

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

Choose a tag to compare

@ajgon ajgon released this 13 Oct 17:06
b6ca29b

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

Choose a tag to compare

@ajgon ajgon released this 08 Oct 17:12
e9b2ac5

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

Choose a tag to compare

@ajgon ajgon released this 06 May 15:43
31fd958

Features

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

v1.20.2

Choose a tag to compare

@ajgon ajgon released this 07 Feb 00:44
3020734

Bug Fixes

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

v1.20.1

Choose a tag to compare

@ajgon ajgon released this 12 Dec 22:04
fee3f5e

1.20.1 (2020-12-12)

Features

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

v1.20.0

Choose a tag to compare

@ajgon ajgon released this 08 Dec 17:41
ac93374

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

Choose a tag to compare

@ajgon ajgon released this 02 Aug 12:32
dc91b17

Features

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

v1.18.1

Choose a tag to compare

@ajgon ajgon released this 13 May 21:14
952c3b1

Bug Fixes

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