Skip to content

Releases: engineyard/ey-cookbooks-stable-v6

stable-v6-1.0.32

02 Apr 05:04
511b3f7
Compare
Choose a tag to compare

This release:

  1. Updates MySQL to the latest available versions (PR: #174)
  2. Updates PostgreSQL to the latest available versions (PR: #175)
  3. Improves the configuration of collect DB checks (PR: #173)
  4. Fixes a bug with the configuration of Aurora MySQL (PR: #176)

stable-v6-1.0.31

25 Mar 11:59
2027634
Compare
Choose a tag to compare

This release:

  1. Redirects assets to ssl app stream when ssl is enabled (PR: #169)
  2. Fixes remote_syslog init script to ensure consistent restarts (PR: #170)
  3. Fixes incorrect permissions of directories created by collectd check scripts (PR: #171)
  4. Adds support for custom SSL protocols and ciphers for nginx (PR: #172)
  5. Improves the installation process for PostgreSQL (PR: #177)

stable-v6-1.0.30

19 Mar 05:47
c0a74a9
Compare
Choose a tag to compare

This release:

  1. Adds support for Sidekiq via environment variables (PR: #159)
  2. Adds support for Aurora PostgreSQL (PR: #168)
  3. Excludes DB instances from hosting Sidekiq workers by default (PR: #167)

stable-v6-1.0.29

12 Mar 06:09
7509f52
Compare
Choose a tag to compare

This release:

  1. Adds support for MySQL 8.0 (PR: #166)
  2. Fixes a potential swap creation issue (PR: #157)
  3. Adds a new custom recipe to unmount and remove snaps (PR: #151)

stable-v6-1.0.28

27 Feb 05:30
02aeabc
Compare
Choose a tag to compare

This release:

  1. Adds support for Ruby 2.7 (PR: #156)
  2. Adds support for PHP 7.4 and installs additional PHP extensions by default (PR: #162)
  3. Adds the EY_PHP_EXTRA_EXTENSIONS environment variable for installing extra PHP extensions (PR: #164)
  4. Ensures the Delayed Job processes are run as the application owner user rather than the root user (PR: #165)

stable-v6-1.0.27

20 Feb 06:06
4ab326e
Compare
Choose a tag to compare

This release:

  • Fixes logging of the real IP on custom networks (VPCs) (PR: #153)
  • Sources environment variables on DJ and resque scripts (PR: #155)
  • Enables the NTP service so it is started after an instance reboot (PR: #152)
  • Fixes PHP environment variables (PR: #160)

stable-v6-1.0.26

06 Jan 15:37
461f7f3
Compare
Choose a tag to compare

This release:

  • Starts collectd httpd after a reboot (PR - #134)

  • Adds support for Redis 5.0.x. (PR - #141)

  • Cleans up old code around environment variables. (PR - #143)

  • Adds the EY_REDIS_VERSION environment variable to set a specific Redis version (PR - #142)

stable-v6-1.0.25

04 Dec 09:06
bdac146
Compare
Choose a tag to compare

This release:

  • Fixes Ruby 2.3 installation issues. (PR - #154)

stable-v6-1.0.24

18 Nov 09:02
14e2cfd
Compare
Choose a tag to compare
  • Enhances the PostgreSQL recipes to write the DB version lock file on the initial cookbooks run. (PR - #144)

  • Updates Ruby to the latest available versions. (PR - #149)

  • Updates to the latest versions of Node.js. (PR - #148)

  • Adds support for Ruby with jemalloc. (PR - #146)

stable-v6-1.0.23

04 Nov 11:43
1a16126
Compare
Choose a tag to compare
  • Fixes an issue with missing performance metrics. (PR - #145)
  • Sets the default memory limit of passenger-v5 to 250MB (Important! See below how this change affects your applications)(PR - #138)
  • Documents settings via environment variables. (PR - #139)
  • Adds detailed logging to swap partition creation. (PR - #140)

This update is going to affect customers using passenger with the default memory limit set. Please open a support ticket if you notice an increase in passenger workers' kills. More information can be found on the article Passenger and memory limits on Engine Yard

This release is based on a new AMI, version ey-ubuntu-18.04.0.8

Changes:

  • Installed latest package updates.
  • Added support for Ruby with jemalloc.
  • Removed hardcoded package versions.
  • Installed Ruby 2.6.5, 2.5.7, and 2.4.9.
  • Installed Node.js 8.16.2 and 10.17.0.
  • Remove collectd RRD data directory during AMI build.