From cbc8e5ba7fd4fc81367d47b79f93471beffc8947 Mon Sep 17 00:00:00 2001 From: minherz Date: Mon, 20 Nov 2023 17:20:32 -0800 Subject: [PATCH] fix: update versions to 0.9.3 change the patch version from '2' to '3' in README URLs and version.txt. remove duplicated title in docs/README.md --- README.md | 2 +- docs/README.md | 4 +--- provisioning/version.txt | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b93770735..fde750b09 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ under Apache 2.0. Full license text is available in [LICENSE](LICENSE). > **Note** > This is not an official Google project. Please, report any issues or feature requests related to this project [here]. -[1]: https://console.cloud.google.com/?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fgooglecloudplatform%2Fcloud-ops-sandbox&cloudshell_git_branch=0.9.2&cloudshell_tutorial=docs/walkthrough.md +[1]: https://console.cloud.google.com/?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fgooglecloudplatform%2Fcloud-ops-sandbox&cloudshell_git_branch=0.9.3&cloudshell_tutorial=docs/walkthrough.md [cloud-ops]: (https://cloud.google.com/products/operations) diff --git a/docs/README.md b/docs/README.md index 619e76807..cafa32c0c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,8 +2,6 @@ ## Overview -## Overview - Cloud Ops Sandbox (**Sandbox** further in this document) lets you to trial [Cloud Operations suite][cloud-ops] of services by using a non-trivial microservice application deployed on Kubernetes like [Online Boutique][ob]. @@ -148,7 +146,7 @@ GKE cluster is the core part of the bill. You can see [estimate] costs with pricing [calculator]. [1]: https://cloud.google.com/resource-manager/docs/creating-managing-projects#console_1 -[2]: https://console.cloud.google.com/?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fgooglecloudplatform%2Fcloud-ops-sandbox&cloudshell_git_branch=0.9.2&cloudshell_tutorial=docs/walkthrough.md +[2]: https://console.cloud.google.com/?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fgooglecloudplatform%2Fcloud-ops-sandbox&cloudshell_git_branch=0.9.3&cloudshell_tutorial=docs/walkthrough.md [cloud-ops]: http://cloud.google.com/products/operations [ob]: https://github.com/GoogleCloudPlatform/microservices-demo [ob-architecture]: https://github.com/GoogleCloudPlatform/microservices-demo#architecture diff --git a/provisioning/version.txt b/provisioning/version.txt index f76f91317..b3ec1638f 100644 --- a/provisioning/version.txt +++ b/provisioning/version.txt @@ -1 +1 @@ -0.9.2 \ No newline at end of file +0.9.3 \ No newline at end of file