Skip to content

Commit

Permalink
Release 1.5 (#1498)
Browse files Browse the repository at this point in the history
* update version and tags for release

* Update Google Terraform provider configuration link

* ?

* Version changes to 1.5.0

* make release
  • Loading branch information
syntxerror authored Oct 6, 2022
1 parent 4170113 commit d8aa60c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# If you want information on how to edit this file checkout,
# http://makefiletutorial.com/

BASE_VERSION = 1.5.0-rc.1
BASE_VERSION = 1.5.0
SHORT_SHA = $(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)-$(SHORT_SHA)
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ artifacts:
- install/yaml/06-open-match-override-configmap.yaml

substitutions:
_OM_VERSION: "1.5.0-rc.1"
_OM_VERSION: "1.5.0"
_GCB_POST_SUBMIT: "0"
_GCB_LATEST_VERSION: "undefined"
_ARTIFACTS_BUCKET: "gs://open-match-build-artifacts/output/"
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: v2
appVersion: "1.5.0-rc.1"
version: 1.5.0-rc.1
appVersion: "1.5.0"
version: 1.5.0
name: open-match
dependencies:
- name: redis
Expand Down
2 changes: 1 addition & 1 deletion install/helm/open-match/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ global:
# Use this field if you need to override the image registry and image tag for all services defined in this chart
image:
registry: gcr.io/open-match-public-images
tag: 1.5.0-rc.1
tag: 1.5.0
pullPolicy: Always

# Expose the telemetry configurations to all subcharts because prometheus, for example,
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 @@ -273,7 +273,7 @@ global:
# Use this field if you need to override the image registry and image tag for all services defined in this chart
image:
registry: gcr.io/open-match-public-images
tag: 1.5.0-rc.1
tag: 1.5.0
pullPolicy: Always

# Expose the telemetry configurations to all subcharts because prometheus, for example,
Expand Down
12 changes: 6 additions & 6 deletions third_party/swaggerui/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"urls": [
{"name": "Frontend", "url": "https://open-match.dev/api/v1.5.0-rc.1/frontend.swagger.json"},
{"name": "Backend", "url": "https://open-match.dev/api/v1.5.0-rc.1/backend.swagger.json"},
{"name": "Query", "url": "https://open-match.dev/api/v1.5.0-rc.1/query.swagger.json"},
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.5.0-rc.1/matchfunction.swagger.json"},
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.5.0-rc.1/synchronizer.swagger.json"},
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.5.0-rc.1/evaluator.swagger.json"}
{"name": "Frontend", "url": "https://open-match.dev/api/v1.5.0/frontend.swagger.json"},
{"name": "Backend", "url": "https://open-match.dev/api/v1.5.0/backend.swagger.json"},
{"name": "Query", "url": "https://open-match.dev/api/v1.5.0/query.swagger.json"},
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.5.0/matchfunction.swagger.json"},
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.5.0/synchronizer.swagger.json"},
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.5.0/evaluator.swagger.json"}
]
}

0 comments on commit d8aa60c

Please sign in to comment.