File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
windows/lnmp-windows-pm-repo/k8s Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 6363 if : matrix.os == 'ubuntu' &&
6464 ( contains( github.event.head_commit.message, '[k8s]') || github.event_name == 'workflow_dispatch')
6565 env :
66- VERSION : 2.1.4
66+ VERSION : 2.2.0-beta.1
6767 run : |
6868 $env:LWPM_DOCKER_USERNAME=$env:LWPM_DOCKER_USERNAME_
6969 $env:LWPM_DOCKER_PASSWORD=$env:LWPM_DOCKER_PASSWORD_
@@ -135,7 +135,7 @@ jobs:
135135 if : matrix.os == 'windows' &&
136136 ( contains( github.event.head_commit.message, '[k8s]') || github.event_name == 'workflow_dispatch')
137137 env :
138- VERSION : 1.23.1
138+ VERSION : 1.24
139139 run : |
140140 $env:LWPM_DOCKER_USERNAME=$env:LWPM_DOCKER_USERNAME_
141141 $env:LWPM_DOCKER_PASSWORD=$env:LWPM_DOCKER_PASSWORD_
@@ -183,7 +183,7 @@ jobs:
183183 if : matrix.os == 'windows' &&
184184 ( contains( github.event.head_commit.message, '[k8s]') || github.event_name == 'workflow_dispatch')
185185 env :
186- VERSION : 1.7.1
186+ VERSION : 1.8.0
187187 run : |
188188 $env:LWPM_DOCKER_USERNAME=$env:LWPM_DOCKER_USERNAME_
189189 $env:LWPM_DOCKER_PASSWORD=$env:LWPM_DOCKER_PASSWORD_
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ETCD_VERSION=3.6.1
1616HELM_VERSION = 3.18.6
1717# https://github.com/containernetworking/cni/releases
1818# https://github.com/containernetworking/plugins/releases
19- CNI_VERSION = 1.7.1
19+ CNI_VERSION = 1.8.0
2020# https://github.com/kubernetes-sigs/cri-tools/releases
2121CRICTL_VERSION = 1.34.0
2222NGINX_VERSION = 1.29.1
@@ -25,7 +25,7 @@ CONTAINERD_VERSION=2.1.4
2525# https://github.com/containers/conmon/releases
2626CONMON_VERSION = 2.1.13
2727# https://github.com/containers/crun/releases
28- CRUN_VERSION = 1.23.1
28+ CRUN_VERSION = 1.24
2929# https://github.com/opencontainers/runc/releases
3030RUNC_VERSION = 1.3.0
3131# https://github.com/istio/istio/releases
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 CI_KUBERNETES_VERSION : 1.31.13
111111 LNMP_K8S_GET : --url
112112 GOARCH : amd64
113- fail-fast : true
113+ fail-fast : false
114114 steps :
115115 - uses : actions/checkout@v3
116116 with :
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "scripts" : {
22- "dist" : " _mkdir $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}\n\n # https://github.com/containernetworking/plugins/releases/download/v1.7.1 /cni-plugins-linux-amd64-v1.7.1 .tgz\n curl -L `\n $url `\n -o $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}/$filename\n "
22+ "dist" : " _mkdir $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}\n\n # https://github.com/containernetworking/plugins/releases/download/v1.8.0 /cni-plugins-linux-amd64-v1.8.0 .tgz\n curl -L `\n $url `\n -o $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}/$filename\n "
2323 },
2424 "url" : " https://github.com/containernetworking/plugins/releases/download/v${VERSION}/cni-plugins-${env:lwpm_os}-${env:lwpm_architecture}-v${VERSION}.tgz" ,
25- "version" : " 1.7.1 "
25+ "version" : " 1.8.0 "
2626}
Original file line number Diff line number Diff line change 11name : cni
2- version : 1.7.1
2+ version : 1.8.0
33url : " https://github.com/containernetworking/plugins/releases/download/v${VERSION}/cni-plugins-${env:lwpm_os}-${env:lwpm_architecture}-v${VERSION}.tgz"
44scripts :
55 dist : |
66 _mkdir $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}
77
8- # https://github.com/containernetworking/plugins/releases/download/v1.7.1 /cni-plugins-linux-amd64-v1.7.1 .tgz
8+ # https://github.com/containernetworking/plugins/releases/download/v1.8.0 /cni-plugins-linux-amd64-v1.8.0 .tgz
99 curl -L `
1010 $url `
1111 -o $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}/$filename
Original file line number Diff line number Diff line change 2020 "architecture" : " amd64"
2121 }
2222 ],
23- "pre-version" : " 2.1.4 " ,
23+ "pre-version" : " 2.2.0-beta.1 " ,
2424 "scripts" : {
2525 "dist" : " _mkdir $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}\n\n curl -L `\n $url `\n -o $env:LWPM_PKG_ROOT/dist/${env:lwpm_os}-${env:lwpm_architecture}/$filename\n " ,
2626 "install" : " tar -zxvf $filename -C C:\\\n " ,
3434 },
3535 "url" : " https://github.com/containerd/containerd/releases/download/v${VERSION}/containerd-${VERSION}-${env:lwpm_os}-${env:lwpm_architecture}.tar.gz" ,
3636 "url-mirror" : " https://${env:GITHUB_MIRROR}/containerd/containerd/releases/download/v${VERSION}/containerd-${VERSION}-${env:lwpm_os}-${env:lwpm_architecture}.tar.gz" ,
37- "version" : " 2.1.4 "
37+ "version" : " 2.2.0-beta.1 "
3838}
Original file line number Diff line number Diff line change 11name : containerd
2- version : 2.1.4
3- pre-version : 2.1.4
2+ version : 2.2.0-beta.1
3+ pre-version : 2.2.0-beta.1
44url : " https://github.com/containerd/containerd/releases/download/v${VERSION}/containerd-${VERSION}-${env:lwpm_os}-${env:lwpm_architecture}.tar.gz"
55url-mirror : https://${env:GITHUB_MIRROR}/containerd/containerd/releases/download/v${VERSION}/containerd-${VERSION}-${env:lwpm_os}-${env:lwpm_architecture}.tar.gz
66scripts :
Original file line number Diff line number Diff line change 1515 "platform-reqs" : " if(!$IsLinux){echo $False}"
1616 },
1717 "url" : " https://github.com/containers/crun/releases/download/${VERSION}/crun-${VERSION}-${env:lwpm_os}-${env:lwpm_architecture}" ,
18- "version" : " 1.23.1 "
18+ "version" : " 1.24 "
1919}
Original file line number Diff line number Diff line change 11name : crun
2- version : " 1.23.1 "
2+ version : " 1.24 "
33url : " https://github.com/containers/crun/releases/download/${VERSION}/crun-${VERSION}-${env:lwpm_os}-${env:lwpm_architecture}"
44scripts :
55 platform-reqs : if(!$IsLinux){echo $False}
You can’t perform that action at this time.
0 commit comments