Skip to content

Crane v0.2.0

Compare
Choose a tag to compare
@qmhu qmhu released this 18 Feb 06:53
· 944 commits to main since this release

What's Changed

Feature

Bugfix

  • Use the same logic to handle completion strategy and add event/condition/logging for analytics (#127, @qmhu)
  • Change pql time interval to avoid discontinuous points problem (#127, @kitianFresh)
  • Fix agent name bug in crane-agent (#132, @szy441687879)
  • Fix prediction error when time series cycle duration is hourly (#137, @kitianFresh)
  • Expend cabundle exparity to 10 years (#138, @mfanjie)
  • Don't predict memory in effective HPA (#148, @qmhu)
  • Rename service for craned (#145, @smileusd)

Changes since v0.1.0

Full Changelog: v0.1.0...v0.2.0

New Contributors