You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli-changelog.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
copyright:
4
4
years: 2020, 2022
5
-
lastupdated: "2022-01-20"
5
+
lastupdated: "2022-01-27"
6
6
7
7
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
8
8
@@ -20,6 +20,7 @@ Find a summary of changes for each version of {{site.data.keyword.codeenginefull
20
20
21
21
| Version | Release date | Changes |
22
22
| ----- | ------- | -------------- |
23
+
| 1.25.2 | 27 January 2022| - Fixed various bugs. |
23
24
| 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. |
24
25
| 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.|
25
26
| 1.23.3 | 15 December 2021 | - Fixed various bugs. \n - Updated translations for the CLI. \n - Upgraded to Go 1.17.5. |
Copy file name to clipboardExpand all lines: logging.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
copyright:
4
4
years: 2020, 2022
5
-
lastupdated: "2022-01-26"
5
+
lastupdated: "2022-01-27"
6
6
7
7
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
8
8
@@ -86,11 +86,10 @@ You can display logs for specific build run instances from the console.
86
86
6. From the build run instance page, you can view the build log information. Expand the specific build steps for detailed logging information.
87
87
88
88
## Viewing logs with the CLI
89
-
{: #view-logs-clu}
90
-
91
-
92
-
89
+
{: #view-logs-cli}
93
90
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.
Copy file name to clipboardExpand all lines: release-notes.md
+21-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
copyright:
4
4
years: 2020, 2022
5
-
lastupdated: "2022-01-20"
5
+
lastupdated: "2022-01-27"
6
6
7
7
keywords: release notes for code engine, updates in code engine, what's new in code engine, document changes in code engine, updates, release notes
8
8
@@ -24,14 +24,30 @@ Use the release notes to learn about the latest changes to {{site.data.keyword.c
24
24
Review the release notes for January 2022.
25
25
{: shortdesc}
26
26
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
+
27
43
### 20 January 2022
28
44
{: #20jan2022}
29
45
{: release-note}
30
46
31
47
Review the release notes for 20 January 2022.
32
48
{: shortdesc}
33
49
34
-
CLI version 1.25.0 released.
50
+
CLI version 1.25.0 released
35
51
: 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
52
37
53
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
41
57
{: #14jan2022}
42
58
{: release-note}
43
59
44
-
Review the release notes for 14 January 2022.
60
+
Review the release notes for 14 January 2022
45
61
{: shortdesc}
46
62
47
63
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
54
70
Review the release notes for 13 January 2022.
55
71
{: shortdesc}
56
72
57
-
CLI version 1.24.0 released.
73
+
CLI version 1.24.0 released
58
74
: See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).
59
75
60
76
### 12 January 2022
@@ -67,7 +83,7 @@ Review the release notes for 12 January 2022.
67
83
Sample images are stored in {{site.data.keyword.registrylong}}
68
84
: {{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.
69
85
70
-
Updated versions for buildpacks.
86
+
Updated versions for buildpacks
71
87
: See [Choosing a build strategy](/docs/codeengine?topic=codeengine-plan-build#build-strategy).
Copy file name to clipboardExpand all lines: service-bind.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
copyright:
4
4
years: 2020, 2022
5
-
lastupdated: "2022-01-14"
5
+
lastupdated: "2022-01-27"
6
6
7
7
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
8
8
@@ -20,8 +20,6 @@ Find out how to integrate an {{site.data.keyword.cloud_notm}} service instance t
20
20
21
21
Service bindings provide applications and jobs access to {{site.data.keyword.cloud_notm}} services.
22
22
23
-
24
-
25
23
## What is {{site.data.keyword.cloud_notm}} service binding?
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).
168
168
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
+
169
171
Note that subscriptions can affect how an application scales. For more information, see [Configuring application scaling](/docs/codeengine?topic=codeengine-app-scale).
0 commit comments