PackageTrack
Sign in Get early access

github.com/gocrane/crane

v0.11.0 #1081 most downloaded on Go modules gocrane/crane

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 7 months

Most releases are documented

notes for 9 of 12 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

123 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

123 releases · Nov 2021 to Dec 2024
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 123
  1. v0.11.1-0.20241220015509-2b0ddae8ebbc 20 Dec 2024 pre-release

    Nothing published for this version

  2. v0.11.1-0.20240604022937-f51084ff0cfb 04 Jun 2024 pre-release

    Nothing published for this version

  3. v0.11.1-0.20240417103800-4f4e3cdbf161 17 Apr 2024 pre-release

    Nothing published for this version

  4. v0.11.1-0.20240315092707-557db961e31a 15 Mar 2024 pre-release

    Nothing published for this version

  5. v0.11.1-0.20240122025809-ed43bd2a42b5 22 Jan 2024 pre-release

    Nothing published for this version

  6. v0.11.1-0.20231130015601-6d7758eb3719 30 Nov 2023 pre-release

    Nothing published for this version

  7. v0.11.0 25 Jul 2023
    Release notes

    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

    New Contributors

    Full Changelog: v0.10.0...v0.11.0

    Open source →
  8. v0.10.1 30 Nov 2023
    Release notes

    Optimize qos initializer.

    Open source →
  9. v0.10.1-0.20230719075939-1219eb3ee200 19 Jul 2023 pre-release

    Nothing published for this version

  10. v0.10.1-0.20230328034937-500ad58e9aba 28 Mar 2023 pre-release

    Nothing published for this version

  11. v0.10.1-0.20230324095307-046e6f735c8b 24 Mar 2023 pre-release

    Nothing published for this version

  12. v0.10.0 22 Mar 2023
    Release notes

    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

    New Contributors

    Full Changelog: v0.9.0...v0.10.0

    Open source →
  13. v0.9.1-0.20230320085941-f7f3bf2d68da 20 Mar 2023 pre-release

    Nothing published for this version

  14. v0.9.1-0.20230216080852-3597bbf60ef1 16 Feb 2023 pre-release

    Nothing published for this version

  15. v0.9.1-0.20230214081026-a28c60d4026c 14 Feb 2023 pre-release

    Nothing published for this version

  16. v0.9.1-0.20230105112700-b778e5440de3 05 Jan 2023 pre-release

    Nothing published for this version

  17. v0.9.1-0.20221217122932-ec5304bbd924 17 Dec 2022 pre-release

    Nothing published for this version

  18. v0.9.0 16 Dec 2022
    Release notes

    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

    New Contributors

    Full Changelog: v0.8.0...v0.9.0

    Open source →
  19. v0.8.1-0.20221018113713-704366bfda6b 18 Oct 2022 pre-release

    Nothing published for this version

  20. v0.8.0 14 Oct 2022
    Release notes

    How to upgrade

    kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.8.0/charts/crane/crds/ensurance.crane.io_nodeqoss.yaml
    kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.8.0/charts/crane/crds/ensurance.crane.io_podqoss.yaml
    kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.8.0/charts/crane/crds/topology.crane.io_noderesourcetopologies.yaml
    
    helm repo update
    helm upgrade -n crane-system --install crane crane/crane --version 0.8.0
    

    What's Changed

    New Contributors

    Full Changelog: v0.7.0...v0.8.0

    Open source →
  21. v0.7.0 19 Aug 2022
    Release notes

    NOTE: This release have some breaking changes.

    • Use RecommendationRule as configuration for enable Recommendation instead of Analytics
    • Remove ConfigMap Recommendation-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 #420
    • Add recommendation apis by @qmhu in #422
    • Add recommendation rule controller by @qmhu in #427
    • Add prometheus api by @qmhu in #439
    • Add proposal policy-based-abnomal-detection by @yufeiyu in #441
    • New Crane Dashboard by @zsnmwy in #446
    • Modify external metrics and add metrics with windows by @saikey0379 in #461
    • ci: Support arm and build images for branch by @zsnmwy in #463
    • Dashboard: Added a dialog for showing yaml, i18n, fix some ts error by @PatrickLai7528 in #478
    • always collect node local metrics when node resource controller is enabled. by @mfanjie in #479
    • feat(web): adjust yaml dialog top offset by @PatrickLai7528 in #484
    • feat: Carbon calc and actions for recommendations by @qmhu in #482
    • feat: Recommendation framework by @xieydd in #445
    • add slack team info by @mfanjie in #493
    • feat: dashboard error handler by @zsnmwy in #491
    • Intergrate recommend to dashboard by @qmhu in #494

    Bugfix && Enhancement

    New Contributors

    Full Changelog: v0.6.0...v0.7.0

    Open source →
  22. v0.6.1-0.20220819031451-9ad7615a136c 19 Aug 2022 pre-release

    Nothing published for this version

  23. v0.6.1-0.20220721150742-be21d25057cf 21 Jul 2022 pre-release

    Nothing published for this version

  24. v0.6.0 15 Jul 2022
    Release notes

    What's Changed

    Feature

    Bugfix && Enhancement

    New Contributors

    Full Changelog: v0.5.0...v0.6.0

    Open source →
  25. v0.5.1-0.20220611074103-b594839ead02 11 Jun 2022 pre-release

    Nothing published for this version

  26. v0.5.1-0.20220610075916-18d0111c676c 10 Jun 2022 pre-release

    Nothing published for this version

  27. v0.5.0 02 Jun 2022
    Release notes

    What's Changed

    Feature

    • feat(pkg/web): Add a test for the crane url to avoid Grafana 404. by @zsnmwy in #280
    • add wildcard support for evpa container policy, and update the status… by @kitianFresh in #309
    • feat(analytics): Analytics refactor by @qmhu in #307
    • Adjust metric labels for EHPA by @qmhu in #322
    • support cgroup-driver systemd by @szy441687879 in #327
    • filter events with writes only to the status field for tsp by @szy441687879 in #325
    • Add metric ext_cpu_total_distribute for local state by @shijieqin in #315
    • add some metrics; 1.node_cpu_cannot_be_reclaimed_seconds, 2.node_resource_recommended, 3.node_resource_recommended_from by @shijieqin in #314
    • Add targetUtilization for percentile prediction by @yufeiyu in #330
    • Feat/res recommend metrics by @yufeiyu in #335
    • Replicas recommendation by @qmhu in #332
    • feat(docs): Add Chinese translations to docs by @zsnmwy in #328
    • feat(docs): Support MathJax && Refactor HPA, crane-scheduler by @zsnmwy in #321
    • feat: trans crane-scheduler docs to cn by @zsnmwy in #344

    Bugfix && Enhancement

    • change rules of ClusterRole crane-agent; change expressionQuery of no… by @shijieqin in #296
    • Optimize trigger github action rules by @lbbniu in #293
    • docs(installation): Add mirror by @zsnmwy in #274
    • fix(docs): fix images display - dynamic-scheduler-plugin.png && fix list by @zsnmwy in #301
    • docs(style): make the navigation sidebar on the right by @zsnmwy in #302
    • docs(using-qos-ensurance.md): fix asciicast inject by @zsnmwy in #303
    • Improve GetRuntimeClient compatibility by @lbbniu in #273
    • After creating an ehpa with a behavior, synchronize the behavior to its corresponding hpa by @whitebear009 in #311
    • fix(unit test): add mock by @hecomlilong in #298
    • fix mkdocs by @zsnmwy in #320
    • add docs for cron-ehpa and examples by @kitianFresh in #209
    • fix(docs): fix list style by @zsnmwy in #329
    • rename functions in manager.go by @yufeiyu in #339
    • (bugfix):Remove predict metric when tsp not ready by @qmhu in #338
    • check whether tsp is outdated in custom metric provider by @whitebear009 in #341
    • If ehpa is configured with prediction but does not contain predictable metrics, then no tsp object is created by @whitebear009 in #340
    • fix: crane dashboard crashed without prometheus service by @PatrickLai7528 in #334
    • bugfix: use percentile cpu to calc minReplicas by @qmhu in #342

    New Contributors

    Full Changelog: v0.4.0...v0.5.0

    Open source →
  28. v0.5.0-tke.1 10 Jun 2022 pre-release

    Nothing published for this version

  29. v0.4.1-0.20220602024129-06cac8d80db5 02 Jun 2022 pre-release

    Nothing published for this version

  30. v0.4.1-0.20220531143447-0265d0d70bf5 31 May 2022 pre-release

    Nothing published for this version

  31. v0.4.1-0.20220527062218-f72376b1b1b7 27 May 2022 pre-release

    Nothing published for this version

  32. v0.4.1-0.20220507032711-a212a980b9d8 07 May 2022 pre-release

    Nothing published for this version

  33. v0.4.1-0.20220506143042-2c97ce2d417d 06 May 2022 pre-release

    Nothing published for this version

  34. v0.4.1-0.20220506104209-5c73c2a4dfb0 06 May 2022 pre-release

    Nothing published for this version

  35. v0.4.1-0.20220506102021-929595bdaf85 06 May 2022 pre-release

    Nothing published for this version

  36. v0.4.1-0.20220505064821-ad778895608c 05 May 2022 pre-release

    Nothing published for this version

  37. v0.4.1-0.20220505025847-0aefe7e54606 05 May 2022 pre-release

    Nothing published for this version

  38. v0.4.0 21 Apr 2022
    Release notes

    What's Changed

    Official Website

    Official website for crane. You can see all documents in it now, Enjoy it!
    https://docs.gocrane.io

    Crane Scheduler

    Crane scheduler is a Kubernetes scheduler which can schedule pod based on actual node load.
    https://github.com/gocrane/crane-scheduler

    Feature

    Bugfix && Enhancement

    New Contributors

    Full Changelog: v0.3.0...v0.4.0

    Open source →
  39. v0.3.1-0.20220420080633-d62619ee2cf0 20 Apr 2022 pre-release

    Nothing published for this version

  40. v0.3.1-0.20220326031610-d87d7a627ca3 26 Mar 2022 pre-release

    Nothing published for this version

  41. v0.3.1-0.20220318093411-adbe945183a1 18 Mar 2022 pre-release

    Nothing published for this version

  42. v0.3.0 18 Mar 2022

    Nothing published for this version

  43. v0.2.0 17 Feb 2022

    Nothing published for this version

  44. v0.1.1-0.20220317130314-830e5da80d7c 17 Mar 2022 pre-release

    Nothing published for this version

  45. v0.1.1-0.20220317092601-b4363ba3a9cc 17 Mar 2022 pre-release

    Nothing published for this version

  46. v0.1.1-0.20220311040437-2a392011f0fe 11 Mar 2022 pre-release

    Nothing published for this version

  47. v0.1.1-0.20220310122158-8cdaebaa5194 10 Mar 2022 pre-release

    Nothing published for this version

  48. v0.1.1-0.20220217090446-8e9b55e9273d 17 Feb 2022 pre-release

    Nothing published for this version

  49. v0.1.1-0.20220209022313-8229ddd2c613 09 Feb 2022 pre-release

    Nothing published for this version

  50. v0.1.0 10 Jan 2022

    Nothing published for this version

  51. v0.0.0-20220420080633-d62619ee2cf0 20 Apr 2022 pre-release

    Nothing published for this version

  52. v0.0.0-20220225081846-88f9893f4ef0 25 Feb 2022 pre-release

    Nothing published for this version

  53. v0.0.0-20220110025551-0fe671407a9b 10 Jan 2022 pre-release

    Nothing published for this version

  54. v0.0.0-20220109022924-867a5f98b165 09 Jan 2022 pre-release

    Nothing published for this version

  55. v0.0.0-20220107043823-a163c86bf52f 07 Jan 2022 pre-release

    Nothing published for this version

  56. v0.0.0-20220106142702-76bcc2af80fd 06 Jan 2022 pre-release

    Nothing published for this version

  57. v0.0.0-20220106085544-3b61024ebd80 06 Jan 2022 pre-release

    Nothing published for this version

  58. v0.0.0-20220105034456-8f5da4127ec1 05 Jan 2022 pre-release

    Nothing published for this version

  59. v0.0.0-20220104134059-5c4a6c0fec6c 04 Jan 2022 pre-release

    Nothing published for this version

  60. v0.0.0-20220104061739-89dee85c94e4 04 Jan 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive