Skip to content

Commit 943b8c2

Browse files
Merge pull request #4655 from JesseStutler/automated-version-bump-v1.13.0-origin-release-1.13
Automated: Bump version to v1.13.0
2 parents 9b7472d + 43b5431 commit 943b8c2

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.release-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v1.13.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You can try Volcano by one of the following two ways.
105105
Install Volcano on an existing Kubernetes cluster. This way is both available for x86_64 and arm64 architecture.
106106

107107
```
108-
kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/master/installer/volcano-development.yaml
108+
kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/release-1.13/installer/volcano-development.yaml
109109
```
110110

111111
Enjoy! Volcano will create the following resources in `volcano-system` namespace.
@@ -189,6 +189,7 @@ Please follow the guide [Volcano Dashboard](https://github.com/volcano-sh/dashbo
189189
| Volcano v1.10 | - | - | - | - ||||||||||| - | - | - |
190190
| Volcano v1.11 | - | - | - | - |||||||||||| - | - |
191191
| Volcano v1.12 | - | - | - | - ||||||||||||| - |
192+
| Volcano v1.13 | - | - | - | - ||||||||||||||
192193
| Volcano HEAD (master) | - | - | - | - | - | - ||||||||||||
193194

194195
Key:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
sigs.k8s.io/controller-runtime v0.13.0
5252
sigs.k8s.io/yaml v1.4.0
5353
stathat.com/c/consistent v1.0.0
54-
volcano.sh/apis v1.12.3-0.20250922071132-1aeba4dd588f
54+
volcano.sh/apis v1.13.0
5555
)
5656

5757
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,5 @@ sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
526526
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
527527
stathat.com/c/consistent v1.0.0 h1:ezyc51EGcRPJUxfHGSgJjWzJdj3NiMU9pNfLNGiXV0c=
528528
stathat.com/c/consistent v1.0.0/go.mod h1:QkzMWzcbB+yQBL2AttO6sgsQS/JSTapcDISJalmCDS0=
529-
volcano.sh/apis v1.12.3-0.20250922071132-1aeba4dd588f h1:AnMK/98F4Kg3phAD0+kq6+pn0Y/Xr7ahmPsBa3PdOm4=
530-
volcano.sh/apis v1.12.3-0.20250922071132-1aeba4dd588f/go.mod h1:kGpNdIPbPAN1e6DMFFbcYNLiYhJ8yD5apf0PpKjfs88=
529+
volcano.sh/apis v1.13.0 h1:MZKCBBxsgsT4eJXO1//MXq2KddBFLq9tZETTAt2YjMI=
530+
volcano.sh/apis v1.13.0/go.mod h1:kGpNdIPbPAN1e6DMFFbcYNLiYhJ8yD5apf0PpKjfs88=

installer/helm/chart/volcano/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: A Helm chart for Volcano
33
name: volcano
4-
version: "1.5"
5-
appVersion: "0.1"
4+
version: "1.13.0"
5+
appVersion: "1.13.0"
66
icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
77
home: https://volcano.sh
88
sources:

installer/helm/chart/volcano/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ basic:
88
scheduler_config_file: "config/volcano-scheduler.conf"
99
image_pull_secret: ""
1010
image_pull_policy: "Always"
11-
image_tag_version: "latest"
11+
image_tag_version: "v1.13.0"
1212
admission_port: 8443
1313
image_registry: "docker.io"
1414
custom:

installer/volcano-agent-development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ spec:
128128
type: File
129129
initContainers:
130130
- name: volcano-agent-init
131-
image: docker.io/volcanosh/vc-agent:latest
131+
image: docker.io/volcanosh/vc-agent:v1.13.0
132132
securityContext:
133133
allowPrivilegeEscalation: false
134134
capabilities:
@@ -159,7 +159,7 @@ spec:
159159
imagePullPolicy: Always
160160
containers:
161161
- name: volcano-agent
162-
image: docker.io/volcanosh/vc-agent:latest
162+
image: docker.io/volcanosh/vc-agent:v1.13.0
163163
securityContext:
164164
capabilities:
165165
add:

installer/volcano-development.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spec:
154154
- --port=8443
155155
- -v=4
156156
- 2>&1
157-
image: docker.io/volcanosh/vc-webhook-manager:latest
157+
image: docker.io/volcanosh/vc-webhook-manager:v1.13.0
158158
imagePullPolicy: Always
159159
name: admission
160160
volumeMounts:
@@ -252,7 +252,7 @@ spec:
252252
restartPolicy: Never
253253
containers:
254254
- name: main
255-
image: docker.io/volcanosh/vc-webhook-manager:latest
255+
image: docker.io/volcanosh/vc-webhook-manager:v1.13.0
256256
imagePullPolicy: Always
257257
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
258258
"volcano-system", "--secret", "volcano-admission-secret"]
@@ -8613,7 +8613,7 @@ spec:
86138613
priorityClassName: system-cluster-critical
86148614
containers:
86158615
- name: volcano-controllers
8616-
image: docker.io/volcanosh/vc-controller-manager:latest
8616+
image: docker.io/volcanosh/vc-controller-manager:v1.13.0
86178617
args:
86188618
- --logtostderr
86198619
- --enable-healthz=true
@@ -8824,7 +8824,7 @@ spec:
88248824
priorityClassName: system-cluster-critical
88258825
containers:
88268826
- name: volcano-scheduler
8827-
image: docker.io/volcanosh/vc-scheduler:latest
8827+
image: docker.io/volcanosh/vc-scheduler:v1.13.0
88288828
args:
88298829
- --logtostderr
88308830
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf

0 commit comments

Comments
 (0)