Skip to content

Commit cefb4c5

Browse files
committed
Upgrade to Kubernetes v1.32.1
1 parent 4ddb488 commit cefb4c5

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

.circleci/config.yml

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ jobs:
22
build-branches-amd64-base-ubuntu20:
33
environment:
44
CEPH_VERSION: '18.2.0'
5-
KUBE_VERSION: '1.31.5-1.1'
5+
KUBE_VERSION: '1.32.1-1.1'
66
DOCKER_VERSION: '5:24.0.6-1'
77
OS22: 'xUbuntu_22.04'
88
OS20: 'xUbuntu_20.04'
9-
K8S_VERSION: '1.31'
9+
K8S_VERSION: '1.32'
1010
machine: true
1111
steps:
1212
- checkout
@@ -21,10 +21,10 @@ jobs:
2121
mkdir /root/debs/ubuntu20 && \
2222
mv /tmp/debs/*.deb /root/debs/ubuntu20 && \
2323
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
24-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
24+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
2525
cat /etc/apt/sources.list.d/kubernetes.list && \
2626
mkdir /etc/apt/keyrings && \
27-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
27+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
2828
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
2929
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_20.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
3030
apt-get update && \
@@ -38,11 +38,11 @@ jobs:
3838
build-tags-amd64-base-ubuntu20:
3939
environment:
4040
CEPH_VERSION: '18.2.0'
41-
KUBE_VERSION: '1.31.5-1.1'
41+
KUBE_VERSION: '1.32.1-1.1'
4242
DOCKER_VERSION: '5:24.0.6-1'
4343
OS22: 'xUbuntu_22.04'
4444
OS20: 'xUbuntu_20.04'
45-
K8S_VERSION: '1.31'
45+
K8S_VERSION: '1.32'
4646
machine: true
4747
steps:
4848
- checkout
@@ -57,10 +57,10 @@ jobs:
5757
mkdir /root/debs/ubuntu20 && \
5858
mv /tmp/debs/*.deb /root/debs/ubuntu20 && \
5959
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
60-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
60+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
6161
cat /etc/apt/sources.list.d/kubernetes.list && \
6262
mkdir /etc/apt/keyrings && \
63-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
63+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
6464
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
6565
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_20.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
6666
apt-get update && \
@@ -74,11 +74,11 @@ jobs:
7474
build-branches-amd64-base-ubuntu22:
7575
environment:
7676
CEPH_VERSION: '18.2.0'
77-
KUBE_VERSION: '1.31.5-1.1'
77+
KUBE_VERSION: '1.32.1-1.1'
7878
DOCKER_VERSION: '5:24.0.6-1'
7979
OS22: 'xUbuntu_22.04'
8080
OS20: 'xUbuntu_20.04'
81-
K8S_VERSION: '1.31'
81+
K8S_VERSION: '1.32'
8282
machine: true
8383
steps:
8484
- checkout
@@ -93,9 +93,9 @@ jobs:
9393
mkdir /root/debs/ubuntu22 && \
9494
mv /tmp/debs/*.deb /root/debs/ubuntu22 && \
9595
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
96-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
96+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
9797
cat /etc/apt/sources.list.d/kubernetes.list && \
98-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
98+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
9999
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_22.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
100100
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_22.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
101101
apt-get update && \
@@ -110,11 +110,11 @@ jobs:
110110
build-tags-amd64-base-ubuntu22:
111111
environment:
112112
CEPH_VERSION: '18.2.0'
113-
KUBE_VERSION: '1.31.5-1.1'
113+
KUBE_VERSION: '1.32.1-1.1'
114114
DOCKER_VERSION: '5:24.0.6-1'
115115
OS22: 'xUbuntu_22.04'
116116
OS20: 'xUbuntu_20.04'
117-
K8S_VERSION: '1.31'
117+
K8S_VERSION: '1.32'
118118
machine: true
119119
steps:
120120
- checkout
@@ -129,9 +129,9 @@ jobs:
129129
mkdir /root/debs/ubuntu22 && \
130130
mv /tmp/debs/*.deb /root/debs/ubuntu22 && \
131131
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
132-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
132+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
133133
cat /etc/apt/sources.list.d/kubernetes.list && \
134-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
134+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
135135
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_22.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
136136
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_22.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
137137
apt-get update && \
@@ -146,11 +146,11 @@ jobs:
146146
build-branches-amd64-ceph-ubuntu20:
147147
environment:
148148
CEPH_VERSION: '18.2.0'
149-
KUBE_VERSION: '1.31.5-1.1'
149+
KUBE_VERSION: '1.32.1-1.1'
150150
DOCKER_VERSION: '5:24.0.6-1'
151151
OS22: 'xUbuntu_22.04'
152152
OS20: 'xUbuntu_20.04'
153-
K8S_VERSION: '1.31'
153+
K8S_VERSION: '1.32'
154154
machine: true
155155
steps:
156156
- checkout
@@ -179,11 +179,11 @@ jobs:
179179
build-tags-amd64-ceph-ubuntu20:
180180
environment:
181181
CEPH_VERSION: '18.2.0'
182-
KUBE_VERSION: '1.31.5-1.1'
182+
KUBE_VERSION: '1.32.1-1.1'
183183
DOCKER_VERSION: '5:24.0.6-1'
184184
OS22: 'xUbuntu_22.04'
185185
OS20: 'xUbuntu_20.04'
186-
K8S_VERSION: '1.31'
186+
K8S_VERSION: '1.32'
187187
machine: true
188188
steps:
189189
- checkout
@@ -212,11 +212,11 @@ jobs:
212212
build-branches-amd64-ceph-ubuntu22:
213213
environment:
214214
CEPH_VERSION: '18.2.0'
215-
KUBE_VERSION: '1.31.5-1.1'
215+
KUBE_VERSION: '1.32.1-1.1'
216216
DOCKER_VERSION: '5:24.0.6-1'
217217
OS22: 'xUbuntu_22.04'
218218
OS20: 'xUbuntu_20.04'
219-
K8S_VERSION: '1.31'
219+
K8S_VERSION: '1.32'
220220
machine: true
221221
steps:
222222
- checkout
@@ -243,11 +243,11 @@ jobs:
243243
build-tags-amd64-ceph-ubuntu22:
244244
environment:
245245
CEPH_VERSION: '18.2.0'
246-
KUBE_VERSION: '1.31.5-1.1'
246+
KUBE_VERSION: '1.32.1-1.1'
247247
DOCKER_VERSION: '5:24.0.6-1'
248248
OS22: 'xUbuntu_22.04'
249249
OS20: 'xUbuntu_20.04'
250-
K8S_VERSION: '1.31'
250+
K8S_VERSION: '1.32'
251251
machine: true
252252
steps:
253253
- checkout
@@ -274,12 +274,12 @@ jobs:
274274
build-branches-amd64-k8s-docker:
275275
environment:
276276
CEPH_VERSION: '18.2.0'
277-
KUBE_VERSION: '1.31.5-1.1'
277+
KUBE_VERSION: '1.32.1-1.1'
278278
DOCKER_VERSION: '5:24.0.6-1'
279279
OS22: 'xUbuntu_22.04'
280280
OS20: 'xUbuntu_20.04'
281-
K8S_VERSION: 'v1.31'
282-
PROJECT_PATH: 'prerelease:/v1.31'
281+
K8S_VERSION: 'v1.32'
282+
PROJECT_PATH: 'prerelease:/v1.32'
283283
machine: true
284284
steps:
285285
- checkout
@@ -376,12 +376,12 @@ jobs:
376376
build-tags-amd64-k8s-docker:
377377
environment:
378378
CEPH_VERSION: '18.2.0'
379-
KUBE_VERSION: '1.31.5-1.1'
379+
KUBE_VERSION: '1.32.1-1.1'
380380
DOCKER_VERSION: '5:24.0.6-1'
381381
OS22: 'xUbuntu_22.04'
382382
OS20: 'xUbuntu_20.04'
383-
K8S_VERSION: 'v1.31'
384-
PROJECT_PATH: 'prerelease:/v1.31'
383+
K8S_VERSION: 'v1.32'
384+
PROJECT_PATH: 'prerelease:/v1.32'
385385
machine: true
386386
steps:
387387
- checkout
@@ -478,11 +478,11 @@ jobs:
478478
build-branches-aarch64-base-ubuntu20:
479479
environment:
480480
CEPH_VERSION: '18.2.0'
481-
KUBE_VERSION: '1.31.5-1.1'
481+
KUBE_VERSION: '1.32.1-1.1'
482482
DOCKER_VERSION: '5:24.0.6-1'
483483
OS22: 'xUbuntu_22.04'
484484
OS20: 'xUbuntu_20.04'
485-
K8S_VERSION: '1.31'
485+
K8S_VERSION: '1.32'
486486
resource_class: arm.medium
487487
machine: true
488488
steps:
@@ -498,10 +498,10 @@ jobs:
498498
mkdir /root/debs/ubuntu20 && \
499499
mv /tmp/debs/*.deb /root/debs/ubuntu20 && \
500500
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
501-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
501+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
502502
cat /etc/apt/sources.list.d/kubernetes.list && \
503503
mkdir /etc/apt/keyrings && \
504-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
504+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
505505
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
506506
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_20.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
507507
apt-get update && \
@@ -515,11 +515,11 @@ jobs:
515515
build-branches-aarch64-base-ubuntu22:
516516
environment:
517517
CEPH_VERSION: '18.2.0'
518-
KUBE_VERSION: '1.31.5-1.1'
518+
KUBE_VERSION: '1.32.1-1.1'
519519
DOCKER_VERSION: '5:24.0.6-1'
520520
OS22: 'xUbuntu_22.04'
521521
OS20: 'xUbuntu_20.04'
522-
K8S_VERSION: '1.31'
522+
K8S_VERSION: '1.32'
523523
resource_class: arm.medium
524524
machine: true
525525
steps:
@@ -535,9 +535,9 @@ jobs:
535535
mkdir /root/debs/ubuntu22 && \
536536
mv /tmp/debs/*.deb /root/debs/ubuntu22 && \
537537
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
538-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
538+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
539539
cat /etc/apt/sources.list.d/kubernetes.list && \
540-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
540+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
541541
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_22.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
542542
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_22.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
543543
apt-get update && \
@@ -551,11 +551,11 @@ jobs:
551551
build-tags-aarch64-base-ubuntu20:
552552
environment:
553553
CEPH_VERSION: '18.2.0'
554-
KUBE_VERSION: '1.31.5-1.1'
554+
KUBE_VERSION: '1.32.1-1.1'
555555
DOCKER_VERSION: '5:24.0.6-1'
556556
OS22: 'xUbuntu_22.04'
557557
OS20: 'xUbuntu_20.04'
558-
K8S_VERSION: '1.31'
558+
K8S_VERSION: '1.32'
559559
resource_class: arm.medium
560560
machine: true
561561
steps:
@@ -571,10 +571,10 @@ jobs:
571571
mkdir /root/debs/ubuntu20 && \
572572
mv /tmp/debs/*.deb /root/debs/ubuntu20 && \
573573
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
574-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
574+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
575575
cat /etc/apt/sources.list.d/kubernetes.list && \
576576
mkdir /etc/apt/keyrings && \
577-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
577+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
578578
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
579579
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_20.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
580580
apt-get update && \
@@ -588,11 +588,11 @@ jobs:
588588
build-tags-aarch64-base-ubuntu22:
589589
environment:
590590
CEPH_VERSION: '18.2.0'
591-
KUBE_VERSION: '1.31.5-1.1'
591+
KUBE_VERSION: '1.32.1-1.1'
592592
DOCKER_VERSION: '5:24.0.6-1'
593593
OS22: 'xUbuntu_22.04'
594594
OS20: 'xUbuntu_20.04'
595-
K8S_VERSION: '1.31'
595+
K8S_VERSION: '1.32'
596596
resource_class: arm.medium
597597
machine: true
598598
steps:
@@ -608,9 +608,9 @@ jobs:
608608
mkdir /root/debs/ubuntu22 && \
609609
mv /tmp/debs/*.deb /root/debs/ubuntu22 && \
610610
apt-get update && apt-get install -y apt-transport-https curl software-properties-common apt-utils gnupg1 gnupg2 && \
611-
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
611+
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.32/deb/ /" > /etc/apt/sources.list.d/kubernetes.list && \
612612
cat /etc/apt/sources.list.d/kubernetes.list && \
613-
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
613+
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
614614
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_22.04/ /' > /etc/apt/sources.list.d/home:alvistack.list && \
615615
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_22.04/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/home_alvistack.gpg && \
616616
apt-get update && \
@@ -624,11 +624,11 @@ jobs:
624624
build-branches-aarch64-ceph-ubuntu20:
625625
environment:
626626
CEPH_VERSION: '18.2.0'
627-
KUBE_VERSION: '1.31.5-1.1'
627+
KUBE_VERSION: '1.32.1-1.1'
628628
DOCKER_VERSION: '5:24.0.6-1'
629629
OS22: 'xUbuntu_22.04'
630630
OS20: 'xUbuntu_20.04'
631-
K8S_VERSION: '1.31'
631+
K8S_VERSION: '1.32'
632632
resource_class: arm.medium
633633
machine: true
634634
steps:
@@ -658,11 +658,11 @@ jobs:
658658
build-branches-aarch64-ceph-ubuntu22:
659659
environment:
660660
CEPH_VERSION: '18.2.0'
661-
KUBE_VERSION: '1.31.5-1.1'
661+
KUBE_VERSION: '1.32.1-1.1'
662662
DOCKER_VERSION: '5:24.0.6-1'
663663
OS22: 'xUbuntu_22.04'
664664
OS20: 'xUbuntu_20.04'
665-
K8S_VERSION: '1.31'
665+
K8S_VERSION: '1.32'
666666
resource_class: arm.medium
667667
machine: true
668668
steps:
@@ -692,11 +692,11 @@ jobs:
692692
build-tags-aarch64-ceph-ubuntu20:
693693
environment:
694694
CEPH_VERSION: '18.2.0'
695-
KUBE_VERSION: '1.31.5-1.1'
695+
KUBE_VERSION: '1.32.1-1.1'
696696
DOCKER_VERSION: '5:24.0.6-1'
697697
OS22: 'xUbuntu_22.04'
698698
OS20: 'xUbuntu_20.04'
699-
K8S_VERSION: '1.31'
699+
K8S_VERSION: '1.32'
700700
resource_class: arm.medium
701701
machine: true
702702
steps:
@@ -726,11 +726,11 @@ jobs:
726726
build-tags-aarch64-ceph-ubuntu22:
727727
environment:
728728
CEPH_VERSION: '18.2.0'
729-
KUBE_VERSION: '1.31.5-1.1'
729+
KUBE_VERSION: '1.32.1-1.1'
730730
DOCKER_VERSION: '5:24.0.6-1'
731731
OS22: 'xUbuntu_22.04'
732732
OS20: 'xUbuntu_20.04'
733-
K8S_VERSION: '1.31'
733+
K8S_VERSION: '1.32'
734734
resource_class: arm.medium
735735
machine: true
736736
steps:
@@ -760,12 +760,12 @@ jobs:
760760
build-branches-aarch64-k8s-docker:
761761
environment:
762762
CEPH_VERSION: '18.2.0'
763-
KUBE_VERSION: '1.31.5-1.1'
763+
KUBE_VERSION: '1.32.1-1.1'
764764
DOCKER_VERSION: '5:24.0.6-1'
765765
OS22: 'xUbuntu_22.04'
766766
OS20: 'xUbuntu_20.04'
767-
K8S_VERSION: 'v1.31'
768-
PROJECT_PATH: 'prerelease:/v1.31'
767+
K8S_VERSION: 'v1.32'
768+
PROJECT_PATH: 'prerelease:/v1.32'
769769
resource_class: arm.medium
770770
machine: true
771771
steps:
@@ -863,12 +863,12 @@ jobs:
863863
build-tags-aarch64-k8s-docker:
864864
environment:
865865
CEPH_VERSION: '18.2.0'
866-
KUBE_VERSION: '1.31.5-1.1'
866+
KUBE_VERSION: '1.32.1-1.1'
867867
DOCKER_VERSION: '5:24.0.6-1'
868868
OS22: 'xUbuntu_22.04'
869869
OS20: 'xUbuntu_20.04'
870-
K8S_VERSION: 'v1.31'
871-
PROJECT_PATH: 'prerelease:/v1.31'
870+
K8S_VERSION: 'v1.32'
871+
PROJECT_PATH: 'prerelease:/v1.32'
872872
resource_class: arm.medium
873873
machine: true
874874
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Wise2C Apt Source for Docker/K8S/Ceph/NFS installation
55

66
Apt Source服务器安装好docker,直接运行命令:
77

8-
docker run -d -p 2008:2008 --name=apt-source wise2c/apt-source:v1.31.5
8+
docker run -d -p 2008:2008 --name=apt-source wise2c/apt-source:v1.32.1
99

1010
在需要安装docker/k8s/ceph/nfs的其它主机上:
1111

0 commit comments

Comments
 (0)