Skip to content

Releases: projectcalico/typha

Typha v0.5.1 pre-release for testing

25 Sep 01:24
Compare
Choose a tag to compare
Pre-release
  • 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

22 Sep 20:10
Compare
Choose a tag to compare
Pre-release
  • 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

30 Aug 10:02
Compare
Choose a tag to compare
Pre-release

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

16 Aug 00:37
Compare
Choose a tag to compare
Pre-release
  • 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

28 Jul 00:14
Compare
Choose a tag to compare
Pre-release

Typha version v0.3.1

  • Report readiness eagerly whenever the sync status changes.

Typha v0.3.0 pre-release for testing

24 Jul 19:29
Compare
Choose a tag to compare
Pre-release

Typha version v0.3.0

  • Implement liveness and readiness endpoints for Typha (#27).
  • Rev libcalico-go to pick up multi-net changes (#32).
  • Rev libcalico-go to pick up pre-DNAT policy support (#33).
  • Add FV test that tests many adds and deletions (#30).
  • Add release notes to PR template (#31).

Typha v0.2.3 pre-release for testing

04 Jul 09:00
Compare
Choose a tag to compare
Pre-release

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

12 Jun 13:51
Compare
Choose a tag to compare
Pre-release
  • Rev libcalico-go to 1.4.3 to pick up fixes.

Typha v0.2.1 pre-release for testing

10 Jun 16:54
Compare
Choose a tag to compare
Pre-release
  • 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

09 Jun 17:43
Compare
Choose a tag to compare
Pre-release
  • 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.