diff --git a/aegir-release.make b/aegir-release.make index e3587534524f9ab2a682075f0ce4e0958bd6c78c..5d26842bf07f6b4b6b1d176353dc4d6196c68a93 100644 --- a/aegir-release.make +++ b/aegir-release.make @@ -7,5 +7,5 @@ projects[drupal][type] = "core" ; The release.sh script updates the version of hostmaster. projects[hostmaster][type] = "profile" projects[hostmaster][download][type] = "git" -projects[hostmaster][download][tag] = "7.x-3.140" +projects[hostmaster][download][tag] = "7.x-3.141" projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git" diff --git a/debian/changelog b/debian/changelog index 1ca461978ebfa9ff36f2808e6b05d279f619b7d3..1020bed375080aca61aff745954f550647f9a8e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +aegir3-provision (3.141) testing; urgency=medium + + * Upgrade issue on a missing task_command property, see https://www.drupal.org/project/hostmaster/issues/2942500 + + -- Herman van Rink Tue, 06 Feb 2018 21:43:30 +0100 + aegir3-provision (3.140) unstable; urgency=medium * Bugfixes and UI improvements, see http://aegir.readthedocs.org/en/3.x/release-notes/3.14 diff --git a/provision.info b/provision.info index 51e32003b1c042da6632398c230d4e38d380cf3f..3b3a70d601e535d6a5801ce39ea5ae0401589633 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=7.x-3.140 +version=7.x-3.141 diff --git a/upgrade.sh.txt b/upgrade.sh.txt index f4263c958823d998844913b2d4d4343165336f9d..40791a9bbf627807fbcff72c7be13dcc2ed31358 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -9,7 +9,7 @@ ######################################################################## # Basic variables, change before running. -AEGIR_VERSION="7.x-3.140" +AEGIR_VERSION="7.x-3.141" 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.