Skip to content

Commit 83748cb

Browse files
author
cfsdocs
committed
Frances Overby: Merge pull request #3390 from coligo/fmo-upd-09Feb24-a
1 parent fec1234 commit 83748cb

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

landing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Code Engine",
3-
"lastupdated": "2024-02-08",
3+
"lastupdated": "2024-02-09",
44
"introduction": "Find out how you can use Code Engine to run your containerized workloads",
55
"section_devtools": {
66
"api": "/apidocs/codeengine/v2",

regions.md

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

33
copyright:
4-
years: 2023
5-
lastupdated: "2023-06-13"
4+
years: 2024
5+
lastupdated: "2024-02-09"
66

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

@@ -27,6 +27,7 @@ subcollection: codeengine
2727
- Asia Pacific: Tokyo, Japan (`jp-tok`) region
2828
- Europe: Germany (`eu-de`) region
2929
- Europe: Great Britain (`eu-gb`) region
30+
- Europe: Spain (`eu-es`) region
3031

3132
You can target a specific region whenever you log in to the {{site.data.keyword.cloud_notm}} CLI or change your current region by using the [`target -r`](/docs/cli?topic=cli-ibmcloud_cli#ibmcloud_target) option.
3233

@@ -59,6 +60,7 @@ Use the following endpoints to access and manage project resources.
5960
| Asia Pacific: Tokyo, Japan | `api.jp-tok.codeengine.cloud.ibm.com` | `api.private.jp-tok.codeengine.cloud.ibm.com` |
6061
| Europe: Germany | `api.eu-de.codeengine.cloud.ibm.com` | `api.private.eu-de.codeengine.cloud.ibm.com` |
6162
| Europe: Great Britain | `api.eu-gb.codeengine.cloud.ibm.com` | `api.private.eu-gb.codeengine.cloud.ibm.com` |
63+
| Europe: Spain | `api.eu-es.codeengine.cloud.ibm.com` | `api.private.eu-es.codeengine.cloud.ibm.com` |
6264
{: caption="{{site.data.keyword.codeengineshort}} endpoints for project resources" caption-side="bottom"}
6365

6466
## {{site.data.keyword.codeengineshort}} endpoints for accessing applications
@@ -82,6 +84,7 @@ The default URL for applications is of the format `https://<appname>.<uuid>.<reg
8284
| Asia Pacific: Tokyo, Japan | `app.uuid.jp-tok.codeengine.appdomain.cloud` | `app.uuid.private.jp-tok.codeengine.appdomain.cloud` |
8385
| Europe: Germany | `app.uuid.eu-de.codeengine.appdomain.cloud` | `app.uuid.private.eu-de.codeengine.appdomain.cloud` |
8486
| Europe: Great Britain | `app.uuid.eu-gb.codeengine.appdomain.cloud` | `app.uuid.private.eu-gb.codeengine.appdomain.cloud` |
87+
| Europe: Spain | `app.uuid.eu-es.codeengine.appdomain.cloud` | `app.uuid.private.eu-es.codeengine.appdomain.cloud` |
8588
{: caption="{{site.data.keyword.codeengineshort}} endpoints for apps" caption-side="bottom"}
8689

8790

release-notes.md

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

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-02-06"
5+
lastupdated: "2024-02-09"
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

@@ -23,6 +23,14 @@ Use the release notes to learn about the latest changes to {{site.data.keyword.c
2323
## February 2024
2424
{: #codeengine-feb24}
2525

26+
### 09 February 2024
27+
{: #codeengine-feb0924}
28+
{: release-note}
29+
30+
New region!
31+
: {{site.data.keyword.codeengineshort}} is supported in a new region: Madrid, Spain (`eu-es`). See [Regions for {{site.data.keyword.codeengineshort}}](/docs/codeengine?topic=codeengine-regions).
32+
33+
2634
### 05 February 2024
2735
{: #codeengine-feb0524}
2836
{: release-note}

sitemap.md

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

33
copyright:
44
years: 2024
5-
lastupdated: "2024-02-08"
5+
lastupdated: "2024-02-09"
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

@@ -138,6 +138,10 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
138138

139139
* [February 2024](/docs/codeengine?topic=codeengine-codeengine-relnotes#codeengine-feb24)
140140

141+
* [09 February 2024](/docs/codeengine?topic=codeengine-codeengine-relnotes#codeengine-feb0924)
142+
143+
* New region!
144+
141145
* [05 February 2024](/docs/codeengine?topic=codeengine-codeengine-relnotes#codeengine-feb0524)
142146

143147
* CLI version 1.49.4 released

0 commit comments

Comments
 (0)