Skip to content

Releases: engineyard/ey-cookbooks-stable-v6

stable-v6-1.0.22

15 Oct 09:50
75affbb
Compare
Choose a tag to compare

This release:

  • Adds support for Papertrail (PR - #126 and #110)
  • Adds a monitor on the app master instance which will initiate a takeover if it's not responding (PR - #133)

stable-v6-1.0.21

01 Oct 09:48
138b5dc
Compare
Choose a tag to compare

This release:

  • Makes Yarn available on all instances (PR - #132)

  • Runs filesystem check to fix issues when using snapshots to boot instances. (PR - #131)

  • Fixes performance graphs on newly booted stack V6 recipes (PR - #130)

  • Updates script used by collectd for mysql replication checks. (PR - #129)

  • Adds shared_db recipe to allow two applications to share a single database.yml configuration file (PR - #128)

  • Fixes performance graphs' unavailability after instance reboot (PR - #125)

  • Adds an empty env.custom file in cases where no custom variables are set (PR - #90)

  • Adds fail2ban recipe (PR - #89 & #85)

stable-v6-1.0.20

14 Sep 07:57
bf94d61
Compare
Choose a tag to compare

This release:

  • Adds support for PHP 7.1, 7.2 & 7.3 (PR - #79)

stable-v6-1.0.19

02 Sep 09:27
a2d173f
Compare
Choose a tag to compare

This release:

  • Removes customer-specific config on nginx configuration (PR - #122)
  • Applies correct ownership settings to user's crontab file (PR - #121)
  • Cosmetic refactoring in setting transparent huge pages in the Redis recipe. (PR - #115)
  • Updates to the latest available patch versions of PostgreSQL 9.5 and 9.6 (PR - #114)
  • Enables memcached recipe with EY_MEMCACHED_ENABLED environment variable (PR - #113)

stable-v6-1.0.18

16 Aug 12:17
5c70b7a
Compare
Choose a tag to compare

This release:

  • Removes hardcoded apt package versions. (PR - #116)

stable-v6-1.0.17

07 Aug 08:42
3cd9642
Compare
Choose a tag to compare

This release:

  • Sets PATH with the correct Ruby version on cron and unicorn when using EY_RUBY_VERSION. (PR - #112)

  • Adds allow_downgrades to packages recipe to install old versions of packages (PR - #111)

  • Adds Nodejs 10.16.0 (PR - #108)

  • Adds filtering for environmental variables to remove EY_ named vars (PR - #105)

  • HAproxy is now accepting HTTP 401 return as a healthy check. (PR - #103)

  • Removes --no-ri --no-rdoc. Adds /root/.gemrc with --no-ri --no-rdoc --no-document
    Note: .gemrc having --no-ri --no-rdoc on rubgyems 3 and --no-document on rubygems 2 is not a problem. gem commands won't fail. gem install will only fail with --no-ri --no-rdoc on rubygems 3 if you use the flags on the command line NOT on .gemrc
    (PR - #101)

  • Creates redis.conf and redis-server.service before installing the redis package. (PR - #100)

stable-v6-1.0.16

31 Jul 05:42
dbaa322
Compare
Choose a tag to compare
  • Upgrade PostgreSQL to 10.9 and 11.4. (PR - #107)

stable-v6-1.0.15

03 Jul 13:24
5a28a28
Compare
Choose a tag to compare

This release:

  1. Adds the newrelic_infra recipe. The newrelic_infra recipe sets up the New Relic Infrastructure agent. This will install the agent in all instances in the environment. (PR - #36)

  2. Updates the 9999_reboot.start script to ensure V6 instances do a full Chef run, in response to missing /var/run/engineyard prevents Unicorn starting up if an instance is restarted multiple times consecutively. Also updates MySQL extras recipe to use password as former no password method fails on post restart run. Also updates PostgreSQL setup_app_users_dbs recipe to use localhost for the DB hostname on instances running DBs, as hostname from DNA does not yet resolve to updated private IP that soon after instance restart and thus access is blocked by AWS SG. On other instances it still resolves to host from DNA in order that it works with RDS still. (PR - #83)

  3. Bumps snaplock version to 2.0.4 (PR - #84)

  4. Update Ruby minor versions to 2.4.6, 2.5.5 and 2.6.3 (PR - #99)

  5. Removes installation of gems through UI. Gems are installed during deployment using bundler these days. (PR - #87)

  6. Installs postgresql from postgresql.org (PR - #88)

  7. Chown /opt/rubies before installing ruby (PR - #91)

  8. Upgrade mysql 5.6 and 5.7 (PR - #92)

  9. Fixes file paths in documentation. (PR - #94)

  10. Fetches ruby version from EY_RUBY_VERSION if it exists. (PR - #97)

  11. Check if bin/ruby exists instead of ruby -v (PR - #98)

  12. Alerts are no longer raised for read-only status of system filesystems. (PR - #102)

  13. Removes overlay files accidentally added to custom redis recipe. (PR - #96)

  14. Reverts unintentional changes on remote_key_copy.sh (PR - #93)

  15. Adds resque scheduler recipe. It creates a resque-scheduler script and a monit config file. Each application on the environment will get its own Resque scheduler. (PR - #95)

stable-v6-1.0.14

23 May 07:36
f8d0b20
Compare
Choose a tag to compare

Production release.

Hello World of Stack V6