Skip to content

Commit 2d839df

Browse files
author
cfsdocs
committed
Merge pull request #1735 from coligo/fmo-upd-20Jan22-c
1 parent 365bf1b commit 2d839df

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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, 2022
5-
lastupdated: "2022-01-19"
5+
lastupdated: "2022-01-20"
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.25.0 | 20 January 2022| - Added support for creating a build that pulls source from a local directory. Added the `--build-type` option to the **`build create`** command, with values of `git` or `local`. The default for this option is `git`. Added the `--source` option to the **`buildrun submit`** command which is valid when the `build-type` is `local`. \n - Fixed various bugs. |
2324
| 1.24.0 | 13 January 2022| - Added the **`application restart`** and **`jobrun restart`** commands to restart running app and job run instances. \n - Added the **`buildrun cancel`** command to stop a running build run. \n - Added support for working with configuration maps and secrets with jobs and job runs as mounted files. For this support, added the `--mount-configmap` and `--mount-secret` options to the **`job create`**, **`job update`**, **`jobrun submit`** and **`jobrun resubmit`** commands. Added the `--mount-rm` option to the **`job update`** and **`jobrun resubmit`** commands to remove the contents of the configmap or secret from the file system for the job or job run. Updated the output for the **`job get`** and **`jobrun get`** commands to add a `Mounts` section to display information about mounted files. \n - Updated description of `kubecfg` option for the **`project select`** command to clarify that the `KUBECONFIG` environment variable can be used to override the Kubernetes configuration file. \n - Fixed various bugs. \n - Updated translations for the CLI. \n - Upgraded to Go 1.17.6.|
2425
| 1.23.3 | 15 December 2021 | - Fixed various bugs. \n - Updated translations for the CLI. \n - Upgraded to Go 1.17.5. |
2526
| 1.23.2 | 01 December 2021 | - Fixed various bugs. \n - Updated translations for the CLI. |

release-notes.md

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

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-01-14"
5+
lastupdated: "2022-01-20"
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

@@ -24,6 +24,16 @@ Use the release notes to learn about the latest changes to {{site.data.keyword.c
2424
Review the release notes for January 2022.
2525
{: shortdesc}
2626

27+
### 20 January 2022
28+
{: #20jan2022}
29+
{: release-note}
30+
31+
Review the release notes for 20 January 2022.
32+
{: shortdesc}
33+
34+
CLI version 1.25.0 released.
35+
: This CLI version adds support for creating a build that pulls source from a local directory. See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).
36+
2737
### 14 January 2022
2838
{: #14jan2022}
2939
{: release-note}

sitemap.md

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

13931393
* [January 2022 updates](/docs/codeengine?topic=codeengine-release#january22)
13941394

1395+
* [20 January 2022](/docs/codeengine?topic=codeengine-release#20jan2022)
1396+
13951397
* [14 January 2022](/docs/codeengine?topic=codeengine-release#14jan2022)
13961398

13971399
* [13 January 2022](/docs/codeengine?topic=codeengine-release#13jan2022)

0 commit comments

Comments
 (0)