Crane v0.10.0
How to upgrade
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/main/charts/crane/crds/analysis.crane.io_recommendationrules.yaml
helm repo update
helm upgrade -n crane-system --install crane crane/crane --version 0.10.0
What's Changed
- change event type when meet error by @whitebear009 in #656
- update manifests by @lbbniu in #655
- crd for k8s v1.13.12 by @justzx2011 in #663
- update base v0.9.0 by @justzx2011 in #670
- fix the panic of concurrent map write by @yingnanzhang666 in #671
- fix klog error by @whitebear009 in #673
- fix set default discount value bug by @bumblebeeK in #675
- fix the update status error for ehpa by @qmhu in #667
- if one of the rules is not declared, no error will be thrown by @whitebear009 in #666
- add support for prom-adapter overrides by @saikey0379 in #664
- Fix the node label replace error by @qmhu in #682
- dsp QueryPredictionStatus by @leason00 in #685
- support reserved cpus by @xrmzju in #681
- update nginx.conf by @GoneLikeAir in #678
- add maxConcurrentReconciles flag for tsp controller by @whitebear009 in #694
- add local env setup from mirror helm repo by @2456868764 in #691
- observe metrics in recommendation controller by @whitebear009 in #693
- delete recommendation belong to recommendationrule if target oject not found by @whitebear009 in #692
- remove owner_replicas in metric by @qmhu in #697
- docs: add cli tool for installation by @mangoGoForward in #686
- fix: add recommended resource allocation by @qixiang-liu in #699
- fix: move quick start to installation by @mangoGoForward in #701
- fix node label matching by @qmhu in #703
- Add model docs by @qmhu in #706
- Qos initializer by @qmhu in #711
- Update roadmap 2023 by @qmhu in #712
- update installation version by @qmhu in #713
- feat: Support trigger a recommendation manually by @qmhu in #714
- feat: embed grafana dashboards by @qmhu in #718
- bugfix: fix args All and add trans by @qmhu in #720
- feat: view metric in recommend list page by @qmhu in #721
New Contributors
- @yingnanzhang666 made their first contribution in #671
- @bumblebeeK made their first contribution in #675
- @leason00 made their first contribution in #685
- @xrmzju made their first contribution in #681
- @GoneLikeAir made their first contribution in #678
- @2456868764 made their first contribution in #691
- @qixiang-liu made their first contribution in #699
Full Changelog: v0.9.0...v0.10.0