Releases: projectcalico/typha
Releases · projectcalico/typha
Typha v0.5.1 pre-release for testing
- Update libcalico-go pin for new policy Types field
- Rev libcalico-go to pick up permissive ingress/egress validation change.
- Implement read/write timeouts in the Typha client.
- Fix typha command line client.
- Fix a couple of uncaught errors.
- bump libcalico-go to v1.7.1
Typha v0.5.0 pre-release for testing
- Update libcalico-go pin for new policy Types field
- Rev libcalico-go to pick up permissive ingress/egress validation change.
- Implement read/write timeouts in the Typha client.
- Fix typha command line client.
- Fix a couple of uncaught errors.
Typha v0.4.1 pre-release for testing
This is a bug-fix release of the Typha client library. The server is unchanged since v0.4.1.
- Implement read/write timeouts in the Typha client (#46)
Typha v0.4.0 pre-release for testing
- Add LICENSE file.
- Update the import for logrus to use the updated username
- Document Typha protocol and upgrade.
- Rev go-datastructures to v1.0.39 to pick up fixes.
- Update libcalico to v1.6.0.
Typha v0.3.1 pre-release for testing
Typha version v0.3.1
- Report readiness eagerly whenever the sync status changes.
Typha v0.3.0 pre-release for testing
Typha v0.2.3 pre-release for testing
Typha version v0.2.3
This is a patch release of Typha. It fixes a critical bug (#28) that caused Felix instances to get out of sync if they connect after significant datamodel churn. Upgrading is recommended.
- Pin go-datastructures library to one with Ctrie traverse fix (#28).
- Add basic getting started guide.
Typha v0.2.2 pre-release for testing
- Rev libcalico-go to 1.4.3 to pick up fixes.
Typha v0.2.1 pre-release for testing
- Rev libcalico-go to v1.4.1 to pick up KDD HostConfig Syncer fix.
- Back out rejection of incoming connections.
Typha v0.2.0 pre-release for testing
- Add connection rebalancing to allow for auto-scaling as a Kubernetes service.
- UTs for snapshot cache.
- Remove datastore config loading and clean up shut down.