This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
Releases: ajgon/opsworks_ruby
Releases · ajgon/opsworks_ruby
v1.23.0
v1.22.0
v1.21.1
v1.21.0
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
v1.20.2
v1.20.1
v1.20.0
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).