Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@hrosenbe hrosenbe released this 29 Jun 15:30
· 56 commits to master since this release

Weathervane 2.1.0 includes the following changes:

  • Added parameters that affect Kubernetes pod placement with affinity and anti-affinity rules. The default values for these parameters change the behavior of Weathervane from version 2.0. Due to this, results should not be compared between 2.0 and 2.1.
  • Added a new configuration size called small2-applimit2. This configuration uses whole number values for CPU limits and is appropriate for use with the Kubernetes CPU manager.
  • Enhanced workload driver inter-node communication to improve scaling.
  • Improved data loading, resulting in faster loads and greatly reducing unintended data corruption between runs.
  • Added a number of specialized configuration options including prepareConcurrencyand abortFailingWorkload. These are discussed in the User's Guide.
  • Added CI/CD automation
  • Many minor bug fixes and improvements.