Skip to content
Merged
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
12 changes: 6 additions & 6 deletions channels/stable
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ spec:
providerID: aws
architectureID: arm64
kubernetesVersion: ">=1.20.0 <1.27.0"
- name: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
- name: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
providerID: aws
architectureID: amd64
kubernetesVersion: ">=1.27.0"
- name: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20241120
- name: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20241211
providerID: aws
architectureID: arm64
kubernetesVersion: ">=1.27.0"
Expand Down Expand Up @@ -104,10 +104,10 @@ spec:
kubenet: {}
kubernetesVersions:
- range: ">=1.30.0"
recommendedVersion: 1.30.6
recommendedVersion: 1.30.8
requiredVersion: 1.30.0
- range: ">=1.29.0"
recommendedVersion: 1.29.10
recommendedVersion: 1.29.12
requiredVersion: 1.29.0
- range: ">=1.28.0"
recommendedVersion: 1.28.15
Expand Down Expand Up @@ -170,11 +170,11 @@ spec:
- range: ">=1.30.0-alpha.1"
recommendedVersion: "1.29.0-beta.1"
#requiredVersion: 1.30.0
kubernetesVersion: 1.30.7
kubernetesVersion: 1.30.8
- range: ">=1.29.0-alpha.1"
recommendedVersion: "1.29.0-beta.1"
#requiredVersion: 1.29.0
kubernetesVersion: 1.29.11
kubernetesVersion: 1.29.12
- range: ">=1.28.0-alpha.1"
recommendedVersion: "1.28.4"
#requiredVersion: 1.28.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: control-plane-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: m3.medium
maxSize: 1
minSize: 1
Expand All @@ -85,7 +85,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: nodes-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: t2.medium
maxSize: 1
minSize: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: control-plane-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: m3.medium
maxSize: 1
minSize: 1
Expand All @@ -85,7 +85,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: nodes-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: t2.medium
maxSize: 1
minSize: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: control-plane-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: m3.medium
maxSize: 1
minSize: 1
Expand All @@ -85,7 +85,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: nodes-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: t2.medium
maxSize: 1
minSize: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: control-plane-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: m3.medium
maxSize: 1
minSize: 1
Expand All @@ -85,7 +85,7 @@ metadata:
kops.k8s.io/cluster: minimal.example.com
name: nodes-us-test-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241120
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20241211
machineType: t2.medium
maxSize: 1
minSize: 1
Expand Down
Loading