Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Crane v0.10.0 source code.tar.gz | 2023-03-24 | 26.3 MB | |
Crane v0.10.0 source code.zip | 2023-03-24 | 26.8 MB | |
README.md | 2023-03-24 | 4.0 kB | |
Totals: 3 Items | 53.1 MB | 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 https://github.com/gocrane/crane/pull/656
- update manifests by @lbbniu in https://github.com/gocrane/crane/pull/655
- crd for k8s v1.13.12 by @justzx2011 in https://github.com/gocrane/crane/pull/663
- update base v0.9.0 by @justzx2011 in https://github.com/gocrane/crane/pull/670
- fix the panic of concurrent map write by @yingnanzhang666 in https://github.com/gocrane/crane/pull/671
- fix klog error by @whitebear009 in https://github.com/gocrane/crane/pull/673
- fix set default discount value bug by @bumblebeeK in https://github.com/gocrane/crane/pull/675
- fix the update status error for ehpa by @qmhu in https://github.com/gocrane/crane/pull/667
- if one of the rules is not declared, no error will be thrown by @whitebear009 in https://github.com/gocrane/crane/pull/666
- add support for prom-adapter overrides by @saikey0379 in https://github.com/gocrane/crane/pull/664
- Fix the node label replace error by @qmhu in https://github.com/gocrane/crane/pull/682
- dsp QueryPredictionStatus by @leason00 in https://github.com/gocrane/crane/pull/685
- support reserved cpus by @xrmzju in https://github.com/gocrane/crane/pull/681
- update nginx.conf by @GoneLikeAir in https://github.com/gocrane/crane/pull/678
- add maxConcurrentReconciles flag for tsp controller by @whitebear009 in https://github.com/gocrane/crane/pull/694
- add local env setup from mirror helm repo by @2456868764 in https://github.com/gocrane/crane/pull/691
- observe metrics in recommendation controller by @whitebear009 in https://github.com/gocrane/crane/pull/693
- delete recommendation belong to recommendationrule if target oject not found by @whitebear009 in https://github.com/gocrane/crane/pull/692
- remove owner_replicas in metric by @qmhu in https://github.com/gocrane/crane/pull/697
- docs: add cli tool for installation by @mangoGoForward in https://github.com/gocrane/crane/pull/686
- fix: add recommended resource allocation by @qixiang-liu in https://github.com/gocrane/crane/pull/699
- fix: move quick start to installation by @mangoGoForward in https://github.com/gocrane/crane/pull/701
- fix node label matching by @qmhu in https://github.com/gocrane/crane/pull/703
- Add model docs by @qmhu in https://github.com/gocrane/crane/pull/706
- Qos initializer by @qmhu in https://github.com/gocrane/crane/pull/711
- Update roadmap 2023 by @qmhu in https://github.com/gocrane/crane/pull/712
- update installation version by @qmhu in https://github.com/gocrane/crane/pull/713
- feat: Support trigger a recommendation manually by @qmhu in https://github.com/gocrane/crane/pull/714
- feat: embed grafana dashboards by @qmhu in https://github.com/gocrane/crane/pull/718
- bugfix: fix args All and add trans by @qmhu in https://github.com/gocrane/crane/pull/720
- feat: view metric in recommend list page by @qmhu in https://github.com/gocrane/crane/pull/721
New Contributors
- @yingnanzhang666 made their first contribution in https://github.com/gocrane/crane/pull/671
- @bumblebeeK made their first contribution in https://github.com/gocrane/crane/pull/675
- @leason00 made their first contribution in https://github.com/gocrane/crane/pull/685
- @xrmzju made their first contribution in https://github.com/gocrane/crane/pull/681
- @GoneLikeAir made their first contribution in https://github.com/gocrane/crane/pull/678
- @2456868764 made their first contribution in https://github.com/gocrane/crane/pull/691
- @qixiang-liu made their first contribution in https://github.com/gocrane/crane/pull/699
Full Changelog: https://github.com/gocrane/crane/compare/v0.9.0...v0.10.0