Skip to content

Commit d8aa60c

Browse files
authored
Release 1.5 (#1498)
* update version and tags for release * Update Google Terraform provider configuration link * ? * Version changes to 1.5.0 * make release
1 parent 4170113 commit d8aa60c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# If you want information on how to edit this file checkout,
5454
# http://makefiletutorial.com/
5555

56-
BASE_VERSION = 1.5.0-rc.1
56+
BASE_VERSION = 1.5.0
5757
SHORT_SHA = $(shell git rev-parse --short=7 HEAD | tr -d [:punct:])
5858
BRANCH_NAME = $(shell git rev-parse --abbrev-ref HEAD | tr -d [:punct:])
5959
VERSION = $(BASE_VERSION)-$(SHORT_SHA)

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ artifacts:
164164
- install/yaml/06-open-match-override-configmap.yaml
165165

166166
substitutions:
167-
_OM_VERSION: "1.5.0-rc.1"
167+
_OM_VERSION: "1.5.0"
168168
_GCB_POST_SUBMIT: "0"
169169
_GCB_LATEST_VERSION: "undefined"
170170
_ARTIFACTS_BUCKET: "gs://open-match-build-artifacts/output/"

install/helm/open-match/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
apiVersion: v2
16-
appVersion: "1.5.0-rc.1"
17-
version: 1.5.0-rc.1
16+
appVersion: "1.5.0"
17+
version: 1.5.0
1818
name: open-match
1919
dependencies:
2020
- name: redis

install/helm/open-match/values-production.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ global:
275275
# Use this field if you need to override the image registry and image tag for all services defined in this chart
276276
image:
277277
registry: gcr.io/open-match-public-images
278-
tag: 1.5.0-rc.1
278+
tag: 1.5.0
279279
pullPolicy: Always
280280

281281
# Expose the telemetry configurations to all subcharts because prometheus, for example,

install/helm/open-match/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ global:
273273
# Use this field if you need to override the image registry and image tag for all services defined in this chart
274274
image:
275275
registry: gcr.io/open-match-public-images
276-
tag: 1.5.0-rc.1
276+
tag: 1.5.0
277277
pullPolicy: Always
278278

279279
# Expose the telemetry configurations to all subcharts because prometheus, for example,

third_party/swaggerui/config.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"urls": [
3-
{"name": "Frontend", "url": "https://open-match.dev/api/v1.5.0-rc.1/frontend.swagger.json"},
4-
{"name": "Backend", "url": "https://open-match.dev/api/v1.5.0-rc.1/backend.swagger.json"},
5-
{"name": "Query", "url": "https://open-match.dev/api/v1.5.0-rc.1/query.swagger.json"},
6-
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.5.0-rc.1/matchfunction.swagger.json"},
7-
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.5.0-rc.1/synchronizer.swagger.json"},
8-
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.5.0-rc.1/evaluator.swagger.json"}
3+
{"name": "Frontend", "url": "https://open-match.dev/api/v1.5.0/frontend.swagger.json"},
4+
{"name": "Backend", "url": "https://open-match.dev/api/v1.5.0/backend.swagger.json"},
5+
{"name": "Query", "url": "https://open-match.dev/api/v1.5.0/query.swagger.json"},
6+
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.5.0/matchfunction.swagger.json"},
7+
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.5.0/synchronizer.swagger.json"},
8+
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.5.0/evaluator.swagger.json"}
99
]
1010
}

0 commit comments

Comments
 (0)