Compare commits

...

1 Commits

Author SHA1 Message Date
2b94ebb1d4 0.6.0-rc.1 Release () 2019-07-15 15:45:55 -07:00
5 changed files with 12 additions and 12 deletions
Makefilecloudbuild.yaml
install/helm/open-match
third_party/swaggerui

@ -51,7 +51,7 @@
# If you want information on how to edit this file checkout,
# http://makefiletutorial.com/
BASE_VERSION = 0.0.0-dev
BASE_VERSION = 0.6.0-rc.1
SHORT_SHA = $(shell git rev-parse --short=7 HEAD | tr -d [:punct:])
VERSION_SUFFIX = $(SHORT_SHA)
BRANCH_NAME = $(shell git rev-parse --abbrev-ref HEAD | tr -d [:punct:])
@ -923,7 +923,7 @@ preview-release: validate-preview-release build/release/ retag-images ci-deploy-
release: REGISTRY = gcr.io/$(OPEN_MATCH_PUBLIC_IMAGES_PROJECT_ID)
release: TAG = $(BASE_VERSION)
release: build/release/
release: presubmit build/release/
clean-secrets:
rm -rf $(OPEN_MATCH_SECRETS_DIR)

@ -200,7 +200,7 @@ images:
- 'gcr.io/$PROJECT_ID/openmatch-swaggerui:${_OM_VERSION}-${SHORT_SHA}'
- 'gcr.io/$PROJECT_ID/openmatch-reaper:${_OM_VERSION}-${SHORT_SHA}'
substitutions:
_OM_VERSION: "0.0.0-dev"
_OM_VERSION: "0.6.0-rc.1"
_GCB_POST_SUBMIT: "0"
_GCB_LATEST_VERSION: "undefined"
logsBucket: 'gs://open-match-build-logs/'

@ -13,8 +13,8 @@
# limitations under the License.
apiVersion: v1
appVersion: "0.0.0-dev"
version: 0.0.0-dev
appVersion: "0.6.0-rc.1"
version: 0.6.0-rc.1
name: open-match
description: Flexible, extensible, and scalable video game matchmaking.
keywords:

@ -247,7 +247,7 @@ openmatch:
image:
registry: gcr.io/open-match-public-images
tag: 0.0.0-dev
tag: 0.6.0-rc.1
pullPolicy: Always
backend:
name: openmatch-backend

@ -1,10 +1,10 @@
{
"urls": [
{"name": "Frontend", "url": "https://open-match.dev/api/v0.0.0-dev/frontend.swagger.json"},
{"name": "Backend", "url": "https://open-match.dev/api/v0.0.0-dev/backend.swagger.json"},
{"name": "Mmlogic", "url": "https://open-match.dev/api/v0.0.0-dev/mmlogic.swagger.json"},
{"name": "MatchFunction", "url": "https://open-match.dev/api/v0.0.0-dev/matchfunction.swagger.json"},
{"name": "Synchronizer", "url": "https://open-match.dev/api/v0.0.0-dev/synchronizer.swagger.json"},
{"name": "Evaluator", "url": "https://open-match.dev/api/v0.0.0-dev/evaluator.swagger.json"}
{"name": "Frontend", "url": "https://open-match.dev/api/v0.6.0-rc.1/frontend.swagger.json"},
{"name": "Backend", "url": "https://open-match.dev/api/v0.6.0-rc.1/backend.swagger.json"},
{"name": "Mmlogic", "url": "https://open-match.dev/api/v0.6.0-rc.1/mmlogic.swagger.json"},
{"name": "MatchFunction", "url": "https://open-match.dev/api/v0.6.0-rc.1/matchfunction.swagger.json"},
{"name": "Synchronizer", "url": "https://open-match.dev/api/v0.6.0-rc.1/synchronizer.swagger.json"},
{"name": "Evaluator", "url": "https://open-match.dev/api/v0.6.0-rc.1/evaluator.swagger.json"}
]
}