Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
chore: update tags for release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Feb 10, 2022
1 parent 290a7a9 commit 42470fb
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ With Sandbox, we provide a tool that automatically provisions a new demo cluster

Click the Cloud Shell button for automated one-click installation of a new Sandbox cluster in a new Google Cloud Project.

[![Open in Cloud Shell](http://www.gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.5&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.5&cloudshell_tutorial=docs/tutorial.md)
[![Open in Cloud Shell](http://www.gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.6&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.6&cloudshell_tutorial=docs/tutorial.md)

__Note__: If installation stops due to billing account errors, set up the billing account and type: `sandboxctl create`.

Expand Down
2 changes: 1 addition & 1 deletion cloud-shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN python3 -m pip install click==8.0.1
RUN python3 -m pip install google-cloud-monitoring==2.4.0

# set env var
RUN echo "VERSION=v0.7.5" >> /etc/environment
RUN echo "VERSION=v0.7.6" >> /etc/environment

# Change "Open in Cloudshell" script to run `sandboxctl create` using local file and changing it
COPY cloudshell_open_cp.sh /google/devshell/bashrc.google.d/cloudshell_open.sh
2 changes: 1 addition & 1 deletion kubernetes-manifests/adservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: adservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/adservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/adservice:v0.7.6
ports:
- containerPort: 9555
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
command: ['bin/sh', '-c', 'until nslookup redis-cart; do echo waiting for redis; sleep 2; done;']
containers:
- name: cartservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/cartservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/cartservice:v0.7.6
ports:
- containerPort: 7070
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/checkoutservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: checkoutservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/checkoutservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/checkoutservice:v0.7.6
ports:
- containerPort: 5050
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/currencyservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: currencyservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/currencyservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/currencyservice:v0.7.6
ports:
- name: grpc
containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/emailservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: emailservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/emailservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/emailservice:v0.7.6
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: frontend
image: gcr.io/stackdriver-sandbox-230822/sandbox/frontend:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/frontend:v0.7.6
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/paymentservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: paymentservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/paymentservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/paymentservice:v0.7.6
ports:
- containerPort: 50051
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/productcatalogservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: productcatalogservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/productcatalogservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/productcatalogservice:v0.7.6
ports:
- containerPort: 3550
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/recommendationservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: recommendationservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/recommendationservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/recommendationservice:v0.7.6
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/shippingservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: shippingservice
image: gcr.io/stackdriver-sandbox-230822/sandbox/shippingservice:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/shippingservice:v0.7.6
ports:
- containerPort: 50051
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion loadgenerator-manifests/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: locust-main
image: gcr.io/stackdriver-sandbox-230822/sandbox/loadgenerator/gke:v0.7.5
image: gcr.io/stackdriver-sandbox-230822/sandbox/loadgenerator/gke:v0.7.6
imagePullPolicy: Always
env:
- name: LOCUST_MODE
Expand Down
2 changes: 1 addition & 1 deletion website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "v0.7.5"
version = "v0.7.6"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
Expand Down
2 changes: 1 addition & 1 deletion website/deploy/docs/_print/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h3 id="prerequisites">Prerequisites</h3>
</ul>
<h3 id="set-up">Set Up</h3>
<p>Click the Cloud Shell button for automated one-click installation of a new Sandbox cluster in a new Google Cloud Project.</p>
<p><a href="https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&amp;cloudshell_git_branch=v0.7.5&amp;shellonly=true&amp;cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.5&amp;cloudshell_tutorial=docs/tutorial.md"><img src="http://www.gstatic.com/cloudssh/images/open-btn.svg" alt="Open in Cloud Shell"></a></p>
<p><a href="https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&amp;cloudshell_git_branch=v0.7.5&amp;shellonly=true&amp;cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.6&amp;cloudshell_tutorial=docs/tutorial.md"><img src="http://www.gstatic.com/cloudssh/images/open-btn.svg" alt="Open in Cloud Shell"></a></p>
<p><strong>Note</strong>: If installation stops due to billing account errors, set up the billing account and type: <code>sandboxctl create</code>.</p>
<h3 id="next-steps">Next Steps</h3>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion website/deploy/docs/getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h3 id="prerequisites">Prerequisites</h3>
</ul>
<h3 id="set-up">Set Up</h3>
<p>Click the Cloud Shell button for automated one-click installation of a new Sandbox cluster in a new Google Cloud Project.</p>
<p><a href="https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&amp;cloudshell_git_branch=v0.7.5&amp;shellonly=true&amp;cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.5&amp;cloudshell_tutorial=docs/tutorial.md"><img src="http://www.gstatic.com/cloudssh/images/open-btn.svg" alt="Open in Cloud Shell"></a></p>
<p><a href="https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&amp;cloudshell_git_branch=v0.7.5&amp;shellonly=true&amp;cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.6&amp;cloudshell_tutorial=docs/tutorial.md"><img src="http://www.gstatic.com/cloudssh/images/open-btn.svg" alt="Open in Cloud Shell"></a></p>
<p><strong>Note</strong>: If installation stops due to billing account errors, set up the billing account and type: <code>sandboxctl create</code>.</p>
<h3 id="next-steps">Next Steps</h3>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions website/deploy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>Get started now</h2>
<div class="steps">
<div class="step step-1">

<a class="console-btn" href="https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.5&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.5&cloudshell_tutorial=docs/tutorial.md"
<a class="console-btn" href="https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.6&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.6&cloudshell_tutorial=docs/tutorial.md"
target="_blank">Open in Google Cloud Shell</a>
</div>
<img src="images/bg_02.png" class="cloud-shell" alt="cloud shell">
Expand All @@ -79,7 +79,7 @@ <h2>Next steps</h2>

<footer>
<p class="fineprint">* Note: This is <b>NOT</b> an official Google product. Customers will be billed for using cloud resources when creating a sandbox cluster.
<button onclick="userfeedback.api.startFeedback({ 'productId': '5235454', 'productVersion': 'v0.7.5' });">Submit Feedback</button>
<button onclick="userfeedback.api.startFeedback({ 'productId': '5235454', 'productVersion': 'v0.7.6' });">Submit Feedback</button>
</p>
</footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3>Cloud Operations Sandbox is an open source tool* that helps practitioners to
<h2>Get started now</h2>
<div class="steps">
<div class="step step-1">
<a class="console-btn" href="https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.5&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.5&cloudshell_tutorial=docs/tutorial.md"
<a class="console-btn" href="https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.6&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.6&cloudshell_tutorial=docs/tutorial.md"
target="_blank">Open in Google Cloud Shell</a>
</div>
<img src="images/bg_02.png" class="cloud-shell" alt="cloud shell">
Expand All @@ -75,7 +75,7 @@ <h2>Next steps</h2>

<footer>
<p class="fineprint">* Note: This is <b>NOT</b> an official Google product. Customers will be billed for using cloud resources when creating a sandbox cluster.
<button onclick="userfeedback.api.startFeedback({ 'productId': '5235454', 'productVersion': 'v0.7.5' });">Submit Feedback</button>
<button onclick="userfeedback.api.startFeedback({ 'productId': '5235454', 'productVersion': 'v0.7.6' });">Submit Feedback</button>
</p>
</footer>
</body>
Expand Down

0 comments on commit 42470fb

Please sign in to comment.