Skip to content

Commit dceaf28

Browse files
foverbyGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #184 from cloud-docs/next-prod-push
Next publish push
2 parents f079360 + 07a87d4 commit dceaf28

6 files changed

+34
-9
lines changed

Diff for: appdeploy-update.md

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

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-02-02"
5+
lastupdated: "2022-02-03"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -226,7 +226,7 @@ In this scenario, update the application that you created in [Deploying an appli
226226
227227
**Example output**
228228
229-
229+
```txt
230230
Updating application 'myapp' to latest revision.
231231
[...]
232232
Run 'ibmcloud ce application get -n myapp' to check the application status.

Diff for: 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-02-03"
5+
lastupdated: "2022-02-10"
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.4 | 10 February 2022| - Fixed various bugs. |
2324
| 1.25.3 | 03 February 2022| - Fixed various bugs. |
2425
| 1.25.2 | 27 January 2022| - Fixed various bugs. |
2526
| 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. |

Diff for: deploy-multiple-regions.md

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

33
copyright:
44
years: 2022
5-
lastupdated: "2022-02-02"
5+
lastupdated: "2022-02-09"
66

77
keywords: application, deploy app, deploy app multiple regions, multiple regions, custom domain name, domain name, TLS, load-balancer, Cloud Internet Services
88

@@ -115,7 +115,7 @@ Configure and deploy a {{site.data.keyword.cis_short}} Edge Function to act as a
115115

116116
4. Select **Trigger->Create**.
117117

118-
5. Create a trigger that maps your application hostname with an action. For example, specify `ibmcloud-test.net/*` as your trigger URL and then select that action that you created in the previous step. Click **Save**.
118+
5. Create a trigger that maps your application hostname with an action. The value that you specify must match any URL that is used when you access the application. If you include a path component in the URL, such as `users` in `example.com/users`, then you must include `/*` at the end of the value. For example, specify `example.com/*` as your trigger URL. Select the action that you created in the previous step. Click **Save**.
119119

120120
For more information, see [Working with Edge functions](/docs/cis?topic=cis-working-with-edge-functions).
121121

Diff for: release-notes.md

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

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-02-03"
5+
lastupdated: "2022-02-10"
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 February 2022.
2525
{: shortdesc}
2626

27+
### 10 February 2022
28+
{: #10feb2022}
29+
{: release-note}
30+
31+
Review the release notes for 10 February 2022.
32+
{: shortdesc}
33+
34+
CLI version 1.25.4 released
35+
: See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).
36+
2737
### 03 February 2022
2838
{: #03feb2022}
2939
{: release-note}

Diff for: sitemap.md

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

33
copyright:
44
years: 2022
5-
lastupdated: "2022-02-03"
5+
lastupdated: "2022-02-10"
66

77
keywords: sitemap, code engine, about, tutorial, project, app, job, configmaps, secret, event, log, monitor, cli, api, troubleshoot, support, source code, faq, memory, cpu, commands, arguments, release notes
88

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

322322
* [Application status](/docs/codeengine?topic=codeengine-access-service#app-status)
323323

324+
[Updating your app](/docs/codeengine?topic=codeengine-update-app#update-app)
325+
324326
* [Updating your app from the console](/docs/codeengine?topic=codeengine-update-app#update-app-console)
325327

326328
* [Updating your app to use project-only endpoints from the console](/docs/codeengine?topic=codeengine-update-app#update-app-console-projendpt)
@@ -331,6 +333,16 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
331333

332334
* [Updating your app to use project-only endpoints with the CLI](/docs/codeengine?topic=codeengine-update-app#update-app-cli-projectonly)
333335

336+
* [Updating your app to use private endpoints with the CLI](/docs/codeengine?topic=codeengine-update-app#update-app-cli-privateendpt)
337+
338+
* [Updating an app to reference a different image in {{site.data.keyword.registryshort}} from the console](/docs/codeengine?topic=codeengine-update-app#update-app-crimage-console)
339+
340+
* [Updating an app to reference a different image in {{site.data.keyword.registryshort}} with the CLI](/docs/codeengine?topic=codeengine-update-app#update-app-crimage-cli)
341+
342+
* [Updating an app to reference an image that is built from source code from the console](/docs/codeengine?topic=codeengine-update-app#update-app-source-console)
343+
344+
* [Updating an app to reference an image that is built from source code with the CLI](/docs/codeengine?topic=codeengine-update-app#update-app-source-cli)
345+
334346

335347
## Running jobs
336348
{: #sitemap_running_jobs}
@@ -1378,6 +1390,8 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
13781390

13791391
* [February 2022 updates](/docs/codeengine?topic=codeengine-release#february22)
13801392

1393+
* [10 February 2022](/docs/codeengine?topic=codeengine-release#10feb2022)
1394+
13811395
* [03 February 2022](/docs/codeengine?topic=codeengine-release#03feb2022)
13821396

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

Diff for: subscription-cos.md

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

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-02-02"
5+
lastupdated: "2022-02-10"
66

77
keywords: cos event, object storage event, event producers, code engine, events, header, environment variables, subscription, subscribing
88

@@ -512,7 +512,7 @@ Notice that the following example for `CE_DATA` is formatted for readability.
512512
"bucket":"mybucket",
513513
"endpoint":"",
514514
"key":"Notes.rtf",
515-
"notification"{
515+
"notification": {
516516
"bucket_name":"mybucket",
517517
"content_type":"text/rtf",
518518
"event_type":"Object:Delete",

0 commit comments

Comments
 (0)