Skip to content

Latest commit

 

History

History
137 lines (81 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

137 lines (81 loc) · 3.08 KB

Supermarket

v2.4.3 (2014-07-07)

The "supermarket is live" release!

  • Remove COMMUNITY_SITE_DATABASE_URL from .env
  • Make use of WEB_CONCURRENCY for unicorn config to allow adjusting the number of workers based on the number of CPUs.
  • Add an attribute to allow certain domains to not be redirected from http -> https.

v2.4.2 (2014-07-07)

  • IMPORTANT Version 2.4.2 was tagged incorrectly.

v2.4.1 (2014-07-03)

  • Add log rotation to avoid filling disk with rails and nginx logs

v2.3.6 (2014-07-02)

  • No new code. Recovering from error.

v2.3.5 (2014-07-02)

  • Add Curry Success label to .env.production template

v2.3.3 (2014-07-02)

  • Allow Google Analytics ID to be configured (#27)
  • Add CCLA and ICLA versions to the .env.production template (#30)

v2.3.1 (2014-06-30)

  • Corrects supermarket::vagrant recipe missing _mysql

v2.3.0 (2014-06-25)

  • Moves bundler vendored gems to a shared directory that does not get recreated during each deploy (#25)
  • Adds sv log to runit service (#26)

v2.2.2 (2014-06-24)

  • Add a .gemrc for the supermarket user (#23)
  • Add Segment.IO key to .env.production template

v2.2.0 (2014-06-23)

  • Allow protocol to be configured for things like email, etc. (#21)
  • Install libarchive-dev (#20)
  • Fix the order of mysql recipe (#17)

v2.1.2 (2014-06-18)

  • In 2.1.0, the force_ssl attribute was added. During development it was previously enforce_ssl, but the template wasn't updated.

v2.1.0 (2014-06-18)

  • Support enforcing HTTPS redirect

v2.0.2 (2014-06-11)

  • Adds libmysql to make it so bundler completes

v2.0.0 (2014-06-10)

This release may not work properly if you currently define an empty database key in your apps data bag. Please remove it, if it is uneeded.

  • Adds support for serving sitemaps via nginx
  • Adds support for generating sitemaps after a deploy
  • Refines the way database.yml is handled
  • Allows COMMUNITY_SITE_DATABASE_URL to be set via the databag for imports from the old community site to be run.
  • Updates .kitchen.cloud.yml to test 14.04

v1.3.4 (2014-06-06)

  • Move postgres dev header package install to ruby recipe (required to build pg gem)
  • Ensure build-essential is installed so bundle can build gems' C extensions
  • Add port option to database.yml

v1.3.2 (2014-06-06)

  • Test on Ubuntu 14.04
  • Create postgresql config directory
  • Use link resources for ruby instead of update-alternatives

v1.3.0 (2014-06-02)

  • Updates testing harness
  • Adds supermarket::web recipe for deploying web servers
  • Adds node['supermarket']['data_bag'] as an easy way to use a different data bag in prod.

v1.2.6 (2014-05-30)

Actual push to the community site

v1.2.5 (2014-05-30)

This is the initial version of the cookbook published to the community site.