Compare commits

..

3 Commits

Author SHA1 Message Date
335f704db9 Release 1.1.1 (#1400)
* update go.mod files for tutorials to reference v1.1.0

* resolved additional go.mod files

* removed GOPROXY

* resolved incorrect module
2021-07-28 14:49:11 -04:00
02ce5e26b7 Release 1.1 fix (#1316)
* Update repo location

* Update repo location

* Update chart repo location in Makefile
2020-12-17 16:01:44 -05:00
32611444d6 Release 1.1 (#1306)
* updated versions in various files. ran make release and make api/api.md targets as per release steps

* updated versions to 1.1.0-rc.1

* Updated Makefile BASE_VERSION

* Updated GKE_VERSION in create-gke-cluster target

* Updated appVersion and version tags in Chart.yaml

* Updated tag in values.yaml

* updated _OM_VERSION in cloudbuild.yaml

* make release and make api/api.md execution
2020-12-16 15:58:45 -05:00
32 changed files with 57 additions and 83 deletions

View File

@ -52,7 +52,7 @@
# If you want information on how to edit this file checkout,
# http://makefiletutorial.com/
BASE_VERSION = 1.1.0-rc.1
BASE_VERSION = 1.1.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)
@ -285,7 +285,7 @@ $(foreach IMAGE,$(IMAGES),clean-$(IMAGE)-image): clean-%-image:
#####################################################################################################################
update-chart-deps: build/toolchain/bin/helm$(EXE_EXTENSION)
(cd $(REPOSITORY_ROOT)/install/helm/open-match; $(HELM) repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com; $(HELM) dependency update)
(cd $(REPOSITORY_ROOT)/install/helm/open-match; $(HELM) repo add incubator https://charts.helm.sh/stable; $(HELM) dependency update)
lint-chart: build/toolchain/bin/helm$(EXE_EXTENSION) build/toolchain/bin/ct$(EXE_EXTENSION)
(cd $(REPOSITORY_ROOT)/install/helm; $(HELM) lint $(OPEN_MATCH_HELM_NAME))
@ -608,7 +608,7 @@ delete-kind-cluster: build/toolchain/bin/kind$(EXE_EXTENSION) build/toolchain/bi
create-cluster-role-binding:
$(KUBECTL) create clusterrolebinding myname-cluster-admin-binding --clusterrole=cluster-admin --user=$(GCLOUD_ACCOUNT_EMAIL)
create-gke-cluster: GKE_VERSION = 1.14.10-gke.45 # gcloud beta container get-server-config --zone us-west1-a
create-gke-cluster: GKE_VERSION = 1.15.12-gke.20 # gcloud beta container get-server-config --zone us-west1-a
create-gke-cluster: GKE_CLUSTER_SHAPE_FLAGS = --machine-type n1-standard-4 --enable-autoscaling --min-nodes 1 --num-nodes 2 --max-nodes 10 --disk-size 50
create-gke-cluster: GKE_FUTURE_COMPAT_FLAGS = --no-enable-basic-auth --no-issue-client-certificate --enable-ip-alias --metadata disable-legacy-endpoints=true --enable-autoupgrade
create-gke-cluster: build/toolchain/bin/kubectl$(EXE_EXTENSION) gcloud

View File

@ -106,7 +106,7 @@ steps:
- id: 'Test: Services'
name: 'gcr.io/$PROJECT_ID/open-match-build'
args: ['make', 'GOPROXY=off', 'GOLANG_TEST_COUNT=10', 'test']
args: ['make', 'GOLANG_TEST_COUNT=10', 'test']
volumes:
- name: 'go-vol'
path: '/go'
@ -164,7 +164,7 @@ artifacts:
- install/yaml/06-open-match-override-configmap.yaml
substitutions:
_OM_VERSION: "1.1.0-rc.1"
_OM_VERSION: "1.1.0"
_GCB_POST_SUBMIT: "0"
_GCB_LATEST_VERSION: "undefined"
_ARTIFACTS_BUCKET: "gs://open-match-build-artifacts/output/"

View File

@ -13,13 +13,13 @@
# limitations under the License.
apiVersion: v2
appVersion: "1.1.0-rc.1"
version: 1.1.0-rc.1
appVersion: "1.1.0"
version: 1.1.0
name: open-match
dependencies:
- name: redis
version: 9.5.0
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: open-match-core.redis.enabled
- name: open-match-telemetry
version: 0.0.0-dev

View File

@ -20,14 +20,14 @@ version: 0.0.0-dev
dependencies:
- name: prometheus
version: 9.2.0
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: global.telemetry.prometheus.enabled,prometheus.enabled
- name: grafana
version: 4.0.1
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: global.telemetry.grafana.enabled,grafana.enabled
- name: jaeger
version: 0.13.3
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: global.telemetry.jaeger.enabled,jaeger.enabled

View File

@ -254,7 +254,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.1.0-rc.1
tag: 1.1.0
pullPolicy: Always
# Expose the telemetry configurations to all subcharts because prometheus, for example,

View File

@ -1,10 +1,10 @@
{
"urls": [
{"name": "Frontend", "url": "https://open-match.dev/api/v1.1.0-rc.1/frontend.swagger.json"},
{"name": "Backend", "url": "https://open-match.dev/api/v1.1.0-rc.1/backend.swagger.json"},
{"name": "Query", "url": "https://open-match.dev/api/v1.1.0-rc.1/query.swagger.json"},
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.1.0-rc.1/matchfunction.swagger.json"},
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.1.0-rc.1/synchronizer.swagger.json"},
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.1.0-rc.1/evaluator.swagger.json"}
{"name": "Frontend", "url": "https://open-match.dev/api/v1.1.0/frontend.swagger.json"},
{"name": "Backend", "url": "https://open-match.dev/api/v1.1.0/backend.swagger.json"},
{"name": "Query", "url": "https://open-match.dev/api/v1.1.0/query.swagger.json"},
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.1.0/matchfunction.swagger.json"},
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.1.0/synchronizer.swagger.json"},
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.1.0/evaluator.swagger.json"}
]
}

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -5,7 +5,5 @@ go 1.14
require (
github.com/sirupsen/logrus v1.4.2
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -5,7 +5,7 @@ go 1.14
require (
github.com/sirupsen/logrus v1.4.2
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -5,7 +5,7 @@ go 1.14
require (
github.com/golang/protobuf v1.3.2
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../

View File

@ -4,7 +4,7 @@ go 1.14
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.0.0-dev
open-match.dev/open-match v1.1.0
)
replace open-match.dev/open-match v0.0.0-dev => ../../../../