RSS

1.4.0-rc.1

1.4.0-rc.1 Release

Open Match Logo

This is the v1.4.0-rc.1 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) :
    • Query service returning no tickets (#1420)
    • Existing tickets not found for a WatchAssignmentsRequest (#1428)
  • 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.14
  • Helm Version >= 3.8

Installation

API Definitions