Skip to content

Releases: midonet/python-neutron-plugin-midonet

2014.2+1.1 second Midonet release for Juno

18 Feb 15:17
Compare
Choose a tag to compare
Fix name parsing based on regex

package.sh: changed the pointer to the captured regex chunks to
  properly get the regex version.

Change-Id: Ie2235533c4014598c6e0eb113a0f3a10962c4a9b
Signed-off-by: Joe Mills <[email protected]>
(cherry picked from commit 681fd89577c95fcb7403246fc615564a697b7b65)

2014.2+1.1 second Midonet release for Juno RC0

18 Feb 14:49
Compare
Choose a tag to compare
Fix name parsing based on regex

package.sh: changed the pointer to the captured regex chunks to
  properly get the regex version.

Change-Id: Ie2235533c4014598c6e0eb113a0f3a10962c4a9b
Signed-off-by: Joe Mills <[email protected]>
(cherry picked from commit 681fd89577c95fcb7403246fc615564a697b7b65)

2014.1.3+1.2.rc1: Revert "Clean up FIP properly on external net deletion"

12 Feb 06:43
Compare
Choose a tag to compare
Reverting since this patch should not have been
backported to 2014.1.3.

Fixes: MNP-27
This reverts commit 9a6fbb0af3f7969b2c3e2057725be99eae1af7d8.

2014.1.3+1.2 First Release Candidate

09 Feb 12:56
Compare
Choose a tag to compare
Pre-release
Allow extra digits in package name

Change-Id: I4e10783c73cf770429fb455ef2ffd671829bd149
Signed-off-by: Joe Mills <[email protected]>

First Juno Plugin for MidoNet Release

16 Dec 14:08
Compare
Choose a tag to compare
Retry on DB deadlock timeout errors

When deleting ports and networks concurrently, because of
known incompatibilty of eventlet and MysqlDB, DB deadlock could
occur, causing API to fail.  The proper fix for this would be to
make all APIs non-blocking, and/or use an eventlet-compatible
MySQL library like mysql-connector.  Until such proper fix is in
place, simply retry on such error to avoid API failure.

Change-Id: I5c2a3c89c494917947a2d1d6163b87a3b8c6d1c6
Fixes: MNP-11

2014.2+1.0.rc4

15 Dec 11:10
Compare
Choose a tag to compare
2014.2+1.0.rc4 Pre-release
Pre-release
Retry on DB deadlock timeout errors

When deleting ports and networks concurrently, because of
known incompatibilty of eventlet and MysqlDB, DB deadlock could
occur, causing API to fail.  The proper fix for this would be to
make all APIs non-blocking, and/or use an eventlet-compatible
MySQL library like mysql-connector.  Until such proper fix is in
place, simply retry on such error to avoid API failure.

Change-Id: I5c2a3c89c494917947a2d1d6163b87a3b8c6d1c6
Fixes: MNP-11

2014.2+1.0.rc3

05 Dec 17:54
Compare
Choose a tag to compare
2014.2+1.0.rc3 Pre-release
Pre-release
Merge "Install files to correct location for RPM" into stable/juno

2014.2+1.0.rc2: Move network and port locks to separate locks

27 Nov 10:00
Compare
Choose a tag to compare
* Because any plugin call can (in theory) be called from any other
  plugin call, each resource type needs its own lock to avoid
  deadlocks

Change-Id: Ia910aa8420f110d56140078e2502d86fc9a9eb4c
Signed-off-by: Joe Mills <[email protected]>
(cherry picked from commit 2798517eff847ad5d9decbb5727dddac5242fbd4)

2014.2+1.0.rc1: Support timestamp based package names for nightlies

19 Nov 07:41
Compare
Choose a tag to compare
Change-Id: Ibad230f6d82aad146d011a25dfc529f6c6f3b5c4

2015.1+1.0.rc0: Handle new tag scheme in the packaging script

18 Nov 15:30
Compare
Choose a tag to compare
Change-Id: I8b7474eb82f94ed12c890090801e2afd3ef2e405