Skip to content

Releases: projectcalico/kube-controllers

v2.0.0-beta1

18 Nov 00:20
d374a7e
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

v2.0.0-beta1 - pre-release for testing.

v2.0.0-alpha1

29 Oct 00:25
fd9adaa
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release
Merge pull request #179 from caseydavenport/v3alpha1

Update libcalico to v2.0.0-alpha1

v2.0.0-alpha1-rc1

25 Oct 02:15
Compare
Choose a tag to compare
v2.0.0-alpha1-rc1 Pre-release
Pre-release
Merge pull request #173 from caseydavenport/update-libcalico

Update to latest libcalico + constants

v1.0.0

27 Sep 18:35
Compare
Choose a tag to compare
  • Catch invalid conversion of k8s 1.7 policies - #152
  • Merge pull request #149 from bcreane/felix-upgrade
  • Handle upgrade with old Felix + new K8s-policy controller

v1.0.0-rc2

24 Sep 23:26
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
  • Catch invalid conversion of k8s 1.7 policies - #152
  • Merge pull request #149 from bcreane/felix-upgrade
  • Handle upgrade with old Felix + new K8s-policy controller

v1.0.0-rc1

22 Sep 19:38
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
Merge pull request #149 from bcreane/felix-upgrade

Handle upgrade with old Felix + new K8s-policy controller

v0.7.0 - Support for v1 NetworkPolicy

24 Jul 22:02
Compare
Choose a tag to compare

v0.7.0 now implements the networking.k8s.io/NetworkPolicy API semantics as defined by Kubernetes.

Note: This represents a change in how existing Kubernetes NetworkPolicies are enforced by Calico. To maintain existing behavior when upgrading, follow these steps:

  • In Namespaces that previously did not have the “DefaultDeny” annotation, you should delete any existing NetworkPolicy objects.
  • In Namespaces that previously did have the “DefaultDeny” annotation, you can create the equivalent semantics by creating a NetworkPolicy that selects all pods but does not allow any traffic.

v0.6.0

19 Apr 17:44
Compare
Choose a tag to compare

This release includes an updated version of libcalico - which crucially has updated versions of requests and urllib3. This should fix issues around mixed IP SANs and DNS SANs

This release also includes the following PRs
#82 Better logging around json decode errors
#84 Add copyrights
#79 Test for API server reconnection fix (#77)
#86 Remove CircleCI, just use Semaphore

v0.5.4

21 Mar 21:01
Compare
Choose a tag to compare

Fix for https://github.com/projectcalico/k8s-policy/issues/76, which casued the policy controller fall out of date.

v0.5.2

12 Jan 17:23
Compare
Choose a tag to compare

Fixed NoneType exception #64