Skip to content

Commit 169cc10

Browse files
foverbyGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #127 from cloud-docs/next-prod-push
Next prod push
2 parents eeeae4b + 3995d26 commit 169cc10

8 files changed

+20
-13
lines changed

Diff for: deploy.md

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

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-07-06"
5+
lastupdated: "2021-07-19"
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

@@ -714,7 +714,7 @@ In the following **`revision list`** output, notice that {{site.data.keyword.cod
714714
```
715715
{: screen}
716716
717-
You can manage your app revisions by using the [**`ibmcloud ce revision get`**](/docs/codeengine?topic=codeengine-cli#cli-revision-get) command to display details of an app revision and the [**`ibmcloud ce revision delete`**](/docs/codeengine?topic=codeengine-cli#cli-revision-delete) command to remove revisions that you don't want to keep.
717+
You can manage your app revisions by using the [**`ibmcloud ce revision get`**](/docs/codeengine?topic=codeengine-cli#cli-revision-get) command to display details of an app revision and the [**`ibmcloud ce revision delete`**](/docs/codeengine?topic=codeengine-cli#cli-revision-delete) command to remove revisions that you don't want to keep. You can also use the [**`ibmcloud ce revision logs `**](/docs/codeengine?topic=codeengine-cli#cli-revision-logs) command to view logs of application revision instances. Use the [**`ibmcloud ce revision events `**](/docs/codeengine?topic=codeengine-cli#cli-revision-events) command to display system events of application revision instances.
718718
719719
### Updating an app to reference a different image in {{site.data.keyword.registryshort}} from the console
720720
{: #update-app-crimage-console}

Diff for: ha-dr.md

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

33
copyright:
44
years: 2021
5-
lastupdated: "2021-06-29"
5+
lastupdated: "2021-07-19"
66

77
keywords: HA for Code Engine, DR for Code Engine, high availability for Code Engine, disaster recovery for Code Engine, failover for Code Engine, backing up code engine, availability of code engine, code engine regions, backing up your Code Engine instance
88

@@ -113,6 +113,7 @@ The following table lists the high-availability (HA) status for the regions (loc
113113
| Europe | Frankfurt (`eu-de`) | MZR |
114114
| Europe | London (`eu-gb`) | MZR |
115115
| North America | Dallas (`us-south`) | MZR |
116+
| North America | Toronto (`ca-tor`) | MZR |
116117
{: caption="Table 1. Highly available {{site.data.keyword.codeengineshort}} regions" caption-side="top"}
117118

118119
A geography is a geographic area or larger political body that contains one or more regions. A region contains [multiple availability zones](https://www.ibm.com/cloud/data-centers/) to meet local access, low latency, and security requirements for the region. Each [multizone region (MZR)](/docs/overview?topic=overview-locations#mzr-table) is composed of 3 or more zones that are independent from each other to ensure that single failure events affect only a single zone.
@@ -138,6 +139,7 @@ In a major regional disaster, such as an earthquake, flood, or tornado, an entir
138139

139140
| {{site.data.keyword.codeengineshort}} region | Cross-regional endpoint |
140141
|-------|-------|
142+
| `ca-tor` | `CA` |
141143
| `eu-de` | `EU` |
142144
| `eu-gb` | `EU` |
143145
| `jp-osa` | `AP` |

Diff for: regions.md

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

33
copyright:
44
years: 2021
5-
lastupdated: "2021-06-18"
5+
lastupdated: "2021-07-19"
66

77
keywords: regions for code engine, target region for code engine, endpoints for code engine, api endpoints in code engine, regions, endpoints
88

@@ -101,6 +101,7 @@ subcollection: codeengine
101101

102102
- Asia Pacific Osaka (`jp-osa`) region
103103
- Asia Pacific Tokyo (`jp-tok`) region
104+
- Canada Toronto (`ca-tor`) region
104105
- EU Germany (`eu-de`) region
105106
- EU Great Britain (`eu-gb`) region
106107
- US South (`us-south`) region
@@ -129,6 +130,7 @@ The following endpoints are available for {{site.data.keyword.codeengineshort}}
129130
| ---- | -------- |
130131
| Asia Pacific Osaka | `https://jp-osa.codeengine.appdomain.cloud` |
131132
| Asia Pacific Tokyo| `https://jp-tok.codeengine.appdomain.cloud` |
133+
| Canada Toronto| `https://ca-tor.codeengine.appdomain.cloud` |
132134
| EU Germany | `https://eu-de.codeengine.appdomain.cloud` |
133135
| EU Great Britain | `https://eu-gb.codeengine.appdomain.cloud` |
134136
| US South | `https://us-south.codeengine.appdomain.cloud` |

Diff for: release-notes.md

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

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-07-15"
5+
lastupdated: "2021-07-19"
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

@@ -104,6 +104,7 @@ Use the release notes to learn about the latest changes to {{site.data.keyword.c
104104

105105
| Date | Description |
106106
| ------ | ----------------- |
107+
| 20 July | <ul><li>{{site.data.keyword.codeengineshort}} is supported in a new region: Canada Toronto (`ca-tor`). See [Regions for {{site.data.keyword.codeengineshort}}](/docs/codeengine?topic=codeengine-regions).</li></ul> |
107108
| 15 July | <ul><li>CLI version 1.11.0 released. See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).</li><li>Added information about limits for subscription ping data. See [Subscription ping limits](/docs/codeengine?topic=codeengine-limits#subscription-ping-limit).</li><li>Added information about apps that use WebSockets need to reconnect before the session expires. See [Do Code Engine apps support WebSockets?](/docs/codeengine?topic=codeengine-faqs#app-websockets)</li><li>Updated versions for buildpacks. See [Choosing a build strategy](/docs/codeengine?topic=codeengine-plan-build#build-strategy).</li></ul> |
108109
| 07 July | <ul><li>Updated information about automatically injected environment variables for {{site.data.keyword.codeengineshort}} apps and jobs. See [Deploying applications](/docs/codeengine?topic=codeengine-application-workloads#inside-env-vars) and [Running jobs](/docs/codeengine?topic=codeengine-job-deploy#inside-env-variables).</li><li>Added troubleshooting overview topics for apps, builds, jobs, projects, and subscriptions. See [Debugging apps](/docs/codeengine?topic=codeengine-troubleshoot-apps), [Debugging builds](/docs/codeengine?topic=codeengine-troubleshoot-build), [Debugging jobs](/docs/codeengine?topic=codeengine-troubleshoot-job), [Debugging projects](/docs/codeengine?topic=codeengine-troubleshoot-project), [Debugging subscriptions](/docs/codeengine?topic=codeengine-troubleshoot-subscriptions).</li><li>{{site.data.keyword.codeengineshort}} supports {{site.data.keyword.cos_short}} buckets that are located in the `jp-osa` region. See [Set up the {{site.data.keyword.cos_full_notm}} event producer](/docs/codeengine?topic=codeengine-eventing-cosevent-producer#setup-cosevent-producer).</li></ul> |
109110
{: caption="Changes in the {{site.data.keyword.cloud_notm}} {{site.data.keyword.codeengineshort}} documentation" caption-side="top"}

Diff for: deploy-job.md renamed to run-job.md

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

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-07-07"
5+
lastupdated: "2021-07-19"
66

77
keywords: jobs in code engine, batch jobs in code engine, running jobs with code engine, creating jobs with code engine, images for jobs in code engine, jobs, job run, environment variables
88

Diff for: sitemap.md

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

33
copyright:
44
years: 2021
5-
lastupdated: "2021-07-15"
5+
lastupdated: "2021-07-19"
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

Diff for: subscription-tutorial.md

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

33
copyright:
44
years: 2021
5-
lastupdated: "2021-06-22"
5+
lastupdated: "2021-07-19"
66

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

@@ -181,10 +181,12 @@ Project ID: 01234567-abcd-abcd-abcd-abcdabcd1111
181181
Age: 2m18s
182182
Created: 2021-03-14T13:21:13-05:00
183183
184-
Destination: App:ping-app
185-
Schedule: * * * * *
186-
Data: {"mydata":"hello world"}
187-
Ready: true
184+
Destination Type: app
185+
Destination: ping-app
186+
Schedule: * * * * *
187+
Time Zone: UTC
188+
Data: {"mydata":"hello world"}
189+
Ready: true
188190
189191
Events:
190192
Type Reason Age Source Messages

Diff for: toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Code Engine
3131
deploy.md
3232
deploy-multiple-regions.md
3333

34-
deploy-job.md
34+
run-job.md
3535

3636
{: .topicgroup}
3737
Running your source code

0 commit comments

Comments
 (0)