-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
c0b355d
commit 3261144
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"} | ||
] | ||
} |