Releases for Provision

provision 6.x-0.4-alpha3

adrian - November 17, 2009 - 20:06
Download Size md5 hash
provision-6.x-0.4-alpha3.tar.gz 47.69 KB 9b4726a89fe2cf89a79542410bf512ee
Official release from CVS tag: DRUPAL-6--0-4-ALPHA3
Last updated: November 17, 2009 - 20:12

This is the third alpha for the 0.4 release of the Aegir hosting system.

  • several user interface improvements.
  • Added dependencies to drush make, modalframe and jquery ui
  • Only a single task node is managed for each task type related to each entity. Multiple tasks are handled through node revisions.
  • We now have a managed upgrade path through the 'hostmaster migrate' command.
  • Primitive support for Drupal7
  • Rewrote install script and documentation
  • Backup performance improvements
  • Backup file name changed to include the time
  • One-time login link directly available in the frontend, new password reset
  • Do not store passwords in settings.php for added security (it's now stored in the vhost)
  • Put the site offline during migration #632984
  • #595494 fix clone alias
  • Reduce the number of parallel tasks to avoid killing the server under heavy task load
  • API change: drop the redundant hosting_task_queue table
  • Tasks have now performance measurements that tell how much time it took

provision 6.x-0.4-alpha2

mig5 - October 8, 2009 - 01:22
Download Size md5 hash
provision-6.x-0.4-alpha2.tar.gz 45.99 KB 022d05b2784c209d1b2ba6ea83ed6d4c
Official release from CVS tag: DRUPAL-6--0-4-ALPHA2
Last updated: October 8, 2009 - 01:25

Provision is a component of the Aegir hosting system.

This is the second release of the 0.4 milestone. Many bug fixes have gone into Provision since alpha1, plus many new features to the Aegir project as a whole.

Bug Fixes:

* fix sending of blank e-mails, regressive issue from d5 backport maybe #580264: Blank welcome e-mails being sent to client e-mail on provision of sites
* restore the vhost conf on rollback of migrate #585810: migrate rollback fails to restore vhost
* make mysqldump file non-readable by webserver while executing backup #590506: backup creates world-readable backup of the database in sites/foo.example.com
* properly set the $client_email variable so the mail field isn't populated with the site_url #596694: new sites fill user 1's email field with url instead of email address

provision 6.x-0.4-alpha1

anarcat - September 17, 2009 - 10:24
Download Size md5 hash
provision-6.x-0.4-alpha1.tar.gz 44.83 KB d0fdeb5bf4b6fec5f0715813e49e1f2c
Official release from CVS tag: DRUPAL-6--0-4-ALPHA1
Last updated: September 17, 2009 - 10:26

Provision is a component of the Aegir hosting system.

This is the first release of the 0.4 milestone. The provision backend has seen a few bugfixes but mostly the beginning of exciting new features.

New features:

* site clone support #448692: site clone support
* SSL support (no certificate management yet) #537004: "SSL site" option
* arbitrary port support #515052: Customizable port field per site
* arbitrary vhost configuration support (vhost create, vhost delete drush commands)
* domain redirection in the backend #535098: domain redirection

Bugfixes:
* #524916: User not defined on new platform again?
* check drushrc.php exists on platform before trying to make it writable #565012: Provision tries to change permissions on drushrc.php before generating it

API change: virtual hosts files are now created with the port in the file name so that different vhosts on different can be generated without conflicts.

provision 6.x-0.3

adrian - August 30, 2009 - 14:41
Download Size md5 hash
provision-6.x-0.3.tar.gz 42.59 KB 6963c7cf2360ed4c8a39407baf835720
Official release from CVS tag: DRUPAL-6--0-3
Last updated: August 30, 2009 - 14:45

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the final 0.3 release. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is feature complete with the aims of the 0.2 release, but a lot of testing and debugging of the codebase has happened since the last full release which makes 0.3 probably the most tested and polished release of Aegir.

Fixes in this release include :

provision 6.x-0.3-rc4

anarcat - August 20, 2009 - 15:48
Download Size md5 hash
provision-6.x-0.3-rc4.tar.gz 41.61 KB 38b81957155fe41a082a9679761428c8
Official release from CVS tag: DRUPAL-6--0-3-RC4
Last updated: August 20, 2009 - 15:52

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the third release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

Fixes in this release include :
- fix lots of documentation: #553230: INSTALL.txt documentation fixes / changes / improvements, #553202: Hosting 'Initial Setup' drush command requires --uri parameter or else looks up sites/default/settings.php, #550352: Documentation of install need some work and clean up
- #550286: Provisioned sites have no default timezone by mig5 - set default timezone in deployed sites
- #550264: Small patch to fix typo in install_send_welcome_mail by mig5 - fix typo in welcome email call

provision 6.x-0.3-rc3

adrian - August 14, 2009 - 21:20
Download Size md5 hash
provision-6.x-0.3-rc3.tar.gz 41.58 KB d7d00f4df6e31606f78003a5b1389699
Official release from CVS tag: DRUPAL-6--0-3-RC3
Last updated: August 14, 2009 - 21:35

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the third release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

Fixes in this release include :
- Various fixes in install.sh.txt to automate aegir installation on a debian/ubuntu host
- Fixed a critical error related to file permissions. see: http://groups.drupal.org/node/24854#fileperms

provision 6.x-0.3-rc2

adrian - July 17, 2009 - 15:23
Download Size md5 hash
provision-6.x-0.3-rc2.tar.gz 41.36 KB 5fcc3b5b00b06eb9caae76f1be36f7e5
Official release from CVS tag: DRUPAL-6--0-3-RC2
Last updated: July 17, 2009 - 15:25

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the second release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

Fixes in this release include :
- Removal of old database and credentials after site has been migrated
- Signup form has been fixed

provision 6.x-0.3-rc1

adrian - July 2, 2009 - 23:57
Download Size md5 hash
provision-6.x-0.3-rc1.tar.gz 41.26 KB 6769d1fbd5eb686c06d985b47561dae3
Official release from CVS tag: DRUPAL-6--0-3-RC1
Last updated: July 3, 2009 - 00:01

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the first release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

provision 6.x-0.2

anarcat - June 10, 2009 - 20:53
Download Size md5 hash
provision-6.x-0.2.tar.gz 40.92 KB 5bf7f804585f7cbde1ba38c53bcc987f
Official release from CVS tag: DRUPAL-6--0-2
Last updated: June 10, 2009 - 20:56

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the final release of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This particular release improves the install instructions, fixes some theme issues, allows for self-upgrade of the Aegir frontend (only with the backend though), fixes some bugs with the profile installer and syncs up with the freshly release 2.0 release of Drush.

provision 6.x-0.2-rc1

adrian - May 20, 2009 - 16:16
Download Size md5 hash
provision-6.x-0.2-rc1.tar.gz 47.93 KB c5e8e1d0b2328f757ace01d95a3fd4d6
Official release from CVS tag: DRUPAL-6--0-2-RC1
Last updated: May 20, 2009 - 16:21

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the first release candidate of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This release has been focussed on improving some our experimental multi-client functionality, as well as fixing bugs for our final release.

Aegir is in code freeze, and only bug fixes and usability improvements will be allowed in. The final release of Aegir will occur shortly after the 2.0 final release of Drush, and we will only be making changes to Aegir to maintain compatibility with Drush upstream.

Note that this release is Drupal-version agnostic: it supports Drupal 5, 6 and 7 transparently and should not be installed in your modules directory.

provision 6.x-0.2-beta1

anarcat - May 13, 2009 - 19:12
Download Size md5 hash
provision-6.x-0.2-beta1.tar.gz 47.89 KB 784015f87c1c76fc23d6a060be101913
Official release from CVS tag: DRUPAL-6--0-2-BETA1
Last updated: May 13, 2009 - 19:16

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the first beta release of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This release has also primarily been focussed on fixing bugs and polishing the final release of the 0.2 release.

Note that this release is Drupal-version agnostic: it supports Drupal 5, 6 and 7 transparently and should not be installed in your modules directory.

provision 5.x-0.2-alpha1

adrian - April 20, 2009 - 21:28
Download Size md5 hash
provision-5.x-0.2-alpha1.tar.gz 46.95 KB c9a385f67538bfae0ebf7ca42e68309a
Official release from CVS tag: DRUPAL-5--0-2-ALPHA1
Last updated: April 20, 2009 - 21:32

Provision is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the first alpha release of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This release has also primarily been focussed on improving and simplifying the back end system, by incorporating a lot of our custom API's upstream into the Drush 2.x project.

Read the complete release announcement

provision 7.x-0.2.x-dev

anarcat - February 11, 2009 - 19:16
Download Size md5 hash
provision-HEAD.tar.gz 47.66 KB 1f1a511f0cea090f5f4f696e6f214bdf
Nightly development snapshot from CVS branch: HEAD
Last updated: November 18, 2009 - 00:18

Hostmaster is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first release of the Aegir hosting system for Drupal.

This release snapshot is a peek preview of the next milestone (0.2) which add multi-platform support to Aegir. Note that with this release, the provision module becomes 'Drupal version agnostic' and while Drupal Core compatibility is flagged as "7.x", this provision module should be able to provision Drupal 5, 6 and 7 (although the later is still buggy).

provision 6.x-0.1

anarcat - February 6, 2009 - 01:09
Download Size md5 hash
provision-6.x-0.1.tar.gz 38.15 KB 55742b92a123c6881f670de1bd4d32de
Official release from CVS tag: DRUPAL-6--0-1
Last updated: February 6, 2009 - 01:10

Hostmaster is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first release of the Aegir hosting system for Drupal.

This release constitutes the feature complete state of our first milestone which allows you to install, back up, restore, enable, disable and delete your hosted sites. It also provides a very complete installation wizard to help you configure your server, and excellent support for importing sites you may already have running.

Read the complete release announcement

provision 5.x-0.1

anarcat - February 6, 2009 - 01:07
Download Size md5 hash
provision-5.x-0.1.tar.gz 48.59 KB 6f8eb0255cbfc70bc569894fbf30f28b
Official release from CVS tag: DRUPAL-5--0-1
Last updated: February 6, 2009 - 01:10

Provision is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first release of the Aegir hosting system for Drupal.

This release constitutes the feature complete state of our first milestone which allows you to install, back up, restore, enable, disable and delete your hosted sites. It also provides a very complete installation wizard to help you configure your server, and excellent support for importing sites you may already have running.

Read the complete release announcement

provision 5.x-0.1-rc1

adrian - December 30, 2008 - 21:55
Download Size md5 hash
provision-5.x-0.1-rc1.tar.gz 36.02 KB 58ceac5a372a0e1dca66ff2580d38568
Official release from CVS tag: DRUPAL-5--0-1-RC1
Last updated: December 30, 2008 - 22:01

Provision is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first release candidate of the Aegir hosting system for Drupal.

This release constitutes the feature complete state of our first release. It will allow you to install, back up, restore, enable, disable and delete your hosted sites. It also provides a very complete installation wizard to help you configure your server, and excellent support for importing sites you may already have running.

Read the complete release announcement

provision 6.x-0.1-rc1

adrian - December 30, 2008 - 21:53
Download Size md5 hash
provision-6.x-0.1-rc1.tar.gz 37.65 KB 60cfe1924f9b4a7f67e980af6577487e
Official release from CVS tag: DRUPAL-6--0-1-RC1
Last updated: December 30, 2008 - 21:55

Provision is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first release candidate of the Aegir hosting system for Drupal.

This release constitutes the feature complete state of our first release. It will allow you to install, back up, restore, enable, disable and delete your hosted sites. It also provides a very complete installation wizard to help you configure your server, and excellent support for importing sites you may already have running.

Read the complete release announcement

provision 5.x-0.1-beta1

adrian - October 10, 2008 - 20:22
Download Size md5 hash
provision-5.x-0.1-beta1.tar.gz 35.64 KB e2ffb2e9c71735adb975c1c7580fe40c
Official release from CVS tag: DRUPAL-5--0-1-BETA1
Last updated: October 10, 2008 - 20:30

Provision is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first beta release of the Aegir hosting system for Drupal.

This release constitutes the feature complete state of our first release. It will allow you to install, back up, restore, enable, disable and delete your hosted sites. It also provides a very complete installation wizard to help you configure your server, and excellent support for importing sites you may already have running.

Read the complete release announcement

provision 5.x-0.1-alpha3

adrian - July 10, 2008 - 02:03
Download Size md5 hash
provision-5.x-0.1-alpha3.tar.gz 35 KB 3787435983a51d5de4b58339437da133
Official release from CVS tag: DRUPAL-5--0-1-ALPHA3
Last updated: July 10, 2008 - 02:05

Provision is a component of the Hostmaster system. It provides a command line based back end that manages all the system level configuration required to provision sites and services. It provides a command line interface that the Hosting framework communicates with. It is designed to be used even when no front end is used, but this usage is not supported in our 0.1 releases.

About Hostmaster

The Hostmaster system is a modular, extensible site instance manager, that allows you to manage many Drupal sites through it's Drupal based user interface. New sites are created simply by creating a new Site node. New services and features can be enabled by simply adding new modules to the system. More information is available on our Project Goals and Overview pages on our hm2 group on g.d.o.

About this release

This release fixes some documentation and user experience issues. More information can be found on the Project Roadmap wiki page.

Not in this release:

The primary feature missing is support for multiple install profiles, and more work needs to be done on installation, documentation and user experience. This release is not production ready, so please do not install it outside of a testing environment.

Bugs Fixed:
275953 - Implement a global.inc to set up important $conf variables like the file path
275741 - Add documentation about httpd.conf requirement to wizard
278632 - tell the user at what time the changes will be effective (patch by anarcat)
275735 - Queue configuration is using the wrong property in display of total items.
275856 - Missing hook_perm in hosting_task.module, so users other than uid 1 can't create new tasks

Hostmaster was developed by Bryght / Raincity Studios and partners.

provision 5.x-0.1-alpha2

adrian - June 27, 2008 - 14:23
Download Size md5 hash
provision-5.x-0.1-alpha2.tar.gz 34.16 KB e022bd5394ae3b518a7ec93bfeb3f192
Official release from CVS tag: DRUPAL-5--0-1-ALPHA2
Last updated: June 27, 2008 - 14:25

Provision is a component of the Hostmaster system. It provides a command line based back end that manages all the system level configuration required to provision sites and services. It provides a command line interface that the Hosting framework communicates with. It is designed to be used even when no front end is used, but this usage is not supported in our 0.1 releases.

About Hostmaster

The Hostmaster system is a modular, extensible site instance manager, that allows you to manage many Drupal sites through it's Drupal based user interface. New sites are created simply by creating a new Site node. New services and features can be enabled by simply adding new modules to the system.

More information is available on our Project Goals and Overview pages on groups.drupal.org/hm2.

About this release

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.