github googleforgames/open-match v0.4.0

latest releases: v1.8.1, v1.8.0, v1.8.0-rc.1...
pre-release5 years ago

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

Don't miss a new open-match release

NewReleases is sending notifications on new releases.