Skip to content

Commit 1cad232

Browse files
committed
Frances Overby: Merge pull request #1519 from coligo/fmo-upd-04Oct21-a
1 parent 31c479f commit 1cad232

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

cli-changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-09-23"
5+
lastupdated: "2021-10-04"
66

77
keywords: cli change log for code engine, cli version for code engine, change log for cli in code engine, cli history for code engine, change log, cli version history
88

@@ -20,6 +20,7 @@ Find a summary of changes for each version of {{site.data.keyword.codeenginefull
2020

2121
| Version | Release date | Changes |
2222
| ----- | ------- | -------------- |
23+
| 1.20.0 | 04 October 2021 | <ul><li>Updated the <strong><code>project delete</code></strong> and <strong><code>reclamation delete</code></strong> commands so that if the project is in `hard deletion failed` status, the user can retry the commands. </li><li>Updated the <strong><code>build create</code></strong> command to change the default value for the <code>--commit</code> option from <code>main</code> to empty. This update enables the system to determine the default branch at runtime. </li><li>Fixed a bug with the <strong><code>job create</code></strong>, <strong><code>job update</code></strong>, <strong><code>jobrun submit</code></strong> and <strong><code>jobrun resubmit</code></strong> commands so that when the <code>--instances=1</code> option is specified, this value becomes <code>array-indices=0</code> instead of <code>array-indices=1</code>, because array-indices are zero-based.</li><li>Fixed various bugs. </li></ul>|
2324
| 1.19.1 | 23 September 2021 | <ul><li>Fixed various bugs. </li></ul>|
2425
| 1.19.0 | 16 September 2021 | <ul><li>Added the <code>--password-from-json-file</code> option to the <strong><code>registry create</code></strong> and <strong><code>registry update</code></strong> commands. This option supports referencing an entire IAM apikey JSON file and using the `apikey` field in the file as the registry password.</li><li>Added references to `logs` and `events` commands to the outputs for <strong><code>app get</code></strong>, <strong><code>jobrun get</code></strong>, and <strong><code>buildrun get</code></strong> commands.</li></ul>|
2526
| 1.18.0 | 09 September 2021 | <ul><li>Added a prompt to confirm deletion to the <strong><code>reclamation delete</code></strong> command. Also added the <code>--force</code> option to the <strong><code>reclamation delete</code></strong> command to force the deletion without confirmation.</li><li>Added the <code>--all-resource-groups</code> option to the <strong><code>project list</code></strong> and <strong><code>reclamation list</code></strong> commands to display projects from all resource groups instead of just the currently targeted resource group.</li><li>Updated the output of the <strong><code>project get</code></strong> command to display the resource quota for all projects, not just the currently selected project.</li><li>Updated the output of the <strong><code>reclamation get</code></strong> and <strong><code>reclamation list</code></strong> commands to display information about time to hard deletion.</li> <li>Updated the output for the <strong><code>application get</code></strong> command to display the `Cluster Local URL` information.</li><li>Updated the output for all commands with the <code>--output json</code> option to display JSON in pretty printed format.</li><li>Updated the <code>----wait-timeout</code> option for the <strong><code>project create</code></strong> command to increase the default value to 600 seconds (10 minutes).</li></ul>|

release-notes.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-10-01"
5+
lastupdated: "2021-10-04"
66

77
keywords: release notes for code engine, updates in code engine, what's new in code engine, document changes in code engine, updates, release notes
88

@@ -18,6 +18,25 @@ subcollection: codeengine
1818
Use the release notes to learn about the latest changes to {{site.data.keyword.codeenginefull}} that are grouped by month.
1919
{: shortdesc}
2020

21+
## October 2021 updates
22+
{: #october21}
23+
24+
Review the release notes for October 2021.
25+
{: shortdesc}
26+
27+
### 04 October 2021
28+
{: #04oct2021}
29+
{: release-note}
30+
31+
Review the release notes for 04 October 2021.
32+
{: shortdesc}
33+
34+
Revised and improved the application configuration pages in the console.
35+
: See [Updating your app](/docs/codeengine?topic=codeengine-update-app).
36+
37+
CLI version 1.20.0 released.
38+
: See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).
39+
2140
## September 2021 updates
2241
{: #september21}
2342

sitemap.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,9 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
855855

856856
[Release notes](/docs/codeengine?topic=codeengine-release)
857857

858+
* [October 2021 updates](/docs/codeengine?topic=codeengine-release#october21)
859+
* [04 October 2021](/docs/codeengine?topic=codeengine-release#04oct2021)
860+
858861
* [September 2021 updates](/docs/codeengine?topic=codeengine-release#september21)
859862
* [23 September 2021](/docs/codeengine?topic=codeengine-release#23sep2021)
860863
* [16 September 2021](/docs/codeengine?topic=codeengine-release#16sep2021)

0 commit comments

Comments
 (0)