Crane v0.9.0
How to upgrade
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.9.0/charts/crane/crds/ensurance.crane.io_nodeqoss.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.9.0/charts/crane/crds/ensurance.crane.io_podqoss.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.9.0/charts/crane/crds/analysis.crane.io_recommendationrules.yaml
helm repo update
helm upgrade -n crane-system --install crane crane/crane --version 0.9.0
What's Changed
- Optimize and complete the document of Colocation with Enhanced QOS by @chenkaiyue in #578
- add topology api in manifests by @Garrybest in #581
- docs: trigger by @qmhu in #582
- chore: Hide managedFields by default when display YAML by @mangoGoForward in #587
- add topology awareness and cpumanager docs by @Garrybest in #588
- update crane architecture diagram with component details by @mfanjie in #591
- Dashbaord control by @qmhu in #594
- HPA Recommender by @qmhu in #595
- fix: update the url of docs website by @mangoGoForward in #598
- fix a typo by @silenceshell in #599
- fix some typos by @cuishuang in #605
- test: utils-cgroup by @jxs1211 in #583
- Add docs for install customization by @qmhu in #607
- Update grafana docs by @qmhu in #611
- OOM Protection and Memory Utilization for resource/replicas recommendation by @qmhu in #613
- feta(dashboard): Add Retry Strategy by @zsnmwy in #622
- Add used by icon by @qmhu in #623
- Auto-reload recommend config by @qmhu in #624
- Resource spec configs for resource recommendation by @qmhu in #627
- Update docs for recommenders by @qmhu in #631
- Recommender docs by @qmhu in #634
- hpa recommendation docs by @qmhu in #643
- Deploy dir update to v0.8.0 by @qmhu in #644
- fix: remove duplicated reset triggered map by @shanyuyulaifengmanlou in #642
- first blog by @qmhu in #645
- add query expressions management by prom-adapter-config by @saikey0379 in #560
- crd for k8s v1.13.12 by @justzx2011 in #649
- rm GetLabelMatchersFromResourceQuery by @saikey0379 in #647
- make all adapt to go1.17 or above by @lbbniu in #639
- Change tsp namespace and enhance install doc by @qmhu in #652
- Add prometheus-adapter-extension-labels for global prometheus expression by @saikey0379 in #653
- Fix crash when memory metric can't be collected by @chenkaiyue in #650
- Fix unschedule logic in analyzer by @chenkaiyue in #651
- Override recommder parameter with the config in RecommendationRule by @whitebear009 in #648
- Release v0.9.0 by @qmhu in #657
New Contributors
- @mangoGoForward made their first contribution in #587
- @silenceshell made their first contribution in #599
- @cuishuang made their first contribution in #605
- @shanyuyulaifengmanlou made their first contribution in #642
- @justzx2011 made their first contribution in #649
Full Changelog: v0.8.0...v0.9.0