Skip to content

Commit 23cdfc5

Browse files
author
cfsdocs
committed
Merge pull request #1752 from coligo/fmo-upd-27Jan22-a
1 parent 201ab95 commit 23cdfc5

6 files changed

+34
-16
lines changed

cli-changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-01-20"
5+
lastupdated: "2022-01-27"
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.2 | 27 January 2022| - Fixed various bugs. |
2324
| 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. |
2425
| 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.|
2526
| 1.23.3 | 15 December 2021 | - Fixed various bugs. \n - Updated translations for the CLI. \n - Upgraded to Go 1.17.5. |

logging.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-01-26"
5+
lastupdated: "2022-01-27"
66

77
keywords: logging for code engine, logs for code engine, job logs for code engine, app logs for code engine, build logs for code engine, logs
88

@@ -86,11 +86,10 @@ You can display logs for specific build run instances from the console.
8686
6. From the build run instance page, you can view the build log information. Expand the specific build steps for detailed logging information.
8787

8888
## Viewing logs with the CLI
89-
{: #view-logs-clu}
90-
91-
92-
89+
{: #view-logs-cli}
9390

91+
To view logging output with the CLI, you must have a running instance of your app or job because [applications can scale to zero](/docs/codeengine?topic=codeengine-app-scale) and instances of job runs complete. If an app has scaled to zero or a job run instance has completed, the output for the [**`ibmcloud ce app logs`**](/docs/codeengine?topic=codeengine-cli#cli-application-logs) and [**`ibmcloud ce jobrun logs`**](/docs/codeengine?topic=codeengine-cli#cli-jobrun-logs) commands won't have log data. Alternatively, you can use the {{site.data.keyword.la_full_notm}} service to view log data.
92+
{: important}
9493

9594
### Viewing application logs with the CLI
9695
{: #view-applog-cli}

release-notes.md

+21-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-01-20"
5+
lastupdated: "2022-01-27"
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,14 +24,30 @@ 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+
### 27 January 2022
28+
{: #27jan2022}
29+
{: release-note}
30+
31+
Review the release notes for 27 January 2022.
32+
{: shortdesc}
33+
34+
CLI version 1.25.2 released
35+
: See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).
36+
37+
Added more information for troubleshooting jobs when job runs do not complete
38+
: See [Why is my job not completing?](/docs/codeengine?topic=codeengine-ts-jobrun-doesnotcomplete).
39+
40+
Added information about considerations when using SSH keys for accessing your source repository
41+
: See [Choosing an SSH key for code repository](/docs/codeengine?topic=codeengine-code-repositories#choose-ssh-key).
42+
2743
### 20 January 2022
2844
{: #20jan2022}
2945
{: release-note}
3046

3147
Review the release notes for 20 January 2022.
3248
{: shortdesc}
3349

34-
CLI version 1.25.0 released.
50+
CLI version 1.25.0 released
3551
: 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).
3652

3753
Added information about considerations for HTTP handling with {{site.data.keyword.codeengineshort}} apps and jobs
@@ -41,7 +57,7 @@ Added information about considerations for HTTP handling with {{site.data.keywor
4157
{: #14jan2022}
4258
{: release-note}
4359

44-
Review the release notes for 14 January 2022.
60+
Review the release notes for 14 January 2022
4561
{: shortdesc}
4662

4763
Added clarification for use of direct endpoints when using private networking with services such as {{site.data.keyword.cos_full_notm}}
@@ -54,7 +70,7 @@ Added clarification for use of direct endpoints when using private networking wi
5470
Review the release notes for 13 January 2022.
5571
{: shortdesc}
5672

57-
CLI version 1.24.0 released.
73+
CLI version 1.24.0 released
5874
: See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).
5975

6076
### 12 January 2022
@@ -67,7 +83,7 @@ Review the release notes for 12 January 2022.
6783
Sample images are stored in {{site.data.keyword.registrylong}}
6884
: {{site.data.keyword.codeengineshort}} sample images that are built from the [{{site.data.keyword.codeenginefull_notm}} samples repository on GitHub](https://github.com/IBM/CodeEngine){: external} are available in {{site.data.keyword.registrylong}} in the public `icr.io/codeengine` namespace.
6985

70-
Updated versions for buildpacks.
86+
Updated versions for buildpacks
7187
: See [Choosing a build strategy](/docs/codeengine?topic=codeengine-plan-build#build-strategy).
7288

7389
## December 2021 updates

service-bind.md

+1-3
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-27"
66

77
keywords: binding in code engine, service bind in code engine, integrating services in code engine, integrating service with app in code engine, integrating service with job in code engine, adding credentials for service in code engine, service bind, access, prefix, CE_SERVICES, bind, bound, unbinding, project
88

@@ -20,8 +20,6 @@ Find out how to integrate an {{site.data.keyword.cloud_notm}} service instance t
2020

2121
Service bindings provide applications and jobs access to {{site.data.keyword.cloud_notm}} services.
2222

23-
24-
2523
## What is {{site.data.keyword.cloud_notm}} service binding?
2624
{: #about-service-binding}
2725

sitemap.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
795795

796796
* [Viewing build logs from the console](/docs/codeengine?topic=codeengine-view-logs#view-build-ui)
797797

798-
* [Viewing logs with the CLI](/docs/codeengine?topic=codeengine-view-logs#view-logs-clu)
798+
* [Viewing logs with the CLI](/docs/codeengine?topic=codeengine-view-logs#view-logs-cli)
799799

800800
* [Viewing application logs with the CLI](/docs/codeengine?topic=codeengine-view-logs#view-applog-cli)
801801

@@ -1390,6 +1390,8 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
13901390

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

1393+
* [27 January 2022](/docs/codeengine?topic=codeengine-release#27jan2022)
1394+
13931395
* [20 January 2022](/docs/codeengine?topic=codeengine-release#20jan2022)
13941396

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

subscription-cron-tutorial.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2022
5-
lastupdated: "2022-01-12"
5+
lastupdated: "2022-01-27"
66

77
keywords: subscription tutorial for code engine, eventing and code engine, subscriptions, tutorial for code engine, eventing tutorial for code engine, subscription, ping, cron, app, event, cron event, ping event
88

@@ -166,6 +166,8 @@ Body: {"mydata":"hello world"}
166166

167167
For more information about headers and body, see [HTTP headers and body information for cron events](/docs/codeengine?topic=codeengine-subscribe-cron#sub-header-body-cron).
168168

169+
For more information about viewing logs with the CLI, see [Viewing logs with the CLI](/docs/codeengine?topic=codeengine-view-logs#view-logs-cli).
170+
169171
Note that subscriptions can affect how an application scales. For more information, see [Configuring application scaling](/docs/codeengine?topic=codeengine-app-scale).
170172

171173
## Update your subscription

0 commit comments

Comments
 (0)