diff --git a/debian/changelog b/debian/changelog index 1020bed375080aca61aff745954f550647f9a8e6..0a3fa54ef9f3431e1ec8178bdba33a9b99ba5848 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +aegir3-provision (3.142) testing; urgency=medium + + * Drush download location is gone, see https://www.drupal.org/project/provision/issues/2942743 + + -- Herman van Rink Wed, 07 Feb 2018 21:56:26 +0100 + aegir3-provision (3.141) testing; urgency=medium * Upgrade issue on a missing task_command property, see https://www.drupal.org/project/hostmaster/issues/2942500 diff --git a/provision.info b/provision.info index 3b3a70d601e535d6a5801ce39ea5ae0401589633..5f42d2fab11496bd9f232664902dbfb4f616724d 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=7.x-3.141 +version=7.x-3.142 diff --git a/upgrade.sh.txt b/upgrade.sh.txt index 40791a9bbf627807fbcff72c7be13dcc2ed31358..d954220d2d1c8d7ac88f8bc3fa4723cc8f166446 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -9,7 +9,7 @@ ######################################################################## # Basic variables, change before running. -AEGIR_VERSION="7.x-3.141" +AEGIR_VERSION="7.x-3.142" NEW_DRUSH_VERSION="stable" # e.g stable, unstable, ignore or a version number like 8.1.3 # Extra variables, no changes needed for most use-cases.