Version 4.0.0

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.
- Plugin can specify settings group using "group" field in metadata in
  environment_config.yaml file.
- New group `equipment` added to groups list in `metadata.yaml`.
- New `components.yaml` file that allows to declare new components.

Bugfixes:

- Fix of missing strategy parameter in V3 and V4 deployment tasks
  [LP1522785](https://bugs.launchpad.net/fuel/+bug/1522785)

Change-Id: Idd068152937b41873b3ec0a9f4f1bd2e1241d6d4
This commit is contained in:
Igor Kalnitsky 2016-02-26 17:52:13 +02:00
parent f54c307add
commit a0fab298f1
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 4.0.0 (unreleased)
## 4.0.0 (2016-02-26)
New package version "4.0.0" includes the following features:
@ -9,6 +9,7 @@ New package version "4.0.0" includes the following features:
- Plugin can specify settings group using "group" field in metadata in
environment_config.yaml file.
- New group `equipment` added to groups list in `metadata.yaml`.
- New `components.yaml` file that allows to declare new components.
Bugfixes:
@ -121,4 +122,4 @@ Initial public release
- Plugin create
- Plugin build
- Plugin check
- Plugin check

View File

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