v0.4.0
Pre-release
Pre-release
This release is focused on improving the build and deployment.
Improvements
- Helm charts
- Improved build system
- Example images
- Redis authentication
- Match Making Function harness for Go.
- Stack Driver Logging
- Configurable backoff for watching Players and MatchObject.
- Images no longer include configurations, configs are mounted via Kubernetes ConfigMaps.
Images
Open Match has a collection of docker images that are available
# Servers
docker pull gcr.io/open-match-public-images/openmatch-backendapi:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-frontendapi:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-mmforc:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-mmlogicapi:0.4.0
# Evaluators
docker pull gcr.io/open-match-public-images/openmatch-evaluator-simple:0.4.0
# Sample Match Making Functions
docker pull gcr.io/open-match-public-images/openmatch-mmf-cs-mmlogic-simple:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-mmf-go-mmlogic-simple:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-mmf-php-mmlogic-simple:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-mmf-py3-mmlogic-simple:0.4.0
# Test Clients
docker pull gcr.io/open-match-public-images/openmatch-backendclient:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-clientloadgen:0.4.0
docker pull gcr.io/open-match-public-images/openmatch-frontendclient:0.4.0