Skip to content

release: Kong Operator 2.3.0 - #5894

Open
sandromodarelli wants to merge 13 commits into
mainfrom
release/operator/2.3.0
Open

release: Kong Operator 2.3.0#5894
sandromodarelli wants to merge 13 commits into
mainfrom
release/operator/2.3.0

Conversation

@sandromodarelli

Copy link
Copy Markdown
Contributor

Description

Fixes #issue

Preview Links

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

Copilot AI review requested due to automatic review settings July 9, 2026 10:23
@sandromodarelli
sandromodarelli requested a review from a team as a code owner July 9, 2026 10:23
@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 1541176
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a851e8fe777a80008643e20
😎 Deploy Preview https://deploy-preview-5894--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@sandromodarelli sandromodarelli added the do not merge Issues/ PRs whose changes should not be merged at this time label Jul 9, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Kong Operator product metadata to add the 2.3 release line and mark it as the latest, so the site can display current Operator lifecycle information.

Changes:

  • Added a new 2.3 release entry (release date, EOL date, and latest: true).
  • Removed the latest flag from the prior 2.2 release entry.

sandromodarelli and others added 3 commits July 17, 2026 17:06
* feat(operator): AI Gateway docs — KonnectAIGateway rename + IdentityProvider

Two breaking CRD changes from KO 2.2 (July 10):
- AIGatewayControlPlane renamed to KonnectAIGateway (commit e1a708c)
- New AIGatewayIdentityProvider CRD (key-auth / openid-connect) added (commit e5c22cc)

Docs updated:
- 4-step getting started series: install, deploy, policies, consumers
- Consumers step now creates AIGatewayIdentityProvider before consumers
- Reference page: resource model table, reference chain, new IdentityProvider section
- Series, index, and landing page wiring
- QA test plan: new Section 7 (Identity Providers), all KonnectAIGateway rename fixes
- Fix broken related_resources link in support doc (rate-limiting/examples → rate-limiting)

CRD corrections carried forward from prior audit:
- AIGatewayModelProvider (was AIGatewayProvider)
- Auth uses SensitiveDataSource (secretRef), aiGatewayRef throughout
- AIGatewayConsumerCredential: aiGatewayConsumerRef + apiKey.secretRef
- AIGatewayDataPlane auto-provisions mTLS cert



* feat(operator): AI Gateway getting started series and reference docs

* fix vale issues

* fix codex feedback

* Apply suggestions from code review pt 1



* Apply suggestions from code review



* Fix build failure



* tech preview badges, remove qa file



---------

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Justin Davies <justin.davies@konghq.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Ports the install/policy/consumers corrections from ko-ai-gw commit
6c2d705, adapted to this branch's
existing frontmatter and terminology conventions:

- install: temporarily pin the operator Helm chart to 1.4.0-rc.1 for
  preview docs review
- policy: nest AIGatewayPolicy config under type: inline / value
- consumers: add the missing consumer-group enrollment steps

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Comment thread app/_how-tos/operator/operator-get-started-ai-gateway-1-install.md Outdated
Comment thread app/_how-tos/operator/operator-get-started-ai-gateway-2-deploy.md Outdated
Comment thread app/_how-tos/operator/operator-get-started-ai-gateway-3-policy.md Outdated
Comment thread app/_how-tos/operator/operator-get-started-ai-gateway-4-consumers.md Outdated
Comment thread app/operator/konnect/ai-gateway.md Outdated
Comment thread app/operator/konnect/ai-gateway.md Outdated
Comment thread app/operator/konnect/ai-gateway.md Outdated
Comment thread app/operator/konnect/ai-gateway.md Outdated
Comment thread app/operator/konnect/ai-gateway.md Outdated
Comment thread app/operator/konnect/ai-gateway.md Outdated
randmonkey and others added 3 commits July 27, 2026 17:42
Fix wording and versions

Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
@randmonkey

Copy link
Copy Markdown
Contributor

@lmilan Since @sandromodarelli is on vacation this week, I am taking care of this PR now.
I have addressed most of the suggestions (wording/template/versions), and I still have some questions about your suggestions. Please take a look.

@lmilan

lmilan commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

@lmilan Since @sandromodarelli is on vacation this week, I am taking care of this PR now. I have addressed most of the suggestions (wording/template/versions), and I still have some questions about your suggestions. Please take a look.

Thanks @randmonkey! I've answered your questions

randmonkey and others added 4 commits July 29, 2026 11:27
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
@lmilan lmilan self-assigned this Aug 7, 2026
@lmilan

lmilan commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@justindavies I reviewed your latest changes and made some edits, if you want to take a look (mainly structure changes and adding missing prerequisites)

…6652)

* docs(KO): add How to config Store-backed TLS certificate keys for KO

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

* Update app/_how-tos/operator/operator-konnect-config-store-certificate-keys.md

Co-authored-by: Tao Yi  <tao.yi@konghq.com>

* restructure

* Apply suggestion from @lmilan

---------

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Tao Yi <tao.yi@konghq.com>
Co-authored-by: Lucie Milan <lucie.milan@konghq.com>
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Issues/ PRs whose changes should not be merged at this time product:ko team-k8s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants