Skip to content

Commit

Permalink
Increment config files to match 0.5.0 release and create draft releas… (
Browse files Browse the repository at this point in the history
#315)

* Increment config files to match 0.5.0 release and create draft release instructions.

* Revert file
  • Loading branch information
Anthony Feddersen committed Apr 29, 2019
1 parent a9943cc commit 6a5d516
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -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)
Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion cloudbuild.yaml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions install/helm/open-match-example/Chart.yaml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion install/helm/open-match-example/values.yaml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions install/helm/open-match/Chart.yaml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion install/helm/open-match/values.yaml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions site/config.toml
Expand Up @@ -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]
Expand Down

0 comments on commit 6a5d516

Please sign in to comment.