Skip to content

Commit

Permalink
Version 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdupre committed May 26, 2015
1 parent a36cb95 commit 62536ca
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.21-dev
## 0.22-dev

## 0.21

- Support for running multiple neutron-server instances in OpenStack.
- Support for running neutron-server API workers in OpenStack.
Expand All @@ -11,3 +13,9 @@
- Felix no longer leaks memory when etcd directories it watches are deleted.
- Fix error on port creation where the Mechanism Driver would create, delete,
and then recreate the port in etcd.
- Handle EtcdKeyNotFound from atomic delete methods
- Handle etcd cluster ID changes on API actions
- Fix ipsets cleanup to correctly iterate through stopping ipsets
- Ensure that metadata is not blocked by over-restrictive rules on outbound
traffic
- Updates and clarifications to documentation
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
calico (0.21) trusty; urgency=medium

* Support for running multiple neutron-server instances in OpenStack
* Support for running neutron-server API workers in OpenStack
* Calico Mechanism Driver now performs leader election to control state
resynchronization
* Extended data model to support multiple security profiles per endpoint
* Calico Mechanism Driver now attempts to delete empty etcd directories
* Felix no longer leaks memory when etcd directories it watches are deleted
* Fix error on port creation where the Mechanism Driver would create, delete,
and then recreate the port in etcd
* Handle EtcdKeyNotFound from atomic delete methods
* Handle etcd cluster ID changes on API actions
* Fix ipsets cleanup to correctly iterate through stopping ipsets
* Ensure that metadata is not blocked by over-restrictive rules on outbound
traffic
* Updates and clarifications to documentation

-- Matt Dupre <matt@projectcalico.org> Tue, 26 May 2015 17:22:01 +0100

calico (0.20) trusty; urgency=medium

* Felix graceful restart support
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.20'
version = '0.21'
# The full version, including alpha/beta/rc tags.
release = '0.20'
release = '0.21'

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


%changelog
* Tue May 26 2015 Matt Dupre <matt@projectcalico.org> 0.21
- Support for running multiple neutron-server instances in OpenStack
- Support for running neutron-server API workers in OpenStack
- Calico Mechanism Driver now performs leader election to control state
resynchronization
- Extended data model to support multiple security profiles per endpoint
- Calico Mechanism Driver now attempts to delete empty etcd directories
- Felix no longer leaks memory when etcd directories it watches are deleted
- Fix error on port creation where the Mechanism Driver would create, delete,
and then recreate the port in etcd
- Handle EtcdKeyNotFound from atomic delete methods
- Handle etcd cluster ID changes on API actions
- Fix ipsets cleanup to correctly iterate through stopping ipsets
- Ensure that metadata is not blocked by over-restrictive rules on outbound
traffic
- Updates and clarifications to documentation

* Mon May 18 2015 Matt Dupre <matt@projectcalico.org> 0.20
- Felix graceful restart support
- Refactoring and additional unit testing
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.20",
version = "0.21",
packages = setuptools.find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 62536ca

Please sign in to comment.