Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.13.1
v1.13.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This automated version bump appears to be incomplete. The pull request description states that volcano-monitoring.yaml should be updated, but this file is not included in the changes. This can lead to inconsistencies where some components are on the new version while others are not. Please update volcano-monitoring.yaml to use version v1.13.2 in this PR.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
sigs.k8s.io/controller-runtime v0.13.0
sigs.k8s.io/yaml v1.4.0
stathat.com/c/consistent v1.0.0
volcano.sh/apis v1.13.1
volcano.sh/apis v1.13.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -526,5 +526,5 @@ sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
stathat.com/c/consistent v1.0.0 h1:ezyc51EGcRPJUxfHGSgJjWzJdj3NiMU9pNfLNGiXV0c=
stathat.com/c/consistent v1.0.0/go.mod h1:QkzMWzcbB+yQBL2AttO6sgsQS/JSTapcDISJalmCDS0=
volcano.sh/apis v1.13.1 h1:TZJxKhxOBzg7SWo9xWD4TGKMzBGJjJg1F5sMseaT6i0=
volcano.sh/apis v1.13.1/go.mod h1:kGpNdIPbPAN1e6DMFFbcYNLiYhJ8yD5apf0PpKjfs88=
volcano.sh/apis v1.13.2 h1:2at35ih/HRISwYK5C9ow6hWm7ILP4F2o2Vv/RL5k9Po=
volcano.sh/apis v1.13.2/go.mod h1:kGpNdIPbPAN1e6DMFFbcYNLiYhJ8yD5apf0PpKjfs88=
4 changes: 2 additions & 2 deletions installer/helm/chart/volcano/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: A Helm chart for Volcano
name: volcano
version: "1.13.1"
appVersion: "1.13.1"
version: "1.13.2"
appVersion: "1.13.2"
icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
home: https://volcano.sh
sources:
Expand Down
2 changes: 1 addition & 1 deletion installer/helm/chart/volcano/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ basic:
scheduler_config_file: "config/volcano-scheduler.conf"
image_pull_secret: ""
image_pull_policy: "Always"
image_tag_version: "v1.13.1"
image_tag_version: "v1.13.2"
admission_port: 8443
image_registry: "docker.io"
custom:
Expand Down
4 changes: 2 additions & 2 deletions installer/volcano-agent-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
type: File
initContainers:
- name: volcano-agent-init
image: docker.io/volcanosh/vc-agent:v1.13.1
image: docker.io/volcanosh/vc-agent:v1.13.2
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
imagePullPolicy: Always
containers:
- name: volcano-agent
image: docker.io/volcanosh/vc-agent:v1.13.1
image: docker.io/volcanosh/vc-agent:v1.13.2
securityContext:
capabilities:
add:
Expand Down
8 changes: 4 additions & 4 deletions installer/volcano-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
- --port=8443
- -v=4
- 2>&1
image: docker.io/volcanosh/vc-webhook-manager:v1.13.1
image: docker.io/volcanosh/vc-webhook-manager:v1.13.2
imagePullPolicy: Always
name: admission
volumeMounts:
Expand Down Expand Up @@ -252,7 +252,7 @@ spec:
restartPolicy: Never
containers:
- name: main
image: docker.io/volcanosh/vc-webhook-manager:v1.13.1
image: docker.io/volcanosh/vc-webhook-manager:v1.13.2
imagePullPolicy: Always
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
"volcano-system", "--secret", "volcano-admission-secret"]
Expand Down Expand Up @@ -8613,7 +8613,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: volcano-controllers
image: docker.io/volcanosh/vc-controller-manager:v1.13.1
image: docker.io/volcanosh/vc-controller-manager:v1.13.2
args:
- --logtostderr
- --enable-healthz=true
Expand Down Expand Up @@ -8824,7 +8824,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: volcano-scheduler
image: docker.io/volcanosh/vc-scheduler:v1.13.1
image: docker.io/volcanosh/vc-scheduler:v1.13.2
args:
- --logtostderr
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
Expand Down
Loading