v1.4.0
This is the v1.4.0 release of Open Match.
Check the official website for details on features, installation and usage.
Release Notes
Feature Highlights
- Redis helm chart version change to 16.3.1 (#1440)
- Patched bug that resulted in multiple redis master nodes which fixed (#1374) :
- AssignTickets empty check and test cases added (#1438)
- Redis default values update (#1430)
- Fixed outdated apiVersion in frontend scale testing helm template (#1419)
Breaking Changes
- Updating the Redis helm chart version to 16.3.1 (#1440) requires changes to the api
- slave --> replica
- usePassword: --> auth: enabled:
- redis.fullname --> common.names.fullname
- Outdated apiVersion in frontend scale testing helm template (#1419)
- extensions/v1beta1 --> apps/v1
Enhancements
- Increased minimum resources based on best practices (#1439)
- docker build optimization by using mount cache for go dependencies (#1435)
Usage Requirements
- Kubernetes Version >= 1.21
- Golang Version >= v1.15
- Helm Version >= 3.8
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