Skip to content

Commit 2f6fb6f

Browse files
Adjust breaking change wording (#3035)
Signed-off-by: Diana <[email protected]>
1 parent 890bd40 commit 2f6fb6f

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

app/_landing_pages/dev-portal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rows:
2020
- type: text
2121
text: |
2222
{:.warning}
23-
> **Review domain breaking changes for Dev Portal v3 and migrate to the new domain before October 1, 2025.** [Review breaking changes](/dev-portal/breaking-changes/)
23+
> [Review domain breaking changes for Dev Portal v3](/dev-portal/breaking-changes/)
2424
2525
- columns:
2626
- blocks:

app/dev-portal/breaking-changes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ With the GA release of the new Dev Portal (v3) in June 2025, some features and A
2727

2828
## Dev Portal default domain names
2929

30-
During Tech Preview and Beta, new Dev Portals were served on `https://{portalId}.edge.{geo}.portal.konghq.tech`. The `https://{portalId}.edge.{geo}.portal.konghq.tech` domain name will be discontinued on October 1, 2025 in favor of the `https://{portalId}.{geo}.kongportals.com` domain. During the transition period from Dev Portal v3 release to October 2025, both domain names will be served, but Kong recommends updating your domain names to the new naming convention during the transition period.
30+
During Tech Preview and Beta, new Dev Portals were served on `https://{portalId}.edge.{geo}.portal.konghq.tech`. The `https://{portalId}.edge.{geo}.portal.konghq.tech` domain name was discontinued on October 1, 2025 in favor of the `https://{portalId}.{geo}.kongportals.com` domain. During the transition period from Dev Portal v3 release to October 2025, both domain names will be served, but Kong recommends updating your domain names to the new naming convention during the transition period.
3131

3232
You must update Dev Portal domain names everywhere they are referenced, including the following:
3333

@@ -39,7 +39,7 @@ You must update Dev Portal domain names everywhere they are referenced, includin
3939

4040
## Migrate your custom domain
4141

42-
If you're using a [custom domain](/dev-portal/custom-domains/) that hasn't been migrated to the new DNS zone yet, you must follow additional migration steps. The new DNS zone is available concurrently with the old DNS zone until October 1, 2025. On October 1, 2025, the old DNS zone will be deactivated and custom domains that haven't been migrated will stop working.
42+
If you're using a [custom domain](/dev-portal/custom-domains/) that hasn't been migrated to the new DNS zone yet, you must follow additional migration steps. The old DNS zone is no longer available as of October 1, 2025. On October 1, 2025, the old DNS zone was deactivated and custom domains that haven't been migrated will stop working.
4343

4444
### Dev Portal custom domain migration steps
4545

@@ -62,12 +62,12 @@ Review the following Dev Portal breaking changes and make any necessary updates
6262

6363
### API specifications deprecated in favor of API versions
6464

65-
The [API specification endpoint](/api/konnect/api-builder/v3/#/operations/create-api-spec) is being deprecated on October 1, 2025 in favor of the [API versions endpoint](/api/konnect/api-builder/v3/#/operations/create-api-version).
65+
The [API specification endpoint](/api/konnect/api-builder/v3/#/operations/create-api-spec) was deprecated on October 1, 2025 in favor of the [API versions endpoint](/api/konnect/api-builder/v3/#/operations/create-api-version).
6666
Moving to the `/apis/{id}/versions` endpoints allows you to support additional versions of a spec.
6767
Existing automation with specifications operations should work in parallel during this transition.
6868
Each existing specification will be mapped one-to-one with a wrapping version entity.
6969

70-
The following `/apis/{id}/specifications` endpoints will be deprecated on October 1, 2025 and replaced with `/apis/{id}/versions` endpoints:
70+
The following `/apis/{id}/specifications` endpoints were deprecated on October 1, 2025 and replaced with `/apis/{id}/versions` endpoints:
7171

7272
{% table %}
7373
columns:

app/dev-portal/custom-domains.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ faqs:
5555
Ensure that the DNS records are public as it will not work with private DNS records.
5656
---
5757

58-
{:.warning}
59-
> **Dev Portal v3 domain breaking changes:** [Review custom domain breaking changes](/dev-portal/breaking-changes/#migrate-your-custom-domain) for Dev Portal v3 and migrate to the new domain before October 1, 2025.
60-
6158
Every Dev Portal instance has an auto-generated default URL. You can also manage custom URLs within {{site.konnect_short_name}}.
6259
This gives users the ability to access the Dev Portal from either the default URL, for example `https://example.{geo}.kongportals.com`, or a custom URL like `portal.example.com`.
6360

0 commit comments

Comments
 (0)