Skip to content

Commit

Permalink
Breaking changes reference (#617)
Browse files Browse the repository at this point in the history
* Draft breaking changes page, add stub pages

Signed-off-by: Diana <[email protected]>

* Fix entity capitalization, fix broken links

Signed-off-by: Diana <[email protected]>

* Apply code review feedback

Signed-off-by: Diana <[email protected]>

* Fix broken link

Signed-off-by: Diana <[email protected]>

---------

Signed-off-by: Diana <[email protected]>
  • Loading branch information
cloudjumpercat authored Mar 6, 2025
1 parent 7055e85 commit 5e4a6de
Show file tree
Hide file tree
Showing 8 changed files with 1,040 additions and 3 deletions.
26 changes: 26 additions & 0 deletions app/_how-tos/build-custom-images.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Create a Super Admin with the Admin API
content_type: how_to
description: placeholder

products:
- gateway

works_on:
- on-prem

tldr:
q: placeholder
a: placeholder

tags:
- placeholder

min_version:
gateway: '3.4'
---


@todo

pull content from https://docs.konghq.com/gateway/latest/install/docker/build-custom-images/
4 changes: 3 additions & 1 deletion app/_how-tos/enable-oidc-for-kong-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ min_version:

@todo

Source: https://docs.konghq.com/gateway/latest/kong-manager/auth/oidc/configure/
Source: https://docs.konghq.com/gateway/latest/kong-manager/auth/oidc/configure/

FAQ of https://docs.konghq.com/gateway/latest/kong-manager/auth/oidc/migrate/ (I think we just need the tables under the h2 headers, the rest of the info in h3 just references what the table's already said and is content that should be in the kong.conf ref)
937 changes: 937 additions & 0 deletions app/gateway/breaking-changes.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ products:
related_resources:
- text: "{{site.base_gateway}}"
url: /gateway/
- text: "{{site.base_gateway}} breaking changes"
url: /gateway/breaking-changes/

---

Expand Down
29 changes: 29 additions & 0 deletions app/gateway/tracing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "{{site.base_gateway}} tracing"
content_type: reference
layout: reference

products:
- gateway

works_on:
- on-prem
- konnect

tags:
- tracing

no_version: true

description: "placeholder"

related_resources:
- text: placeholder
url: /
---

@todo

pull content from https://docs.konghq.com/gateway/latest/production/tracing/#main

Also, include relevant content in the tracing plugins (as includes?)
27 changes: 27 additions & 0 deletions app/gateway/upgrade/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Upgrading {{site.base_gateway}}"
content_type: reference
layout: reference

products:
- gateway

works_on:
- on-prem

tags:
- upgrades
- versioning

no_version: true

description: "placeholder"

related_resources:
- text: "{{site.base_gateway}} breaking changes"
url: /gateway/breaking-changes/
---

@todo

pull content from https://docs.konghq.com/gateway/latest/upgrade/
6 changes: 4 additions & 2 deletions app/gateway/version-support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ related_resources:
url: /gateway/security/
- text: Kong vulnerability patching process
url: /gateway/vulnerabilities/
- text: "{{site.base_gateway}} breaking changes"
url: /gateway/breaking-changes/
---

Kong adopts a structured approach to versioning its products.
Products follow a pattern of `{MAJOR}.{MINOR}.{PATCH}.{ENTERPRISE_PATCH}`.

This policy **only** applies to {{site.base_gateway}}.
For {{site.konnect_short_name}}, review the [{{site.konnect_short_name}} version support policy](/konnect/compatibility/).
For {{site.konnect_short_name}}, review the [{{site.konnect_short_name}} version support policy](/compatibility/).

{:.info}
> **Long Term Support Policy Update**
Expand Down Expand Up @@ -159,4 +161,4 @@ These versions have reached the end of full support.
| 0.30 | 2018-01-22 | 2019-01-21 | 2020-01-21 |

{:.info}
> **Note:** This policy **only** applies to {{site.base_gateway}}. For {{site.konnect_short_name}}, review the [{{site.konnect_short_name}} version support policy](/konnect/compatibility/#kong-gateway-version-compatibility).
> **Note:** This policy **only** applies to {{site.base_gateway}}. For {{site.konnect_short_name}}, review the [{{site.konnect_short_name}} version support policy](/compatibility/#kong-gateway-version-compatibility).
12 changes: 12 additions & 0 deletions tools/track-docs-changes/config/sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,18 @@ app/ai-gateway/monitor-ai-llm-metrics.md:
- app/_src/gateway/production/monitoring/ai-metrics.md
app/gateway/reserved-entity-names.md:
- app/_src/gateway/reference/reserved-entity-names.md
app/gateway/breaking-changes.md:
- app/_src/gateway/breaking-changes/39x.md
- app/_src/gateway/breaking-changes/28x.md
- app/_src/gateway/breaking-changes/30x.md
- app/_src/gateway/breaking-changes/31x.md
- app/_src/gateway/breaking-changes/32x.md
- app/_src/gateway/breaking-changes/33x.md
- app/_src/gateway/breaking-changes/34x.md
- app/_src/gateway/breaking-changes/35x.md
- app/_src/gateway/breaking-changes/36x.md
- app/_src/gateway/breaking-changes/37x.md
- app/_src/gateway/breaking-changes/38x.md

# traffic control
app/gateway/traffic-control/proxy.md:
Expand Down

0 comments on commit 5e4a6de

Please sign in to comment.