Skip to content

Commit

Permalink
Version 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Jun 22, 2015
1 parent 446f229 commit fab3c18
Show file tree
Hide file tree
Showing 5 changed files with 19 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.25-dev
## 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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
calico (0.25) trusty; urgency=medium

* Remove stale conntrack entries when an endpoint's IP is removed.
* Fix bug where profile chain was left empty instead of being stubbed out.
* Improve security between endpoint and host and simplify INPUT chain logic.

-- Cory Benfield <cory@projectcalico.org> Mon, 22 Jun 2015 14:07:48 +0100

calico (0.24) trusty; urgency=medium

* Add Felix statistics logging on USR1 signal.
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.24'
version = '0.25'
# The full version, including alpha/beta/rc tags.
release = '0.24'
release = '0.25'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 7 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.24
Version: 0.25
Release: 1%{?dist}
License: Apache-2
URL: http://projectcalico.org
Expand Down Expand Up @@ -204,6 +204,12 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Mon Jun 22 2015 Cory Benfield <cory@projectcalico.org> 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
stubbed out.
- Improve security between endpoint and host and simplify INPUT chain logic.

* Mon Jun 15 2015 Cory Benfield <cory@projectcalico.org> 0.24
- Add Felix statistics logging on USR1 signal.
- Add support for routing over IP-in-IP interfaces in order to make it
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.24",
version = "0.25",
packages = setuptools.find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit fab3c18

Please sign in to comment.