Skip to content

Commit 183ef46

Browse files
author
a.b.christie
committed
build: Use of k8s 1.35
1 parent 8d7becd commit 183ef46

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Inject slug/short variables
3434
uses: rlespinasse/github-slug-action@v5
3535
- name: Set up QEMU

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Set up Python
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
36-
python-version: '3.11'
36+
python-version: '3.14'
3737
- name: Install dependencies
3838
run: |
3939
pip install --upgrade pip

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.8-slim
1+
FROM python:3.14.2-slim
22

33
# Labels
44
LABEL maintainer='Alan Christie <achristie@informaticsmatters.com>'

operator/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
kopf == 1.38.0
2-
kubernetes == 32.0.1
1+
kopf == 1.40.1
2+
kubernetes == 35.0.0

0 commit comments

Comments
 (0)