Skip to content

Commit

Permalink
chg: dev: Bumping version to release 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Mar 8, 2016
1 parent de4ef02 commit 2953c9c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"repo_name": "topology_docker",
"short_description": "Docker based Platform Engine plugin for the Network Topology Framework.",
"year": "2015-2016",
"version": "1.3.0"
"version": "1.4.0"
}
31 changes: 31 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,37 @@ Documentation
Changelog
=========

1.4.0
-----

**New**

- The ``binds`` attribute can now be injected and extended by users. If you
require to add a new bind directory to a node you may now specify the
attribute ``binds`` (and thus, also use attribute injection) separating the
pair of binded directories with a ``;``. For example::

/host/a:/container/a;/host/b:/container/b

- OpenSwitch support node will now notify the container when the setup of the
interfaces is done. This fixes many potential race conditions on container
initialization. To be able to use this new feature an OpenSwitch image of a
date greater than March 4 2016 is required.

**Changes**

- Set ``topology`` minimal version to ``1.5.0``.
- Internal ``docker exec`` shell layer migrated to Topology's new shell API,
available since 1.4.0 and improved in 1.5.0.

**Fixes**

- OpenSwitch support node will now ignore the ``bonding_masters`` interface
when creating setting up the ports.
- Fixed a race condition in OpenSwitch support node caused by a slower than
normal db schema setup in ovsdb. This race conditions caused an ``IndexError``
when setting up the image, causing the topology build to rollback.

1.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/topology_docker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

__author__ = 'Hewlett Packard Enterprise Development LP'
__email__ = '[email protected]'
__version__ = '1.3.0'
__version__ = '1.4.0'

0 comments on commit 2953c9c

Please sign in to comment.