This topic contains release notes for Scheduler for VMware Tanzu v2.0.
Releases
v2.0.10
Release Date: Sep 27, 2024
- [Security fix] Allow use of ssl for external database connections
- [Security fix] Update dependencies
v2.0.9
Release Date: Jul 5, 2024
- [Security fix] Update stemcell version
- [Security fix] Update scheduler tile to use the cf cli v8 instead of v6
- [Security fix] Remove unused test_apps_domain flag
- [Security fix] Update dependencies
v2.0.8
Release Date: June 25, 2024
- [Bug fix] Remove usage of deprecated command to register service.
- [Security fix] Update release dependencies.
v2.0.7
Release date: March 13, 2024
- [Security fix] Update dependencies.
- [Bug fix] Fix dependencies to no longer show Java buildpack as a dependency.
- [Bug fix] Fix smoke tests to no longer fail when cflinuxfs3 is not present.
v2.0.6
Release date: March 8, 2024
- [Security fix] Update dependencies.
- [Bug fix] Fix Scheduler CLI plug-in to not dynamically link to C libraries. Allows running on more platforms.
v2.0.5
Release date: February 23, 2024
- [Breaking change] Breaking change caused by updating Quartz library to adjust CVE scanning. Quartz no longer accepts schedules with invalid increments. Increments (e.g. */60 ) cannot be equal to or larger than the maximum value. Any invalid schedules may have a negative impact on the functioning of Scheduler. For example:
- in Minutes, the increment must be less than 60
- in Hours, the increment must be less than 24
- in Day of Month, the increment must be less than 32
- in Month, the increment must be less than 13
- in Day of Week, the increment must be less than 8
- [Security fix] Update dependencies.
v2.0.4
Release date: January 23, 2024
- [Bug fix] Update Scheduler CLI to allow for setting unlimited log rate limit.
v2.0.3
Release date: January 18, 2024
- [Security fix] Update dependencies.
v2.0.2
Release date: December 19, 2023
- [Bug fix] Fix and improve database migration for upgrading from older scheduler versions.
- [Bug fix] Allow specifying log rate limit for jobs.
- [Bug fix] Add job limits to cli output.
- [Security fix] Update dependencies.
v2.0.1
Release date: December 4, 2023
- [Bug fix] allow changing the p.mysql plan
- [Bug fix] Update mysql instance if the plan has changed
- [Bug fix] add database migration for upgrading from older scheduler versions
v2.0
Release date: November 7, 2023
- [Dependency bump] Update Go to v1.20.7.
- [Dependency bump] Update Spring Boot to v3.1.5.
Breaking changes in Scheduler v2.0
This release has the following breaking changes:
- Stemcell version: Scheduler v2.0 requires the Jammy stemcell rather than Xenial.
- MySQL version: Scheduler v2.0 contains Spring Boot v3.1.5 and thus requires a MySQL v8.0 database.
- Java buildpack version: Scheduler v2.0 contains Java 17 and thus requires Java Buildpack v4.42 or later.
View release notes for another version
To view the release notes for another product version, select the version from the drop-down menu at the top of this page.