Download Latest Version v1.8.1 source code.zip (3.6 MB)
Email in envelope

Get an email when there's a new version of Open Match

Home / v1.8.0-rc.1
Name Modified Size InfoDownloads / Week
Parent folder
02-open-match-demo.yaml 2023-08-31 3.4 kB
03-prometheus-chart.yaml 2023-08-31 63.7 kB
04-grafana-chart.yaml 2023-08-31 336.0 kB
06-open-match-override-configmap.yaml 2023-08-31 1.9 kB
07-open-match-default-evaluator.yaml 2023-08-31 14.7 kB
01-open-match-core.yaml 2023-08-31 38.2 kB
README.md 2023-08-30 3.1 kB
v1.8.0-rc.1.tar.gz 2023-08-30 3.1 MB
v1.8.0-rc.1.zip 2023-08-30 3.6 MB
Totals: 9 Items   7.1 MB 1

v1.8.0-rc.1

This is the 1.8.0-rc.1 release of Open Match.

Check the official website for details on features, installation and usage.

Release Notes

Feature Highlights - Move to latest Bitnami Redis helm chart pr/1581 https://github.com/googleforgames/open-match/pull/1541 (ashutosji) - Remove podsecuritypolicy from the Open Match helm chart Kubernetes manifests. This enables the helm chart to be installed on Kubernetes versions >= 1.25 https://github.com/googleforgames/open-match/pull/1572 https://github.com/googleforgames/open-match/pull/1540 (mridulji) - Fix spelling in one of the examples https://github.com/googleforgames/open-match/pull/1585 (denizsurmeli) - Unlock redsync locks for backfill functions https://github.com/googleforgames/open-match/pull/1578 (glindstedt)

Breaking Changes - The Open Match helm chart no longer supports installing Jaeger. - The golang library Open Match used for Jaeger traces has been deprecated and moving to the latest version of golang made it refuse to compile. Any future tracing support will need to implement the OpenTelemetry standard (not included in this release).

Security Fixes - bump golang modules flagged for vulnerabilities by dependabot https://github.com/googleforgames/open-match/pull/1569 (mridulji)

Enhancements - Bump golang to 1.21 - Bump protoc version to 24.0 - Bump gRPC Gateway to 2.16.2 - Bump Kubectl version to 1.27.3 - Bump Helm version to 3.12.3 - Move CI/CD process to kaniko build cache to speed it up a bit

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.0-rc.1
docker pull gcr.io/open-match-public-images/openmatch-frontend:1.8.0-rc.1
docker pull gcr.io/open-match-public-images/openmatch-query:1.8.0-rc.1
docker pull gcr.io/open-match-public-images/openmatch-synchronizer:1.8.0-rc.1

# Evaluators
docker pull gcr.io/open-match-public-images/openmatch-evaluator-go-simple:1.8.0-rc.1

# Sample Match Making Functions
docker pull gcr.io/open-match-public-images/openmatch-mmf-go-soloduel:1.8.0-rc.1
docker pull gcr.io/open-match-public-images/openmatch-mmf-go-pool:1.8.0-rc.1

# Test Clients
docker pull gcr.io/open-match-public-images/openmatch-demo-first-match:1.8.0-rc.1

This software is currently a release candidate, and subject to change. Not to be used in production systems.

Installation

API Definitions

Source: README.md, updated 2023-08-30