From beb5f8867d284ee86bfc189bfd9a2beaddf72b8e Mon Sep 17 00:00:00 2001 From: Matt Dupre Date: Tue, 14 Jul 2015 12:00:06 +0100 Subject: [PATCH] Version 0.27 --- CHANGES.md | 6 +++++- debian/changelog | 11 +++++++++++ docs/source/conf.py | 4 ++-- rpm/calico.spec | 10 +++++++++- setup.py | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9ad2beac5b..32b2dca066 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,15 @@ # Changelog -## 0.27-dev +## 0.28-dev + +## 0.27 - Limit number of concurrent shell-outs in felix to prevent file descriptor exhaustion. - Have felix periodically resync from etcd and force-refresh the dataplane. - Stop restarting Felix on Ubuntu if it fails more than 5 times in 10 seconds. +- Move DHCP checksum calculation to Neutron. +- Get all fixed IPs for a port. ## 0.26 diff --git a/debian/changelog b/debian/changelog index d4e4816fa1..2cead2a530 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +calico (0.27) trusty; urgency=medium + + * Limit number of concurrent shell-outs in felix to prevent file descriptor + exhaustion. + * Have felix periodically resync from etcd and force-refresh the dataplane. + * Stop restarting Felix on Ubuntu if it fails more than 5 times in 10 seconds. + * Move DHCP checksum calculation to Neutron. + * Get all fixed IPs for a port. + + -- Matt Dupre Tue, 14 Jul 2015 11:58:44 +0100 + calico (0.26) trusty; urgency=medium * Update and improve security model documentation. diff --git a/docs/source/conf.py b/docs/source/conf.py index 00ed0a0dc8..09332386a2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.26' +version = '0.27' # The full version, including alpha/beta/rc tags. -release = '0.26' +release = '0.27' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/rpm/calico.spec b/rpm/calico.spec index 2e74e64984..e887824f31 100644 --- a/rpm/calico.spec +++ b/rpm/calico.spec @@ -2,7 +2,7 @@ Name: calico Summary: Project Calico virtual networking for cloud data centers -Version: 0.26 +Version: 0.27 Release: 1%{?dist} License: Apache-2 URL: http://projectcalico.org @@ -202,6 +202,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 14 2015 Matt Dupre 0.27 + - Limit number of concurrent shell-outs in felix to prevent file descriptor + exhaustion. + - Have felix periodically resync from etcd and force-refresh the dataplane. + - Stop restarting Felix on Ubuntu if it fails more than 5 times in 10 seconds. + - Move DHCP checksum calculation to Neutron. + - Get all fixed IPs for a port. + * Mon Jun 29 2015 Cory Benfield 0.26 - Update and improve security model documentation. - Streamline conntrack rules, move them to top-level chains to avoid diff --git a/setup.py b/setup.py index 6a638f1682..2362ebfd7d 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def filter_requirements(filters, file): setuptools.setup( name = "calico", - version = "0.26", + version = "0.27", packages = setuptools.find_packages(), entry_points = { 'console_scripts': [