Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
07-open-match-default-evaluator.yaml | 2023-12-12 | 14.7 kB | |
06-open-match-override-configmap.yaml | 2023-12-12 | 1.9 kB | |
03-prometheus-chart.yaml | 2023-12-12 | 63.7 kB | |
04-grafana-chart.yaml | 2023-12-12 | 336.0 kB | |
02-open-match-demo.yaml | 2023-12-12 | 3.4 kB | |
01-open-match-core.yaml | 2023-12-12 | 38.1 kB | |
README.md | 2023-12-12 | 2.0 kB | |
v1.8.1 source code.tar.gz | 2023-12-12 | 3.1 MB | |
v1.8.1 source code.zip | 2023-12-12 | 3.6 MB | |
Totals: 9 Items | 7.1 MB | 1 |
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
- Update CODEOWNERS by @govargo in https://github.com/googleforgames/open-match/pull/1671
Security Fixes
- Bumps golang.org/x/net from 0.7.0 to 0.17.0 by @govargo in https://github.com/googleforgames/open-match/pull/1672
- Update google.golang.org/grpc from 1.57.0 to 1.57.1 by @kazshinohara in https://github.com/googleforgames/open-match/pull/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
:::bash
# 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: https://github.com/googleforgames/open-match/compare/v1.8.0...v1.8.1