Skip to content

Releases: moycat/shiba

v1.0.1

05 Aug 20:05
d1209fd
Compare
Choose a tag to compare

This is a bug-fixing patch version of Shiba.

Shiba has been deployed to the production environment for nearly six months, and is currently running on over 600 servers.

What's fixed?

  • The nodes are validated when Shiba loads the node cache on start.

Installation

For a new cluster: kubectl apply -f installation.yaml

See README.md for details.

v1.0.0 🎉

14 Apr 16:33
ea8b4a0
Compare
Choose a tag to compare

The first stable release of Shiba!

Shiba has been deployed to the production environment for over two months, and is currently running on hundreds of servers.

What's fixed?

  • TCP MSS clamping is enabled now for NAT.

Installation

For a new cluster: kubectl apply -f installation.yaml

See README.md for details.

v0.1.1

09 Feb 15:57
b2e83ea
Compare
Choose a tag to compare

A fix release of Shiba.

What's fixed?

  • The NAT rules may have wrong subnets due to the iptables version.
  • Some logs have wrong format.

Installation

For a new cluster: kubectl apply -f installation.yaml

See README.md for details.

v0.1.0

29 Jan 06:47
c0ffde5
Compare
Choose a tag to compare

The first release of Shiba, a minimalist Kubernetes network plugin.

What works?

  • ✅ Pod IP management
  • ✅ Overlay network
  • ✅ Outbound NAT

How about limitations?

  • ⚠️ Each node must have an IPv6 address.
  • ⚠️ Some settings are hardcoded.

Installation

For a new cluster: kubectl apply -f installation.yaml

See README.md for details.