Releases: helloitsjoe/kubernetes-blackjack
Releases · helloitsjoe/kubernetes-blackjack
v3.0.0
v2.0.0
Stateless Game
Version 2 replaces the global game instance on the server with a stateless server, passing all game data between server and client on each request. This allows for consistency in Kubernetes, where a LoadBalancer might choose between different servers for each request.
Note
Images in the frontend/backend yml
files in /k8s
should point to the v2 tag: 2.0-minikube
Also includes
- Better error messaging
- Test watcher runs tests once before watching for changes
v1.0.0
Global Game
This works with a single server, but won't work with more than one replica.
Note
Images in the frontend/backend yml
files in /k8s
should point to the v2 tag: 2.0-minikube