From 32866045f19f4b042fbbd603b3d6d070cf2c9aec Mon Sep 17 00:00:00 2001 From: Vinod Kurup Date: Fri, 15 Jan 2016 13:23:02 -0500 Subject: [PATCH] Add release notes for 1.5.0 --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0379335..9eb6fe2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ Margarita Changes - always add to the top. +v 1.5.0 on Jan 15, 2016 +----------------------- + +* Added a state (``watchlog``) that allows you to forward any plain text log to syslog. + +* Don't run ``apt-get update`` on every package install, speeding up deploys. + +* Don't install NewRelic plugin unless we have a NewRelic key. + +* Fix NPM state and include it so that salt runs it. + + v 1.4.0 on Jan 8, 2016 ---------------------- @@ -19,6 +31,9 @@ v 1.4.0 on Jan 8, 2016 Upgrade notes from 1.3.0: +.. WARNING:: Do not use 1.4.0. Follow these instructions, but use 1.5.0 to get + a critical bugfix. + In order to upgrade to Margarita 1.4.0 you will need a package.json in your project. For gulpified projects this is where you define frontend packages and your frontend build process. For legacy projects, you may