Skip to content

Commit

Permalink
Update feed
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent 9fa477a commit 0d3be77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@
"id": "0980_2015-09-30",
"url": "https://cloud.google.com/sdk/docs/release-notes#0980_2015-09-30",
"title": "0.9.80 (2015-09-30)",
"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>",
"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>",
"date_published": "2015-09-30T00:00:00+00:00"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/feeds/14.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"id": "0980_2015-09-30",
"url": "https://cloud.google.com/sdk/docs/release-notes#0980_2015-09-30",
"title": "0.9.80 (2015-09-30)",
"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>",
"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>",
"date_published": "2015-09-30T00:00:00+00:00"
},
{
Expand Down

0 comments on commit 0d3be77

Please sign in to comment.