Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Crane v0.11.0 source code.tar.gz | 2023-07-25 | 27.9 MB | |
Crane v0.11.0 source code.zip | 2023-07-25 | 28.4 MB | |
README.md | 2023-07-25 | 4.2 kB | |
Totals: 3 Items | 56.3 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.11.0
What's Changed
- feat: resource update for qos init by @qmhu in https://github.com/gocrane/crane/pull/723
- add metric kind for prometheus builder by @whitebear009 in https://github.com/gocrane/crane/pull/724
- fix gitVersion in makefile by @2456868764 in https://github.com/gocrane/crane/pull/725
- add option for cache unstructured by @whitebear009 in https://github.com/gocrane/crane/pull/727
- remove deprecated configuration in example by @liu-song in https://github.com/gocrane/crane/pull/730
- update quick-start address by @liu-song in https://github.com/gocrane/crane/pull/731
- typo by @moqimoqidea in https://github.com/gocrane/crane/pull/736
- feat: Select组件配置可以搜索 by @PmcFizz in https://github.com/gocrane/crane/pull/735
- feat: 优化前端代码 by @PmcFizz in https://github.com/gocrane/crane/pull/749
- fix(bug#756): 修复web项目在暗色主题下某些页面的显示问题 by @qingtiantongxie in https://github.com/gocrane/crane/pull/761
- fix doc link by @liu-song in https://github.com/gocrane/crane/pull/759
- fix(docs): RecommendationRule example yaml indent by @lbbniu in https://github.com/gocrane/crane/pull/770
- add reserve cpu doc by @xrmzju in https://github.com/gocrane/crane/pull/774
- fix: QueryWindow Range - LAST_1_DAY 前台时间范围不准确 [#778] by @zsnmwy in https://github.com/gocrane/crane/pull/786
- feat(idlenode): Idle Node Plugin Enhancement by @lbbniu in https://github.com/gocrane/crane/pull/775
- fix(bug#742): fix all eslint line error & warn by @qingtiantongxie in https://github.com/gocrane/crane/pull/776
- perf: optimize recommender manager by @lbbniu in https://github.com/gocrane/crane/pull/785
- Support v0.5 version compatiablilty by @qmhu in https://github.com/gocrane/crane/pull/796
- Find the Orphan Volume in k8s cluster by @liu-song in https://github.com/gocrane/crane/pull/784
- wip:Translation to English by @liu-song in https://github.com/gocrane/crane/pull/798
- feat(translate work): issue [#797] by @qingtiantongxie in https://github.com/gocrane/crane/pull/801
- feat: Find the Orphan Service Plugin in k8s cluster by @lbbniu in https://github.com/gocrane/crane/pull/779
- perf: Find the Orphan Service Plugin in k8s cluster by @lbbniu in https://github.com/gocrane/crane/pull/804
- Update README.md by @qmhu in https://github.com/gocrane/crane/pull/805
- Update services plugin by @qmhu in https://github.com/gocrane/crane/pull/808
- perf(volumes): optimize volumes recommender by @lbbniu in https://github.com/gocrane/crane/pull/809
- Abandon recommendation missions by @qmhu in https://github.com/gocrane/crane/pull/803
- remove useless code by @qmhu in https://github.com/gocrane/crane/pull/811
- fix err logs in crane-agent by @duanmengkk in https://github.com/gocrane/crane/pull/817
- fix ehpa controller update hpa logic by @mtdtdev in https://github.com/gocrane/crane/pull/816
- fix: Orphan Volume judgment logic by @lbbniu in https://github.com/gocrane/crane/pull/818
- fix: Orphan Volume judgment logic by @lbbniu in https://github.com/gocrane/crane/pull/821
- Optimize the document of QOS by @winrouter in https://github.com/gocrane/crane/pull/820
- docs: Update docs for new plugins by @qmhu in https://github.com/gocrane/crane/pull/819
New Contributors
- @moqimoqidea made their first contribution in https://github.com/gocrane/crane/pull/736
- @PmcFizz made their first contribution in https://github.com/gocrane/crane/pull/735
- @qingtiantongxie made their first contribution in https://github.com/gocrane/crane/pull/761
- @duanmengkk made their first contribution in https://github.com/gocrane/crane/pull/817
- @mtdtdev made their first contribution in https://github.com/gocrane/crane/pull/816
- @winrouter made their first contribution in https://github.com/gocrane/crane/pull/820
Full Changelog: https://github.com/gocrane/crane/compare/v0.10.0...v0.11.0