v1.8.1
This is the 1.8.1 release of Open Match.
Check the official website for details on features, installation and usage.
Release Notes
Updates
Security Fixes
- Bumps golang.org/x/net from 0.7.0 to 0.17.0 by @govargo in #1672
- Update google.golang.org/grpc from 1.57.0 to 1.57.1 by @kazshinohara in #1673
Usage Requirements
- Tested against Kubernetes Version 1.24 and 1.25
- Helm chart tested using Helm Version 3.12.3
- Modifying Open Match core requires Golang Version >= v1.21
Images
# Servers
docker pull gcr.io/open-match-public-images/openmatch-backend:1.8.1
docker pull gcr.io/open-match-public-images/openmatch-frontend:1.8.1
docker pull gcr.io/open-match-public-images/openmatch-query:1.8.1
docker pull gcr.io/open-match-public-images/openmatch-synchronizer:1.8.1
# Evaluators
docker pull gcr.io/open-match-public-images/openmatch-evaluator-go-simple:1.8.1
# Sample Match Making Functions
docker pull gcr.io/open-match-public-images/openmatch-mmf-go-soloduel:1.8.1
docker pull gcr.io/open-match-public-images/openmatch-mmf-go-pool:1.8.1
# Test Clients
docker pull gcr.io/open-match-public-images/openmatch-demo-first-match:1.8.1
Installation
- Follow Open Match Installation Guide to setup Open Match in your cluster.
API Definitions
- gRPC API Definitions are available in API references - Preferred
- HTTP API Definitions are available in SwaggerUI
Full Changelog: v1.8.0...v1.8.1