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: app/_landing_pages/dev-portal.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ rows:
20
20
- type: text
21
21
text: |
22
22
{:.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/)
Copy file name to clipboardExpand all lines: app/dev-portal/breaking-changes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ With the GA release of the new Dev Portal (v3) in June 2025, some features and A
27
27
28
28
## Dev Portal default domain names
29
29
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.
31
31
32
32
You must update Dev Portal domain names everywhere they are referenced, including the following:
33
33
@@ -39,7 +39,7 @@ You must update Dev Portal domain names everywhere they are referenced, includin
39
39
40
40
## Migrate your custom domain
41
41
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.
43
43
44
44
### Dev Portal custom domain migration steps
45
45
@@ -62,12 +62,12 @@ Review the following Dev Portal breaking changes and make any necessary updates
62
62
63
63
### API specifications deprecated in favor of API versions
64
64
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).
66
66
Moving to the `/apis/{id}/versions` endpoints allows you to support additional versions of a spec.
67
67
Existing automation with specifications operations should work in parallel during this transition.
68
68
Each existing specification will be mapped one-to-one with a wrapping version entity.
69
69
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:
Copy file name to clipboardExpand all lines: app/dev-portal/custom-domains.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,6 @@ faqs:
55
55
Ensure that the DNS records are public as it will not work with private DNS records.
56
56
---
57
57
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
-
61
58
Every Dev Portal instance has an auto-generated default URL. You can also manage custom URLs within {{site.konnect_short_name}}.
62
59
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`.
0 commit comments