Skip to content

Commit 2e9bb83

Browse files
Update feed
1 parent b737ded commit 2e9bb83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/feed.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3165,7 +3165,7 @@
31653165
"id": "0980_2015-09-30",
31663166
"url": "https://cloud.google.com/sdk/docs/release-notes#0980_2015-09-30",
31673167
"title": "0.9.80 (2015-09-30)",
3168-
"content_html": "<ul>\n<li>\n<p><code translate=\"no\" dir=\"ltr\">gcloud app</code></p>\n\n<ul>\n<li>\n<p>Soon, deployments will set the deployed version to receive all traffic\nby default. To keep the current behavior, use the <code translate=\"no\" dir=\"ltr\">--no-promote</code> flag\nor run the following command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/promote_by_default false\n</code></pre>\n<p>To adopt the new behavior early, use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag or run the\nfollowing command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/promote_by_default true\n</code></pre>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">--set-default</code> flag is deprecated. Please use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag\ninstead.</p></li>\n<li>\n<p>In a future Cloud SDK release, deployments that promote the new version\nto receive all traffic will stop the previous version by default. To\nkeep the current behavior, pass the <code translate=\"no\" dir=\"ltr\">--no-stop-previous-version</code> flag,\nor run the following command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/stop_previous_version true\n</code></pre>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">app run</code> command is deprecated and will soon be removed. Please\nuse dev_appserver (found in the same directory as the `gcloud command)\ninstead.</p></li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">gcloud preview app modules download command</code> is deprecated, and\nwill be removed soon.</p></li>\n</ul>\n</li>\n<li><p>The Windows installer has an option to run <code translate=\"no\" dir=\"ltr\">gcloud init</code> after the\ninstallation finishes.</p></li>\n<li>\n<p>The <code translate=\"no\" dir=\"ltr\">preview</code> component has been removed.</p>\n\n<ul>\n<li>The <code translate=\"no\" dir=\"ltr\">gcloud preview app</code> commands remain available as usual and\nare still shipped through the <code translate=\"no\" dir=\"ltr\">app</code> component.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups unmanaged</code> instead\nof <code translate=\"no\" dir=\"ltr\">gcloud preview instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups managed</code> instead of\n<code translate=\"no\" dir=\"ltr\">gcloud preview managed-instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n</ul>\n</li>\n<li><p>All Google Compute User Accounts commands have moved to beta.</p></li>\n<li><p>Deployment-manager list commands now support pagination.</p></li>\n<li><p>Minor bug fixes.</p></li>\n</ul>",
3168+
"content_html": "<ul>\n<li>\n<p><code translate=\"no\" dir=\"ltr\">gcloud app</code></p>\n\n<ul>\n<li>\n<p>Soon, deployments will set the deployed version to receive all traffic\nby default. To keep the current behavior, use the <code translate=\"no\" dir=\"ltr\">--no-promote</code> flag\nor run the following command:</p>\n<div></div>\n<devsite-code><pre class=\"devsite-click-to-copy\" translate=\"no\" dir=\"ltr\" is-upgraded syntax=\"Bash\"><code translate=\"no\" dir=\"ltr\">$<span class=\"devsite-syntax-w\"> </span>gcloud<span class=\"devsite-syntax-w\"> </span>config<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">set</span><span class=\"devsite-syntax-w\"> </span>app/promote_by_default<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">false</span>\n</code></pre></devsite-code>\n<p>To adopt the new behavior early, use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag or run the\nfollowing command:</p>\n<div></div>\n<devsite-code><pre class=\"devsite-click-to-copy\" translate=\"no\" dir=\"ltr\" is-upgraded syntax=\"Bash\"><code translate=\"no\" dir=\"ltr\">$<span class=\"devsite-syntax-w\"> </span>gcloud<span class=\"devsite-syntax-w\"> </span>config<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">set</span><span class=\"devsite-syntax-w\"> </span>app/promote_by_default<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">true</span>\n</code></pre></devsite-code>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">--set-default</code> flag is deprecated. Please use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag\ninstead.</p></li>\n<li>\n<p>In a future Cloud SDK release, deployments that promote the new version\nto receive all traffic will stop the previous version by default. To\nkeep the current behavior, pass the <code translate=\"no\" dir=\"ltr\">--no-stop-previous-version</code> flag,\nor run the following command:</p>\n<div></div>\n<devsite-code><pre class=\"devsite-click-to-copy\" translate=\"no\" dir=\"ltr\" is-upgraded syntax=\"Bash\"><code translate=\"no\" dir=\"ltr\">$<span class=\"devsite-syntax-w\"> </span>gcloud<span class=\"devsite-syntax-w\"> </span>config<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">set</span><span class=\"devsite-syntax-w\"> </span>app/stop_previous_version<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">true</span>\n</code></pre></devsite-code>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">app run</code> command is deprecated and will soon be removed. Please\nuse dev_appserver (found in the same directory as the `gcloud command)\ninstead.</p></li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">gcloud preview app modules download command</code> is deprecated, and\nwill be removed soon.</p></li>\n</ul>\n</li>\n<li><p>The Windows installer has an option to run <code translate=\"no\" dir=\"ltr\">gcloud init</code> after the\ninstallation finishes.</p></li>\n<li>\n<p>The <code translate=\"no\" dir=\"ltr\">preview</code> component has been removed.</p>\n\n<ul>\n<li>The <code translate=\"no\" dir=\"ltr\">gcloud preview app</code> commands remain available as usual and\nare still shipped through the <code translate=\"no\" dir=\"ltr\">app</code> component.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups unmanaged</code> instead\nof <code translate=\"no\" dir=\"ltr\">gcloud preview instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups managed</code> instead of\n<code translate=\"no\" dir=\"ltr\">gcloud preview managed-instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n</ul>\n</li>\n<li><p>All Google Compute User Accounts commands have moved to beta.</p></li>\n<li><p>Deployment-manager list commands now support pagination.</p></li>\n<li><p>Minor bug fixes.</p></li>\n</ul>",
31693169
"date_published": "2015-09-30T00:00:00+00:00"
31703170
},
31713171
{

docs/feeds/15.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"id": "0980_2015-09-30",
1616
"url": "https://cloud.google.com/sdk/docs/release-notes#0980_2015-09-30",
1717
"title": "0.9.80 (2015-09-30)",
18-
"content_html": "<ul>\n<li>\n<p><code translate=\"no\" dir=\"ltr\">gcloud app</code></p>\n\n<ul>\n<li>\n<p>Soon, deployments will set the deployed version to receive all traffic\nby default. To keep the current behavior, use the <code translate=\"no\" dir=\"ltr\">--no-promote</code> flag\nor run the following command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/promote_by_default false\n</code></pre>\n<p>To adopt the new behavior early, use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag or run the\nfollowing command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/promote_by_default true\n</code></pre>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">--set-default</code> flag is deprecated. Please use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag\ninstead.</p></li>\n<li>\n<p>In a future Cloud SDK release, deployments that promote the new version\nto receive all traffic will stop the previous version by default. To\nkeep the current behavior, pass the <code translate=\"no\" dir=\"ltr\">--no-stop-previous-version</code> flag,\nor run the following command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/stop_previous_version true\n</code></pre>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">app run</code> command is deprecated and will soon be removed. Please\nuse dev_appserver (found in the same directory as the `gcloud command)\ninstead.</p></li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">gcloud preview app modules download command</code> is deprecated, and\nwill be removed soon.</p></li>\n</ul>\n</li>\n<li><p>The Windows installer has an option to run <code translate=\"no\" dir=\"ltr\">gcloud init</code> after the\ninstallation finishes.</p></li>\n<li>\n<p>The <code translate=\"no\" dir=\"ltr\">preview</code> component has been removed.</p>\n\n<ul>\n<li>The <code translate=\"no\" dir=\"ltr\">gcloud preview app</code> commands remain available as usual and\nare still shipped through the <code translate=\"no\" dir=\"ltr\">app</code> component.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups unmanaged</code> instead\nof <code translate=\"no\" dir=\"ltr\">gcloud preview instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups managed</code> instead of\n<code translate=\"no\" dir=\"ltr\">gcloud preview managed-instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n</ul>\n</li>\n<li><p>All Google Compute User Accounts commands have moved to beta.</p></li>\n<li><p>Deployment-manager list commands now support pagination.</p></li>\n<li><p>Minor bug fixes.</p></li>\n</ul>",
18+
"content_html": "<ul>\n<li>\n<p><code translate=\"no\" dir=\"ltr\">gcloud app</code></p>\n\n<ul>\n<li>\n<p>Soon, deployments will set the deployed version to receive all traffic\nby default. To keep the current behavior, use the <code translate=\"no\" dir=\"ltr\">--no-promote</code> flag\nor run the following command:</p>\n<div></div>\n<devsite-code><pre class=\"devsite-click-to-copy\" translate=\"no\" dir=\"ltr\" is-upgraded syntax=\"Bash\"><code translate=\"no\" dir=\"ltr\">$<span class=\"devsite-syntax-w\"> </span>gcloud<span class=\"devsite-syntax-w\"> </span>config<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">set</span><span class=\"devsite-syntax-w\"> </span>app/promote_by_default<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">false</span>\n</code></pre></devsite-code>\n<p>To adopt the new behavior early, use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag or run the\nfollowing command:</p>\n<div></div>\n<devsite-code><pre class=\"devsite-click-to-copy\" translate=\"no\" dir=\"ltr\" is-upgraded syntax=\"Bash\"><code translate=\"no\" dir=\"ltr\">$<span class=\"devsite-syntax-w\"> </span>gcloud<span class=\"devsite-syntax-w\"> </span>config<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">set</span><span class=\"devsite-syntax-w\"> </span>app/promote_by_default<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">true</span>\n</code></pre></devsite-code>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">--set-default</code> flag is deprecated. Please use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag\ninstead.</p></li>\n<li>\n<p>In a future Cloud SDK release, deployments that promote the new version\nto receive all traffic will stop the previous version by default. To\nkeep the current behavior, pass the <code translate=\"no\" dir=\"ltr\">--no-stop-previous-version</code> flag,\nor run the following command:</p>\n<div></div>\n<devsite-code><pre class=\"devsite-click-to-copy\" translate=\"no\" dir=\"ltr\" is-upgraded syntax=\"Bash\"><code translate=\"no\" dir=\"ltr\">$<span class=\"devsite-syntax-w\"> </span>gcloud<span class=\"devsite-syntax-w\"> </span>config<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">set</span><span class=\"devsite-syntax-w\"> </span>app/stop_previous_version<span class=\"devsite-syntax-w\"> </span><span class=\"devsite-syntax-nb\">true</span>\n</code></pre></devsite-code>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">app run</code> command is deprecated and will soon be removed. Please\nuse dev_appserver (found in the same directory as the `gcloud command)\ninstead.</p></li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">gcloud preview app modules download command</code> is deprecated, and\nwill be removed soon.</p></li>\n</ul>\n</li>\n<li><p>The Windows installer has an option to run <code translate=\"no\" dir=\"ltr\">gcloud init</code> after the\ninstallation finishes.</p></li>\n<li>\n<p>The <code translate=\"no\" dir=\"ltr\">preview</code> component has been removed.</p>\n\n<ul>\n<li>The <code translate=\"no\" dir=\"ltr\">gcloud preview app</code> commands remain available as usual and\nare still shipped through the <code translate=\"no\" dir=\"ltr\">app</code> component.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups unmanaged</code> instead\nof <code translate=\"no\" dir=\"ltr\">gcloud preview instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups managed</code> instead of\n<code translate=\"no\" dir=\"ltr\">gcloud preview managed-instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n</ul>\n</li>\n<li><p>All Google Compute User Accounts commands have moved to beta.</p></li>\n<li><p>Deployment-manager list commands now support pagination.</p></li>\n<li><p>Minor bug fixes.</p></li>\n</ul>",
1919
"date_published": "2015-09-30T00:00:00+00:00"
2020
},
2121
{

0 commit comments

Comments
 (0)