Skip to content

v1.0.0

Compare
Choose a tag to compare
@alok87 alok87 released this 01 Jul 15:22
· 119 commits to master since this release
c9ef714

Changelog

Significant changes that went out after beta

  • #69 Beanstalk Support (includes #57). @sushant-115
  • #84 #59 #68 #56 CRD creation moves out from code to YAML, version v1 added, CRD openAPIV3 validation added.
  • #80 Partial scale down was not happening in one scenario. Fixed in #87.
  • #73 Scale up logic does not work well for long-running tasks. Fixed in #86.

Significant changes that went out in beta

Following WPA specs were added making scaling reliable in v1.0.0-beta release.

secondsToProcessOneJob
maxDisruption

Changes

  • #84 CRD and its validation added.
  • #72 Error instead of fatal, and log infor of min and maxDisruptable
  • #78 Add Verbosity level
  • #77 #79 #81 #83 Prometheus metrics for the WPA logs using klog and promlog
wpa_log_messages_total{severity="ERROR"} 0
wpa_log_messages_total{severity="WARNING"} 0
  • #85 Publish major, major-minor tags along with complete semver tags. @ryantate13