Release version 3.0.0

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](https://bugs.launchpad.net/fuel/+bug/1463441)
- Remove "Origin" field from Ubuntu's `Release` file in order to reduce
  probability of broken apt pinning
  [LP1475665](https://bugs.launchpad.net/fuel/+bug/1475665)

Change-Id: I4962e6a40cd4365be09a034032918e738a4c4662
Signed-off-by: Igor Kalnitsky <igor@kalnitsky.org>
This commit is contained in:
Igor Kalnitsky 2015-09-15 15:44:04 +03:00
parent 5f1b8c094c
commit d0a71fd9da
2 changed files with 23 additions and 2 deletions

View File

@ -1,6 +1,27 @@
# Changelog
## 2.0.5 (UNRELEASED)
## 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](https://bugs.launchpad.net/fuel/+bug/1463441)
- Remove "Origin" field from Ubuntu's `Release` file in order to reduce
probability of broken apt pinning
[LP1475665](https://bugs.launchpad.net/fuel/+bug/1475665)
## 2.0.4 (2014-06-23)

View File

@ -28,7 +28,7 @@ def find_requires():
setup(
name='fuel-plugin-builder',
version='2.0.5.dev',
version='3.0.0',
description='Helps to create and build fuel plugins',
long_description="""Helps to create and build fuel plugins""",
classifiers=[