Skip to content

Commit e7f1e9a

Browse files
committed
add KOTS support for k8s 1.34
1 parent 64d9a4f commit e7f1e9a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/app-manager-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
owner-repo: replicatedhq/kots
2323
head: $KOTS_VERSION
2424
title: ${KOTS_VERSION#v}
25-
description: 'Support for Kubernetes: 1.31, 1.32, and 1.33'
25+
description: 'Support for Kubernetes: 1.31, 1.32, 1.33, and 1.34'
2626
include-pr-links: false
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| KOTS Versions | Kubernetes Compatibility |
22
|------------------------|-----------------------------|
3-
| 1.124.17 and later | 1.33, 1.32, 1.31 |
4-
| 1.123.0 and later | 1.32, 1.31 |
3+
| 1.128.3 and later | 1.34, 1.33, 1.32, 1.31 |
4+
| 1.124.17 to 1.128.3 | 1.33, 1.32, 1.31 |
5+
| 1.123.0 to 1.124.16 | 1.32, 1.31 |
56
| 1.117.0 to 1.122.1 | 1.31 |

docs/release-notes/rn-app-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table lists the versions of Kubernetes that are compatible with ea
2222

2323
Released on October 28, 2025
2424

25-
Support for Kubernetes: 1.31, 1.32, and 1.33
25+
Support for Kubernetes: 1.31, 1.32, 1.33, and 1.34
2626

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

0 commit comments

Comments
 (0)