Skip to content

Commit 5b76078

Browse files
authored
ci: update Python version to 3.12 in integration test configs (#842)
* ci: update Python version to 3.12 in integration test configs * fix: address Trivy CVEs
1 parent dee7ffa commit 5b76078

18 files changed

Lines changed: 27 additions & 27 deletions

File tree

.ci/tests/integration-oauth2/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup:
66
- name: build images
77
command: |
88
chmod +x images/build.sh images/samples/build.sh
9-
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.10 KIND_PUSH=true images/build.sh
9+
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010
PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212
- name: install helm

.ci/tests/integration-oauth2/e2e_with_downloader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup:
66
- name: build images
77
command: |
88
chmod +x images/build.sh images/samples/build.sh
9-
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.9 KIND_PUSH=true images/build.sh
9+
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010
PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212
- name: install helm

.ci/tests/integration/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup:
66
- name: build images
77
command: |
88
chmod +x images/build.sh images/samples/build.sh
9-
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform KIND_PUSH=true images/build.sh
9+
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010
PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212
- name: install helm

.ci/tests/integration/e2e_with_tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup:
66
- name: build images
77
command: |
88
chmod +x images/build.sh images/samples/build.sh
9-
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.11 KIND_PUSH=true images/build.sh
9+
PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010
PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212
- name: install helm

.github/workflows/bundle-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
username: ${{ secrets.DOCKER_USER }}
5050
password: ${{ secrets.DOCKER_PASSWORD }}
5151

52-
- name: Set up GO 1.25.9
52+
- name: Set up GO 1.25.10
5353
uses: actions/setup-go@v5
5454
with:
55-
go-version: 1.25.9
55+
go-version: 1.25.10
5656
id: go
5757

5858
- name: InstallKubebuilder
@@ -180,10 +180,10 @@ jobs:
180180
username: ${{ secrets.DOCKER_USER }}
181181
password: ${{ secrets.DOCKER_PASSWORD }}
182182

183-
- name: Set up GO 1.25.9
183+
- name: Set up GO 1.25.10
184184
uses: actions/setup-go@v5
185185
with:
186-
go-version: 1.25.9
186+
go-version: 1.25.10
187187
id: go
188188

189189
- name: InstallKubebuilder

.github/workflows/olm-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: checkout
3535
uses: actions/checkout@v2
3636

37-
- name: Set up GO 1.25.9
37+
- name: Set up GO 1.25.10
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: 1.25.9
40+
go-version: 1.25.10
4141
id: go
4242

4343
- name: InstallKubebuilder

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
go-version: [1.25.9]
21+
go-version: [1.25.10]
2222
steps:
2323
- name: Free Disk Space (Ubuntu)
2424
uses: jlumbroso/free-disk-space@v1.3.0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- name: Set up Docker Buildx
4141
uses: docker/setup-buildx-action@v3
4242

43-
- name: Set up GO 1.25.9
43+
- name: Set up GO 1.25.10
4444
uses: actions/setup-go@v5
4545
with:
46-
go-version: 1.25.9
46+
go-version: 1.25.10
4747
id: go
4848

4949
- name: InstallKubebuilder

.github/workflows/test-helm-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
run: hack/kind-cluster-build.sh --name chart-testing -c 1 -v 10 --k8sVersion v1.23.17
8484
if: steps.list-changed.outputs.changed == 'true'
8585

86-
- name: Set up GO 1.25.9
86+
- name: Set up GO 1.25.10
8787
if: steps.list-changed.outputs.changed == 'true'
8888
uses: actions/setup-go@v5
8989
with:
90-
go-version: 1.25.9
90+
go-version: 1.25.10
9191
id: go
9292

9393
- name: setup kubebuilder 3.6.0

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
repository: ${{github.event.pull_request.head.repo.full_name}}
5858
ref: ${{ github.event.pull_request.head.sha }}
5959

60-
- name: Set up GO 1.25.9
60+
- name: Set up GO 1.25.10
6161
uses: actions/setup-go@v5
6262
with:
63-
go-version: 1.25.9
63+
go-version: 1.25.10
6464
id: go
6565

6666
- name: InstallKubebuilder

0 commit comments

Comments
 (0)