Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .github/workflows/app-manager-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
owner-repo: replicatedhq/kots
head: $KOTS_VERSION
title: ${KOTS_VERSION#v}
description: 'Support for Kubernetes: 1.31, 1.32, and 1.33'
description: 'Support for Kubernetes: 1.31, 1.32, 1.33, and 1.34'
include-pr-links: false
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
5 changes: 3 additions & 2 deletions docs/partials/install/_kubernetes-compatibility.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| KOTS Versions | Kubernetes Compatibility |
|------------------------|-----------------------------|
| 1.124.17 and later | 1.33, 1.32, 1.31 |
| 1.123.0 and later | 1.32, 1.31 |
| 1.128.3 and later | 1.34, 1.33, 1.32, 1.31 |
| 1.124.17 to 1.128.3 | 1.33, 1.32, 1.31 |
| 1.123.0 to 1.124.16 | 1.32, 1.31 |
| 1.117.0 to 1.122.1 | 1.31 |
2 changes: 1 addition & 1 deletion docs/release-notes/rn-app-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following table lists the versions of Kubernetes that are compatible with ea

Released on October 28, 2025

Support for Kubernetes: 1.31, 1.32, and 1.33
Support for Kubernetes: 1.31, 1.32, 1.33, and 1.34

### Improvements {#improvements-1-128-3}
* Adds fully qualified registry prefix for KOTS to improve registry handling.
Expand Down