Skip to content

Commit d24c04c

Browse files
Merge pull request #4335 from Monokaix/1.12
Bump image to v1.12.0
2 parents d48064b + 8a6a936 commit d24c04c

18 files changed

+36
-35
lines changed

.github/workflows/code_verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
make lint
3737
make verify
38-
make TAG=latest generate-yaml
38+
make TAG=v1.12.0 generate-yaml
3939
make verify-generated-yaml
4040
sudo make unit-test
4141
working-directory: ./src/github.com/${{ github.repository }}

.github/workflows/e2e_parallel_jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
e2e_parallel_jobs:
1616
runs-on: ubuntu-24.04
1717
name: E2E about Parallel Jobs
18-
timeout-minutes: 40
18+
timeout-minutes: 50
1919
steps:
2020
- name: Install Go
2121
uses: actions/setup-go@v5

.github/workflows/e2e_scheduling_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
e2e_scheduling_actions:
1212
runs-on: ubuntu-24.04
1313
name: E2E about Scheduling Actions
14-
timeout-minutes: 40
14+
timeout-minutes: 50
1515
steps:
1616
- name: Install Go
1717
uses: actions/setup-go@v5

.github/workflows/e2e_scheduling_basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
e2e_scheduling_basic:
1212
runs-on: ubuntu-24.04
1313
name: E2E about Basic Scheduling
14-
timeout-minutes: 40
14+
timeout-minutes: 50
1515
steps:
1616
- name: Install Go
1717
uses: actions/setup-go@v5

.github/workflows/e2e_sequence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
e2e_sequence:
1212
runs-on: ubuntu-24.04
1313
name: E2E about Sequence
14-
timeout-minutes: 40
14+
timeout-minutes: 50
1515
steps:
1616
- name: Install Go
1717
uses: actions/setup-go@v5

.github/workflows/e2e_spark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
- name: Build lastest volcano images
7777
run: |
7878
eval $(minikube docker-env)
79-
make TAG=latest update-development-yaml
79+
make TAG=v1.12.0 update-development-yaml
8080
sed -i 's/imagePullPolicy: Always/imagePullPolicy: IfNotPresent/g' installer/volcano-development.yaml
81-
make TAG=latest images
81+
make TAG=v1.12.0 images
8282
docker images | grep volcano
8383
cat ./installer/volcano-development.yaml | grep image:
8484
minikube kubectl -- replace --force -f ./installer/volcano-development.yaml

.github/workflows/e2e_vcctl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
e2e_vcctl:
1212
runs-on: ubuntu-24.04
1313
name: E2E about Volcano CLI
14-
timeout-minutes: 20
14+
timeout-minutes: 30
1515
steps:
1616
- name: Install Go
1717
uses: actions/setup-go@v5

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ CONTROLLER_GEN=$(shell which controller-gen)
203203
endif
204204

205205
update-development-yaml:
206-
make generate-yaml TAG=latest RELEASE_DIR=installer
207-
mv installer/volcano-latest.yaml installer/volcano-development.yaml
208-
mv installer/volcano-agent-latest.yaml installer/volcano-agent-development.yaml
206+
make generate-yaml TAG=v1.12.0 RELEASE_DIR=installer
207+
mv installer/volcano-v1.12.0.yaml installer/volcano-development.yaml
208+
mv installer/volcano-agent-v1.12.0.yaml installer/volcano-agent-development.yaml
209209

210210
mod-download-go:
211211
@-GOFLAGS="-mod=readonly" find -name go.mod -execdir go mod download \;

Makefile.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# If tag not explicitly set in users default to the git sha.
3-
TAG ?= $(shell git rev-parse --verify HEAD)
3+
TAG ?= v1.12.0
44
GitSHA=`git rev-parse HEAD`
55
Date=`date "+%Y-%m-%d %H:%M:%S"`
6-
RELEASE_VER=latest
6+
RELEASE_VER=v1.12.0
77
OPEN_EULER_IMAGE_TAG ?= 22.03-lts-sp2
88
LD_FLAGS="\
99
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ Please follow the guide [Volcano Agent](https://volcano.sh/en/docs/colocation) t
171171
If you want to get prometheus and grafana volcano dashboard after volcano installed, try following commands:
172172

173173
```bash
174-
make TAG=latest generate-yaml
175-
kubectl create -f _output/release/volcano-monitoring-latest.yaml
174+
make TAG=v1.12.0 generate-yaml
175+
kubectl create -f _output/release/volcano-monitoring-v1.12.0.yaml
176176
```
177177

178178
### Install dashboard
@@ -182,14 +182,15 @@ Please follow the guide [Volcano Dashboard](https://github.com/volcano-sh/dashbo
182182
## Kubernetes compatibility
183183

184184
| | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.26 | Kubernetes 1.27 | Kubernetes 1.28 | Kubernetes 1.29 |Kubernetes 1.30 |Kubernetes 1.31 |Kubernetes 1.32 |
185-
|-----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|---------------|--------------|---------------|
186-
| Volcano v1.6 |||||||| - | - | - | - | - | - |- |- |- |
187-
| Volcano v1.7 | - | - ||||||||||| - |_ |_ |- |
188-
| Volcano v1.8 | - | - ||||||||||| - |- |_ |- |
189-
| Volcano v1.9 | - | - | - | - ||||||||||- |_ |- |
190-
| Volcano v1.10 | - | - | - | - |||||||||||_ |- |
191-
| Volcano v1.11 | - | - | - | - ||||||||||||- |
192-
| Volcano HEAD (master) | - | - | - | - | - | - |||||||||||
185+
|-----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|---------------|--------------|--------------|
186+
| Volcano v1.6 |||||||| - | - | - | - | - | - |- |- |- |
187+
| Volcano v1.7 | - | - ||||||||||| - |_ |_ |- |
188+
| Volcano v1.8 | - | - ||||||||||| - |- |_ |- |
189+
| Volcano v1.9 | - | - | - | - ||||||||||- |_ |- |
190+
| Volcano v1.10 | - | - | - | - |||||||||||_ |- |
191+
| Volcano v1.11 | - | - | - | - ||||||||||||- |
192+
| Volcano v1.12 | - | - | - | - |||||||||||||
193+
| Volcano HEAD (master) | - | - | - | - | - | - |||||||||||
193194

194195
Key:
195196
* `` Volcano and the Kubernetes version are exactly compatible.

0 commit comments

Comments
 (0)