Skip to content

Commit 2ada120

Browse files
authored
one last 1.8 release (#10903)
Signed-off-by: James Strong <[email protected]>
1 parent abcdf87 commit 2ada120

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
191191
strategy:
192192
matrix:
193-
k8s: [v1.24.12, v1.25.8, v1.26.3,v1.27.1]
193+
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0, v1.29.0]
194194

195195
steps:
196196
- name: Checkout
@@ -265,7 +265,7 @@ jobs:
265265
266266
strategy:
267267
matrix:
268-
k8s: [v1.24.12, v1.25.8, v1.26.3,v1.27.1]
268+
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0, v1.29.0]
269269

270270
steps:
271271
- name: Checkout
@@ -314,7 +314,7 @@ jobs:
314314
315315
strategy:
316316
matrix:
317-
k8s: [v1.24.12, v1.25.8, v1.26.3,v1.27.1]
317+
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0, v1.29.0]
318318

319319
steps:
320320

@@ -432,7 +432,7 @@ jobs:
432432

433433
strategy:
434434
matrix:
435-
k8s: [v1.24.12, v1.25.8, v1.26.3,v1.27.1]
435+
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0, v1.29.0]
436436

437437
steps:
438438
- name: Checkout

images/nginx/rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM alpine:3.18.2 as builder
14+
FROM alpine:3.19.0 as builder
1515

1616
COPY . /
1717

@@ -21,7 +21,7 @@ RUN apk update \
2121
&& /build.sh
2222

2323
# Use a multi-stage build
24-
FROM alpine:3.18.2
24+
FROM alpine:3.19.0
2525

2626
ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin
2727

rootfs/Dockerfile-chroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk update \
2626
&& apk upgrade \
2727
&& /chroot.sh
2828

29-
FROM alpine:3.18.2
29+
FROM alpine:3.19.0
3030

3131
ARG TARGETARCH
3232
ARG VERSION

test/e2e-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG E2E_BASE_IMAGE
22
FROM ${E2E_BASE_IMAGE} AS BASE
33

4-
FROM alpine:3.18.2
4+
FROM alpine:3.19.0
55

66
RUN apk update \
77
&& apk upgrade && apk add -U --no-cache \

0 commit comments

Comments
 (0)