From ec8f757afe8ccd9f60da02db45cdab94bda234d1 Mon Sep 17 00:00:00 2001 From: Jon Foust <38893532+syntxerror@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:25:42 -0400 Subject: [PATCH] Release 1.4.0-rc.1 --- Makefile | 2 +- cloudbuild.yaml | 2 +- install/helm/open-match/Chart.yaml | 4 ++-- install/helm/open-match/values.yaml | 2 +- install/terraform/open-match-build/README.md | 2 +- install/terraform/open-match/README.md | 2 +- internal/config/config_test.go | 1 + internal/testing/e2e/cluster.go | 1 + internal/testing/e2e/cluster_test.go | 1 + internal/testing/e2e/in_memory.go | 1 + third_party/swaggerui/config.json | 12 ++++++------ 11 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index cc349031..aef5b74c 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ # If you want information on how to edit this file checkout, # http://makefiletutorial.com/ -BASE_VERSION = 0.0.0-dev +BASE_VERSION = 1.4.0-rc.1 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) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 7be6259b..a33f922f 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -164,7 +164,7 @@ artifacts: - install/yaml/06-open-match-override-configmap.yaml substitutions: - _OM_VERSION: "0.0.0-dev" + _OM_VERSION: "1.4.0-rc.1" _GCB_POST_SUBMIT: "0" _GCB_LATEST_VERSION: "undefined" _ARTIFACTS_BUCKET: "gs://open-match-build-artifacts/output/" diff --git a/install/helm/open-match/Chart.yaml b/install/helm/open-match/Chart.yaml index 10bb8b11..cdf60fb1 100644 --- a/install/helm/open-match/Chart.yaml +++ b/install/helm/open-match/Chart.yaml @@ -13,8 +13,8 @@ # limitations under the License. apiVersion: v2 -appVersion: "0.0.0-dev" -version: 0.0.0-dev +appVersion: "1.4.0-rc.1" +version: 1.4.0-rc.1 name: open-match dependencies: - name: redis diff --git a/install/helm/open-match/values.yaml b/install/helm/open-match/values.yaml index 0dc9a3f4..50172f74 100644 --- a/install/helm/open-match/values.yaml +++ b/install/helm/open-match/values.yaml @@ -271,7 +271,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: 0.0.0-dev + tag: 1.4.0-rc.1 pullPolicy: Always # Expose the telemetry configurations to all subcharts because prometheus, for example, diff --git a/install/terraform/open-match-build/README.md b/install/terraform/open-match-build/README.md index 07464c44..03be278d 100644 --- a/install/terraform/open-match-build/README.md +++ b/install/terraform/open-match-build/README.md @@ -12,7 +12,7 @@ If you're making changes to these files you must check in the .tfstate file as well as comment the reason why you're enabling a feature or making a change. ## GCP Service Account Setup -To use the terraform templates when developing Open Match, you need to have the [credential of your service account](https://www.terraform.io/docs/providers/google/provider_reference.html#credentials-1) associated with your Open Match project. +To use the terraform templates when developing Open Match, you need to have the [credential of your service account](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account) associated with your Open Match project. ```bash # Example: Generates the key file in GCP. diff --git a/install/terraform/open-match/README.md b/install/terraform/open-match/README.md index 3e27d9a5..a1ae81d6 100644 --- a/install/terraform/open-match/README.md +++ b/install/terraform/open-match/README.md @@ -16,7 +16,7 @@ Lastly, these templates are meant for advanced users that are most likely already using Terraform. ## GCP Service Account Setup -To use the terraform templates when developing Open Match, you need to have the [credential of your service account](https://www.terraform.io/docs/providers/google/provider_reference.html#credentials-1) associated with your Open Match project. +To use the terraform templates when developing Open Match, you need to have the [credential of your service account](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account) associated with your Open Match project. ```bash # Example: Generates the key file in GCP. diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 9af62399..c9fbf961 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -1,3 +1,4 @@ +//go:build !race // +build !race // Copyright 2019 Google LLC diff --git a/internal/testing/e2e/cluster.go b/internal/testing/e2e/cluster.go index 000cbe40..e597b28d 100644 --- a/internal/testing/e2e/cluster.go +++ b/internal/testing/e2e/cluster.go @@ -1,3 +1,4 @@ +//go:build e2ecluster // +build e2ecluster // Copyright 2019 Google LLC diff --git a/internal/testing/e2e/cluster_test.go b/internal/testing/e2e/cluster_test.go index c2276419..1c341237 100644 --- a/internal/testing/e2e/cluster_test.go +++ b/internal/testing/e2e/cluster_test.go @@ -1,3 +1,4 @@ +//go:build e2ecluster // +build e2ecluster // Copyright 2019 Google LLC diff --git a/internal/testing/e2e/in_memory.go b/internal/testing/e2e/in_memory.go index 8eac9aac..0c338412 100644 --- a/internal/testing/e2e/in_memory.go +++ b/internal/testing/e2e/in_memory.go @@ -1,3 +1,4 @@ +//go:build !e2ecluster // +build !e2ecluster // Copyright 2019 Google LLC diff --git a/third_party/swaggerui/config.json b/third_party/swaggerui/config.json index a3a6db48..732eccf1 100644 --- a/third_party/swaggerui/config.json +++ b/third_party/swaggerui/config.json @@ -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": "Query", "url": "https://open-match.dev/api/v0.0.0-dev/query.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/v1.4.0-rc.1/frontend.swagger.json"}, + {"name": "Backend", "url": "https://open-match.dev/api/v1.4.0-rc.1/backend.swagger.json"}, + {"name": "Query", "url": "https://open-match.dev/api/v1.4.0-rc.1/query.swagger.json"}, + {"name": "MatchFunction", "url": "https://open-match.dev/api/v1.4.0-rc.1/matchfunction.swagger.json"}, + {"name": "Synchronizer", "url": "https://open-match.dev/api/v1.4.0-rc.1/synchronizer.swagger.json"}, + {"name": "Evaluator", "url": "https://open-match.dev/api/v1.4.0-rc.1/evaluator.swagger.json"} ] } \ No newline at end of file