mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-25 13:24:18 +00:00
Compare commits
2 Commits
0.5.0-rc.2
...
v0.5.0
Author | SHA1 | Date | |
---|---|---|---|
6a5d516463 | |||
a9943cc9c4 |
3
Makefile
3
Makefile
@ -46,7 +46,7 @@
|
||||
##
|
||||
# http://makefiletutorial.com/
|
||||
|
||||
BASE_VERSION = 0.5.0-rc.2
|
||||
BASE_VERSION = 0.5.0
|
||||
VERSION_SUFFIX = $(shell git rev-parse --short=7 HEAD | tr -d [:punct:])
|
||||
BRANCH_NAME = $(shell git rev-parse --abbrev-ref HEAD | tr -d [:punct:])
|
||||
VERSION = $(BASE_VERSION)-$(VERSION_SUFFIX)
|
||||
@ -725,4 +725,3 @@ endif
|
||||
endif
|
||||
|
||||
.PHONY: docker gcloud deploy-redirect-site sync-deps sleep-10 proxy-dashboard proxy-prometheus proxy-grafana clean clean-toolchain clean-binaries clean-protos presubmit test test-in-ci vet
|
||||
|
||||
|
@ -55,7 +55,7 @@ This command also deploys a component that continuously generates players with d
|
||||
|
||||
### Generate Matches!
|
||||
|
||||
The in a real setup, a game backend (Director / DGS etc.) will request Open Match for mathes. For demo purposes, this is simulated by a backend client that requests Open Match to continuously list matches till it runs out of players.
|
||||
In a real setup, a game backend (Director / DGS etc.) will request matches from Open Match. For demo purposes, this is simulated by a backend client that requests Open Match to continuously list matches until it runs out of players.
|
||||
|
||||
```bash
|
||||
kubectl run om-backendclient --rm --restart=Never --image-pull-policy=Always -i --tty --image=gcr.io/open-match-public-images/openmatch-backendclient:0.5.0-rc.2 --namespace=open-match
|
||||
|
@ -189,7 +189,7 @@ images:
|
||||
- 'gcr.io/$PROJECT_ID/openmatch-clientloadgen:${_OM_VERSION}-${SHORT_SHA}'
|
||||
- 'gcr.io/$PROJECT_ID/openmatch-frontendclient:${_OM_VERSION}-${SHORT_SHA}'
|
||||
substitutions:
|
||||
_OM_VERSION: "0.5.0-rc.2"
|
||||
_OM_VERSION: "0.5.0"
|
||||
_GCB_POST_SUBMIT: "0"
|
||||
logsBucket: 'gs://open-match-build-logs/'
|
||||
options:
|
||||
|
@ -13,8 +13,8 @@
|
||||
# limitations under the License.
|
||||
|
||||
apiVersion: v1
|
||||
appVersion: "0.5.0-rc.2"
|
||||
version: 0.5.0-rc.2
|
||||
appVersion: "0.5.0"
|
||||
version: 0.5.0
|
||||
name: open-match-example
|
||||
description: Flexible, extensible, and scalable video game matchmaking.
|
||||
keywords:
|
||||
|
@ -39,7 +39,7 @@ openmatch:
|
||||
testprofile: /profiles
|
||||
image:
|
||||
registry: gcr.io/open-match-public-images
|
||||
tag: 0.5.0-rc.2
|
||||
tag: 0.5.0
|
||||
backendclient:
|
||||
name: openmatch-backendclient
|
||||
pullPolicy: Always
|
||||
|
@ -13,8 +13,8 @@
|
||||
# limitations under the License.
|
||||
|
||||
apiVersion: v1
|
||||
appVersion: "0.5.0-rc.2"
|
||||
version: 0.5.0-rc.2
|
||||
appVersion: "0.5.0"
|
||||
version: 0.5.0
|
||||
name: open-match
|
||||
description: Flexible, extensible, and scalable video game matchmaking.
|
||||
keywords:
|
||||
|
@ -47,7 +47,7 @@ openmatch:
|
||||
# You can refer to other chart values using the Helm templates syntax here.
|
||||
image:
|
||||
registry: gcr.io/open-match-public-images
|
||||
tag: 0.5.0-rc.2
|
||||
tag: 0.5.0
|
||||
backendapi:
|
||||
name: openmatch-backendapi
|
||||
pullPolicy: Always
|
||||
|
@ -72,8 +72,8 @@ github_repo = "https://github.com/GoogleCloudPlatform/open-match"
|
||||
# Google Custom Search Engine ID. Remove or comment out to disable search.
|
||||
gcs_engine_id = "008748710159674449076:sqoelpnrdoe"
|
||||
|
||||
release_branch = "release-0.5.0-rc.2"
|
||||
release_version = "0.5.0-rc.2"
|
||||
release_branch = "release-0.5.0"
|
||||
release_version = "0.5.0"
|
||||
|
||||
# User interface configuration
|
||||
[params.ui]
|
||||
|
Reference in New Issue
Block a user