Skip to content

Commit

Permalink
Increase version to 0.5.0-rc1 (#268)
Browse files Browse the repository at this point in the history
* Increase version to 0.5.0-rc1

* Increment version to 0.5.0-rc1 in cloudbuild.yaml
  • Loading branch information
Scott Redig authored Apr 23, 2019
1 parent 8389a62 commit be55bfd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
##
# http://makefiletutorial.com/

BASE_VERSION = 0.4.0
BASE_VERSION = 0.5.0-rc1
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
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
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.4.0"
_OM_VERSION: "0.5.0-rc1"
_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
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

apiVersion: v1
appVersion: "0.4.0"
version: 0.4.0
appVersion: "0.5.0-rc1"
version: 0.5.0-rc1
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ openmatch:
testprofile: /profiles
image:
registry: gcr.io/open-match-public-images
tag: 0.4.0
tag: 0.5.0-rc1
backendclient:
name: openmatch-backendclient
pullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions install/helm/open-match/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

apiVersion: v1
appVersion: "0.4.0"
version: 0.4.0
appVersion: "0.5.0-rc1"
version: 0.5.0-rc1
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
Original file line number Diff line number Diff line change
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.4.0
tag: 0.5.0-rc1
backendapi:
name: openmatch-backendapi
pullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions site/config.toml
Original file line number Diff line number Diff line change
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.4.0"
release_version = "0.4.0"
release_branch = "release-0.5.0-rc1"
release_version = "0.5.0-rc1"

# User interface configuration
[params.ui]
Expand Down

0 comments on commit be55bfd

Please sign in to comment.