fuel-plugins/CHANGELOG.md

4.5 KiB

Changelog

4.0.0 (2015-11-30)

New package version "4.0.0" includes the following features:

  • New flag is_hotpluggable in metadata.yaml that allows to install and use plugin on previously deployed environments.

3.0.0 (2014-09-16)

New package version "3.0.0" includes the following features:

  • New node_roles.yaml file that allows to add new node roles.
  • New volumes.yaml file that allows to add new volumes and/or define "node roles <-> volumes" mapping.
  • New deployment_tasks.yaml file that allows to declare pre/post- and regular deployment tasks for any node role. Unlike tasks.yaml, the tasks go through global deployment graph and that provides ability to execute task at any place during deployment, or overwrite/skip already existing ones.
  • New network_roles.yaml file that allows to add new network roles and reserve some VIPs, to be proceed by plugin.

Bugfixes:

  • Fix executing of deploy.sh deployment script LP1463441
  • Remove "Origin" field from Ubuntu's Release file in order to reduce probability of broken apt pinning LP1475665

2.0.4 (2014-06-23)

2.0.3 (2014-06-08)

2.0.2 (2014-05-15)

2.0.1 (2014-05-08)

2.0.0 (2014-04-30)

1.0.2 (2014-12-19)

1.0.1 (2014-11-20)

1.0.0 (2014-11-13)

Initial public release

  • Plugin create
  • Plugin build
  • Plugin check