diff --git a/CHANGES.md b/CHANGES.md index 3457736541..c63d59d311 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 0.28-dev +## 0.28 - Felix now restarts if its etcd configuration changes. - Felix now periodically refreshes iptables to be robust to other processes diff --git a/debian/changelog b/debian/changelog index 028bc867a6..194ca1ee3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +calico (0.28) trusty; urgency=medium + + * Felix now restarts if its etcd configuration changes. + * Felix now periodically refreshes iptables to be robust to other processes + corrupting its chains. + * More thorough resynchronization of etcd from the Neutron mechanism driver. + * Added process-specific information to the diagnostics dumps from Felix. + + -- Matt Dupre Tue, 04 Aug 2015 17:36:13 +0100 + calico (0.27.1) trusty; urgency=medium * Interim bug-fix release - reinstate DHCP checksum calculation rule. diff --git a/docs/source/conf.py b/docs/source/conf.py index 09332386a2..005565308b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.27' +version = '0.28' # The full version, including alpha/beta/rc tags. -release = '0.27' +release = '0.28' # 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 93f28d3503..33e802177a 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.27.1 +Version: 0.28 Release: 1%{?dist} License: Apache-2 URL: http://projectcalico.org @@ -209,6 +209,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 04 2015 Matt Dupre 0.28 + - Felix now restarts if its etcd configuration changes. + - Felix now periodically refreshes iptables to be robust to other processes + corrupting its chains. + - More thorough resynchronization of etcd from the Neutron mechanism driver. + - Added process-specific information to the diagnostics dumps from Felix. + * Wed Jul 15 2015 Matt Dupre 0.27.1 - Interim bug-fix release - reinstate DHCP checksum calculation rule. diff --git a/setup.py b/setup.py index 6fe2c250e9..10774c1c0a 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def filter_requirements(filters, file): setuptools.setup( name = "calico", - version = "0.27.1", + version = "0.28", packages = setuptools.find_packages(), entry_points = { 'console_scripts': [