Skip to content

Commit cf44495

Browse files
committed
Update version enum to add 1.32
1 parent f03840c commit cf44495

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Form input parameters for configuring a bundle for deployment.
5656

5757
- **`fargate`** *(object)*: AWS Fargate provides on-demand, right-sized compute capacity for running containers on EKS without managing node pools or clusters of EC2 instances.
5858
- **`enabled`** *(boolean)*: Enables EKS Fargate. Default: `False`.
59-
- **`k8s_version`** *(string)*: The version of Kubernetes to run. **WARNING: Upgrading Kubernetes version must be done one minor version at a time**. For example, upgrading from 1.28 to 1.30 requires upgrading to 1.29 first. Must be one of: `['1.23', '1.24', '1.25', '1.26', '1.27', '1.28', '1.29', '1.30', '1.31']`. Default: `1.31`.
59+
- **`k8s_version`** *(string)*: The version of Kubernetes to run. **WARNING: Upgrading Kubernetes version must be done one minor version at a time**. For example, upgrading from 1.28 to 1.30 requires upgrading to 1.29 first. Must be one of: `['1.25', '1.26', '1.27', '1.28', '1.29', '1.30', '1.31', '1.32']`. Default: `1.32`.
6060
- **`monitoring`** *(object)*
6161
- **`control_plane_log_retention`** *(integer)*: Duration to retain control plane logs in AWS Cloudwatch (Note: control plane logs do not contain application or container logs). Default: `7`.
6262
- **One of**

massdriver.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,16 @@ params:
6969
type: string
7070
title: Kubernetes Version
7171
description: "The version of Kubernetes to run. **WARNING: Upgrading Kubernetes version must be done one minor version at a time**. For example, upgrading from 1.28 to 1.30 requires upgrading to 1.29 first."
72-
default: "1.31"
72+
default: "1.32"
7373
enum:
74-
- "1.23"
75-
- "1.24"
7674
- "1.25"
7775
- "1.26"
7876
- "1.27"
7977
- "1.28"
8078
- "1.29"
8179
- "1.30"
8280
- "1.31"
81+
- "1.32"
8382
fargate:
8483
type: object
8584
title: Fargate

0 commit comments

Comments
 (0)