Skip to content

v1.9.1

Choose a tag to compare

@Monokaix Monokaix released this 30 Apr 10:32
· 3 commits to release-1.9 since this release
e9690aa

Important:
This release addresses multiple critical security vulnerabilities. We strongly advise all users to upgrade immediately to protect your systems and data.

Security Fixes

Other Improvements

Important Notes Before Upgrading

Change: Volcano Scheduler pprof Endpoint Disabled by Default
For security enhancement, the pprof endpoint for the Volcano Scheduler is now disabled by default in this release. If you require this endpoint for debugging or monitoring, you will need to explicitly enable it post-upgrade. This can be achieved by:

  • If you are using helm, specifying custom.scheduler_pprof_enable=true during Helm installation or upgrade.
  • OR, manually setting the command-line argument --enable-pprof=true when starting the Volcano Scheduler.

Please be aware of the security implications before enabling this endpoint in production environments.