Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Releases: intercity/chef-repo

2.5.0

30 Apr 14:22
Compare
Choose a tag to compare

Added

  • Added the "apt:unattended-upgrades" recipe in our Rails stacks so people can enable unattended upgrades.

2.4.0

28 Apr 10:24
Compare
Choose a tag to compare

Added

  • Ruby 2.1.0, 2.1.5 and 2.2.1 are now installed from binaries
  • Ability to remove an application from your server
  • Allow client_max_body_size configuration per application
  • Sets secure defaults for SSL protocol and ciphers

Fixed

  • Allow redirect domains to be set for the Passenger stack as well
  • Set encoding to utf-8 for sysadmins metadata file
  • Reload NGINX once a certificate has changed
  • Ruby 2.2.x dependency libffi-dev is now installed.

Misc

  • Downgraded to ruby 2.1.5

2.3.1

18 Feb 13:25
Compare
Choose a tag to compare

Fixed

  • Fixed Mysql2::Error: CREATE command denied to user issue after database
    cookbook upgrade.

2.3.0

30 Dec 20:32
Compare
Choose a tag to compare

Added

  • A .ruby-version file is generated by default in /u/apps//shared so it can be symlinked with the default Capistrano configuration.
  • A sysadmins cookbook which allows you to provide sysadmin users in the node configuration.
  • A sysadmins role. When added to your server, you can configure users that have sudo-access.
  • Nginx custom configuration whitch allows you to add custom configuration into the
    generated vhost configuration.
  • Integration testing with Test Kitchen via Vagrant in .kitchen.local.yml

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fixed 'uninitialized constant ActiveRecord' in Unicorn configuration when a the app does not have ActiveRecord.

Misc

  • Updated Ruby version to 2.2.0 for this repository.
  • Sudo recipe configuration changed to match Ubuntu's default sudo behaviour more closely.
  • Licensing has been moved to MIT

v2.2.0

28 Oct 11:33
Compare
Choose a tag to compare

Added

  • Backup support (Support for filesystem, mysql and postgresql, backup to S3)
  • Backup compression using GZip
  • Added ruby 2.1.3 to the ruby binary list
  • test-kitchen to automatically test the cookbooks and resulting server setup

Deprecated

  • Nothing

Removed

  • Removed the sudos cookbook because it is not needed for the Unicorn stack anymore

Fixed

  • Removed spaces from the .rbenv-vars template file

Misc

  • Upgraded the chef-repo ruby version to 2.1.2

v2.2.0.beta7

24 Oct 12:27
Compare
Choose a tag to compare
v2.2.0.beta7 Pre-release
Pre-release
Merge pull request #132 from intercity/jb-fix-backup-path

Make the crontab use the correct path and bash

v2.2.0.beta6

15 Oct 09:36
Compare
Choose a tag to compare
v2.2.0.beta6 Pre-release
Pre-release
Merge pull request #128 from intercity/jb-custom-backup-gem

Make nokogiri use syslibs

v2.2.0.beta5

07 Oct 07:25
Compare
Choose a tag to compare
v2.2.0.beta5 Pre-release
Pre-release
Fixed a bug in the compression enabled flag

Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>

v2.2.0.beta4

07 Oct 07:23
Compare
Choose a tag to compare
v2.2.0.beta4 Pre-release
Pre-release
Merge pull request #121 from intercity/jb-enable-compression-backups

Enable compression for backups

v2.2.0.beta3

05 Oct 10:22
Compare
Choose a tag to compare
v2.2.0.beta3 Pre-release
Pre-release
Merge branch 'jb-backups-fix'