Skip to content

Crane v0.7.0

Compare
Choose a tag to compare
@qmhu qmhu released this 19 Aug 09:47
· 510 commits to main since this release

NOTE: This release have some breaking changes.

  • Use RecommendationRule as configuration for enable Recommendation instead of Analytics
  • Remove ConfigMap Recommendation-config

How to upgrade

kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.7.0/charts/crane/crds/analysis.crane.io_analytics.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.7.0/charts/crane/crds/analysis.crane.io_recommendationrules.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.7.0/charts/crane/crds/analysis.crane.io_recommendations.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.7.0/charts/crane/crds/autoscaling.crane.io_effectivehorizontalpodautoscalers.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.7.0/charts/crane/crds/autoscaling.crane.io_effectiveverticalpodautoscalers.yaml

helm repo update
helm upgrade -n crane-system --install crane crane/crane --version 0.7.0

What's Changed

Feature

image

  • New Crane Dashboard
  • Carbon Calculator
  • Recommendation Framework
  • Add types for recommenderConfiguration by @qmhu in #420
  • Add recommendation apis by @qmhu in #422
  • Add recommendation rule controller by @qmhu in #427
  • Add prometheus api by @qmhu in #439
  • Add proposal policy-based-abnomal-detection by @yufeiyu in #441
  • New Crane Dashboard by @zsnmwy in #446
  • Modify external metrics and add metrics with windows by @saikey0379 in #461
  • ci: Support arm and build images for branch by @zsnmwy in #463
  • Dashboard: Added a dialog for showing yaml, i18n, fix some ts error by @PatrickLai7528 in #478
  • always collect node local metrics when node resource controller is enabled. by @mfanjie in #479
  • feat(web): adjust yaml dialog top offset by @PatrickLai7528 in #484
  • feat: Carbon calc and actions for recommendations by @qmhu in #482
  • feat: Recommendation framework by @xieydd in #445
  • add slack team info by @mfanjie in #493
  • feat: dashboard error handler by @zsnmwy in #491
  • Intergrate recommend to dashboard by @qmhu in #494

Bugfix && Enhancement

New Contributors

Full Changelog: v0.6.0...v0.7.0