Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4 rc blog post #265

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
9da32a8
Merge pull request #1 from googleforgames/master
syntxerror Nov 17, 2020
b00f71b
Merge pull request #2 from googleforgames/master
syntxerror Jan 22, 2021
13b7bfa
Merge pull request #3 from googleforgames/master
syntxerror Mar 3, 2021
e1a9ed8
Merge pull request #4 from googleforgames/master
syntxerror Mar 24, 2021
7d929d1
Merge branch 'master' of github.com:googleforgames/open-match-docs
syntxerror Apr 13, 2021
aee6a58
Merge branch 'master' of github.com:googleforgames/open-match-docs
syntxerror Apr 14, 2021
e6e277b
update versioning across files on master
syntxerror Apr 15, 2021
a057e8f
Merge branch 'master' of github.com:googleforgames/open-match-docs
syntxerror May 2, 2021
f3796fd
Merge branch 'master' of github.com:googleforgames/open-match-docs
syntxerror May 3, 2021
b19d756
Merge branch 'googleforgames:master' into master
syntxerror May 14, 2021
cb3fc58
Merge branch 'master' of github.com:googleforgames/open-match-docs
syntxerror May 18, 2021
6bdacc7
Merge branch 'master' of github.com:syntxerror/open-match-docs
syntxerror May 18, 2021
854b0fd
Merge pull request #5 from googleforgames/master
syntxerror Oct 16, 2021
48f7c9f
rebase
syntxerror Jun 6, 2022
aac8c34
another rebase
syntxerror Jun 21, 2022
99f70c7
Merge pull request #6 from googleforgames/main
syntxerror Jun 21, 2022
92c4e38
release 1.4.0 rc blog post
syntxerror Jun 21, 2022
20237b6
Merge branch 'main' into blog-1.4-rc
syntxerror Aug 17, 2022
984847c
Merge branch 'main' into blog-1.4-rc
syntxerror Aug 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions site/content/en/blog/omreleases/1.4.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
date: 2022-04-12
title: "1.4.0-rc.1"
linkTitle: "1.4.0 RC1"
description: "1.4.0-rc.1 Release"
---

![Open Match Logo](../../../../../images/logo-with-name.png)

This is the v1.4.0-rc.1 release of Open Match.

Check the [official website](https://open-match.dev) 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

* Follow [Open Match Installation Guide](https://open-match.dev/site/docs/installation/) to setup Open Match in your cluster.

## API Definitions

* gRPC API Definitions are available in [API references](https://open-match.dev/site/docs/reference/api/) - _Preferred_
* HTTP API Definitions are available in [SwaggerUI](https://open-match.dev/site/swaggerui/index.html)