Releases: moycat/shiba
Releases · moycat/shiba
v1.0.1
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 🎉
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
v0.1.0
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.