Skip to content

Commit

Permalink
Version 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdupre committed Jul 14, 2015
1 parent 8478524 commit beb5f88
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 14 Jul 2015 11:58:44 +0100

calico (0.26) trusty; urgency=medium

* Update and improve security model documentation.
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.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.
Expand Down
10 changes: 9 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.26
Version: 0.27
Release: 1%{?dist}
License: Apache-2
URL: http://projectcalico.org
Expand Down Expand Up @@ -202,6 +202,14 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Jul 14 2015 Matt Dupre <[email protected]> 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 <[email protected]> 0.26
- Update and improve security model documentation.
- Streamline conntrack rules, move them to top-level chains to avoid
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.26",
version = "0.27",
packages = setuptools.find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit beb5f88

Please sign in to comment.