Skip to content

Commit

Permalink
Version 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdupre committed Aug 4, 2015
1 parent 5880fa7 commit d67d6e8
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 04 Aug 2015 17:36:13 +0100

calico (0.27.1) trusty; urgency=medium

* Interim bug-fix release - reinstate DHCP checksum calculation rule.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 8 additions & 1 deletion rpm/calico.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -209,6 +209,13 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Aug 04 2015 Matt Dupre <[email protected]> 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 <[email protected]> 0.27.1
- Interim bug-fix release - reinstate DHCP checksum calculation rule.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit d67d6e8

Please sign in to comment.