Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Crane v0.7.0 source code.tar.gz | 2022-08-20 | 11.2 MB | |
Crane v0.7.0 source code.zip | 2022-08-20 | 11.5 MB | |
README.md | 2022-08-20 | 5.7 kB | |
Totals: 3 Items | 22.6 MB | 0 |
NOTE: This release have some breaking changes. - Use
RecommendationRule
as configuration for enable Recommendation instead ofAnalytics
- Remove ConfigMapRecommendation-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
- New Crane Dashboard
- Carbon Calculator
-
Recommendation Framework
-
Add types for recommenderConfiguration by @qmhu in https://github.com/gocrane/crane/pull/420
- Add recommendation apis by @qmhu in https://github.com/gocrane/crane/pull/422
- Add recommendation rule controller by @qmhu in https://github.com/gocrane/crane/pull/427
- Add prometheus api by @qmhu in https://github.com/gocrane/crane/pull/439
- Add proposal policy-based-abnomal-detection by @yufeiyu in https://github.com/gocrane/crane/pull/441
- New Crane Dashboard by @zsnmwy in https://github.com/gocrane/crane/pull/446
- Modify external metrics and add metrics with windows by @saikey0379 in https://github.com/gocrane/crane/pull/461
- ci: Support arm and build images for branch by @zsnmwy in https://github.com/gocrane/crane/pull/463
- Dashboard: Added a dialog for showing yaml, i18n, fix some ts error by @PatrickLai7528 in https://github.com/gocrane/crane/pull/478
- always collect node local metrics when node resource controller is enabled. by @mfanjie in https://github.com/gocrane/crane/pull/479
- feat(web): adjust yaml dialog top offset by @PatrickLai7528 in https://github.com/gocrane/crane/pull/484
- feat: Carbon calc and actions for recommendations by @qmhu in https://github.com/gocrane/crane/pull/482
- feat: Recommendation framework by @xieydd in https://github.com/gocrane/crane/pull/445
- add slack team info by @mfanjie in https://github.com/gocrane/crane/pull/493
- feat: dashboard error handler by @zsnmwy in https://github.com/gocrane/crane/pull/491
- Intergrate recommend to dashboard by @qmhu in https://github.com/gocrane/crane/pull/494
Bugfix && Enhancement
- Fix doc issue by @yufeiyu in https://github.com/gocrane/crane/pull/419
- fix: change mkdocs.yml to adjust the roadmap file. by @zsnmwy in https://github.com/gocrane/crane/pull/426
- fix(web): remove unnecessary grafana dashboard query str by @PatrickLai7528 in https://github.com/gocrane/crane/pull/429
- Fix the bug that removeExtremeOutliers not called. by @yufeiyu in https://github.com/gocrane/crane/pull/430
- update 2022 roadmap by @mfanjie in https://github.com/gocrane/crane/pull/431
- Ignore status update by @qmhu in https://github.com/gocrane/crane/pull/449
- bugfix:config change for example:workload-replicas by @qmhu in https://github.com/gocrane/crane/pull/450
- Update proposal by @chenkaiyue in https://github.com/gocrane/crane/pull/418
- Improve crane agent doc by @chenkaiyue in https://github.com/gocrane/crane/pull/417
- docs: fix mirror links by @zsnmwy in https://github.com/gocrane/crane/pull/454
- Refine dashboard for menus and overview by @qmhu in https://github.com/gocrane/crane/pull/458
- doc: translation for effective-hpa-with-prometheus-adapter.md by @jxs1211 in https://github.com/gocrane/crane/pull/452
- Fix: ci build arm images by @zsnmwy in https://github.com/gocrane/crane/pull/466
- feat: Chart enhancement by @qmhu in https://github.com/gocrane/crane/pull/467
- fix: helm install command miss params by @zsnmwy in https://github.com/gocrane/crane/pull/468
- docs: Update missing fenced code block by @l2D in https://github.com/gocrane/crane/pull/476
- Fix: CI task - golangci-lint by @zsnmwy in https://github.com/gocrane/crane/pull/477
- Test: pkg-utils-slice by @jxs1211 in https://github.com/gocrane/crane/pull/473
- test: pkg-utils-string by @jxs1211 in https://github.com/gocrane/crane/pull/480
- fix: BoardChart time calc by @zsnmwy in https://github.com/gocrane/crane/pull/485
- docs: access dashboard by @zsnmwy in https://github.com/gocrane/crane/pull/490
- bugfix: Add labels from recommendation by @qmhu in https://github.com/gocrane/crane/pull/492
- Fix gocrane slack inventation url. by @xieydd in https://github.com/gocrane/crane/pull/496
- fix(helm): fix syntax errors caused by spaces in https://github.com/gocrane/helm-charts/pull/70
- fix: scheduler chart version bump up to 0.2.1 in https://github.com/gocrane/helm-charts/pull/72
New Contributors
- @jxs1211 made their first contribution in https://github.com/gocrane/crane/pull/452
- @l2D made their first contribution in https://github.com/gocrane/crane/pull/476
- @anurnomeru made their first contribution in https://github.com/gocrane/helm-charts/pull/70
- @yanhuan0802 made their first contribution in https://github.com/gocrane/helm-charts/pull/72
Full Changelog: https://github.com/gocrane/crane/compare/v0.6.0...v0.7.0