-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
calico (0.26) trusty; urgency=medium | ||
|
||
* Update and improve security model documentation. | ||
* Streamline conntrack rules, move them to top-level chains to avoid | ||
duplication. | ||
* Narrow focus of input iptables chain so that it only applies to | ||
Calico-handled traffic. | ||
* Provide warning log when attempting to use Neutron networks that are not of | ||
type 'local' or 'flat' with Calico. | ||
* Handle invalid JSON in IPAM key in etcd. | ||
* Move all log rotation into logrotate and out of Felix, to prevent conflicts. | ||
* Change log rotation strategy for logrotate to not rotate small log files. | ||
* Delay starting the Neutron resynchronization thread until after all the | ||
necessary state has been configured, to avoid race conditions. | ||
* Prevent systemd restarting Felix when it is killed by administrators. | ||
|
||
-- Cory Benfield <[email protected]> Mon, 29 Jun 2015 11:49:42 +0100 | ||
|
||
calico (0.25) trusty; urgency=medium | ||
|
||
* Remove stale conntrack entries when an endpoint's IP is removed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Name: calico | ||
Summary: Project Calico virtual networking for cloud data centers | ||
Version: 0.25 | ||
Version: 0.26 | ||
Release: 1%{?dist} | ||
License: Apache-2 | ||
URL: http://projectcalico.org | ||
|
@@ -209,6 +209,21 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* 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 | ||
duplication. | ||
- Narrow focus of input iptables chain so that it only applies to | ||
Calico-handled traffic. | ||
- Provide warning log when attempting to use Neutron networks that are not of | ||
type 'local' or 'flat' with Calico. | ||
- Handle invalid JSON in IPAM key in etcd. | ||
- Move all log rotation into logrotate and out of Felix, to prevent conflicts. | ||
- Change log rotation strategy for logrotate to not rotate small log files. | ||
- Delay starting the Neutron resynchronization thread until after all the | ||
necessary state has been configured, to avoid race conditions. | ||
- Prevent systemd restarting Felix when it is killed by administrators. | ||
|
||
* Mon Jun 22 2015 Cory Benfield <[email protected]> 0.25 | ||
- Remove stale conntrack entries when an endpoint's IP is removed. | ||
- #672: Fix bug where profile chain was left empty instead of being | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters