mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-29 22:44:20 +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/
|
# 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:])
|
VERSION_SUFFIX = $(shell git rev-parse --short=7 HEAD | tr -d [:punct:])
|
||||||
BRANCH_NAME = $(shell git rev-parse --abbrev-ref HEAD | tr -d [:punct:])
|
BRANCH_NAME = $(shell git rev-parse --abbrev-ref HEAD | tr -d [:punct:])
|
||||||
VERSION = $(BASE_VERSION)-$(VERSION_SUFFIX)
|
VERSION = $(BASE_VERSION)-$(VERSION_SUFFIX)
|
||||||
@ -725,4 +725,3 @@ endif
|
|||||||
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
|
.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!
|
### 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
|
```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
|
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-clientloadgen:${_OM_VERSION}-${SHORT_SHA}'
|
||||||
- 'gcr.io/$PROJECT_ID/openmatch-frontendclient:${_OM_VERSION}-${SHORT_SHA}'
|
- 'gcr.io/$PROJECT_ID/openmatch-frontendclient:${_OM_VERSION}-${SHORT_SHA}'
|
||||||
substitutions:
|
substitutions:
|
||||||
_OM_VERSION: "0.5.0-rc.2"
|
_OM_VERSION: "0.5.0"
|
||||||
_GCB_POST_SUBMIT: "0"
|
_GCB_POST_SUBMIT: "0"
|
||||||
logsBucket: 'gs://open-match-build-logs/'
|
logsBucket: 'gs://open-match-build-logs/'
|
||||||
options:
|
options:
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "0.5.0-rc.2"
|
appVersion: "0.5.0"
|
||||||
version: 0.5.0-rc.2
|
version: 0.5.0
|
||||||
name: open-match-example
|
name: open-match-example
|
||||||
description: Flexible, extensible, and scalable video game matchmaking.
|
description: Flexible, extensible, and scalable video game matchmaking.
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -39,7 +39,7 @@ openmatch:
|
|||||||
testprofile: /profiles
|
testprofile: /profiles
|
||||||
image:
|
image:
|
||||||
registry: gcr.io/open-match-public-images
|
registry: gcr.io/open-match-public-images
|
||||||
tag: 0.5.0-rc.2
|
tag: 0.5.0
|
||||||
backendclient:
|
backendclient:
|
||||||
name: openmatch-backendclient
|
name: openmatch-backendclient
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "0.5.0-rc.2"
|
appVersion: "0.5.0"
|
||||||
version: 0.5.0-rc.2
|
version: 0.5.0
|
||||||
name: open-match
|
name: open-match
|
||||||
description: Flexible, extensible, and scalable video game matchmaking.
|
description: Flexible, extensible, and scalable video game matchmaking.
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -47,7 +47,7 @@ openmatch:
|
|||||||
# You can refer to other chart values using the Helm templates syntax here.
|
# You can refer to other chart values using the Helm templates syntax here.
|
||||||
image:
|
image:
|
||||||
registry: gcr.io/open-match-public-images
|
registry: gcr.io/open-match-public-images
|
||||||
tag: 0.5.0-rc.2
|
tag: 0.5.0
|
||||||
backendapi:
|
backendapi:
|
||||||
name: openmatch-backendapi
|
name: openmatch-backendapi
|
||||||
pullPolicy: Always
|
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.
|
# Google Custom Search Engine ID. Remove or comment out to disable search.
|
||||||
gcs_engine_id = "008748710159674449076:sqoelpnrdoe"
|
gcs_engine_id = "008748710159674449076:sqoelpnrdoe"
|
||||||
|
|
||||||
release_branch = "release-0.5.0-rc.2"
|
release_branch = "release-0.5.0"
|
||||||
release_version = "0.5.0-rc.2"
|
release_version = "0.5.0"
|
||||||
|
|
||||||
# User interface configuration
|
# User interface configuration
|
||||||
[params.ui]
|
[params.ui]
|
||||||
|
Reference in New Issue
Block a user