Releases: projectcalico/kube-controllers
v2.0.0-beta1
v2.0.0-beta1 - pre-release for testing.
v2.0.0-alpha1
Merge pull request #179 from caseydavenport/v3alpha1 Update libcalico to v2.0.0-alpha1
v2.0.0-alpha1-rc1
Merge pull request #173 from caseydavenport/update-libcalico Update to latest libcalico + constants
v1.0.0
v1.0.0-rc2
v1.0.0-rc1
Merge pull request #149 from bcreane/felix-upgrade Handle upgrade with old Felix + new K8s-policy controller
v0.7.0 - Support for v1 NetworkPolicy
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
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
Fix for https://github.com/projectcalico/k8s-policy/issues/76, which casued the policy controller fall out of date.