Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes reference #617

Merged
merged 4 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
933 changes: 933 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
27 changes: 27 additions & 0 deletions app/gateway/upgrade/cassandra-migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Cassandra to PostgreSQL Migration"
content_type: reference
layout: reference

products:
- gateway

works_on:
- on-prem

tags:
- upgrades
- versioning

no_version: true

description: "placeholder"

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

@todo

pull content from https://docs.konghq.com/gateway/latest/migrate-cassandra-to-postgres/
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