skypilot-nightly 1.0.0.dev20250617__py3-none-any.whl → 1.0.0.dev20250619__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. sky/__init__.py +2 -2
  2. sky/backends/backend_utils.py +7 -0
  3. sky/backends/cloud_vm_ray_backend.py +48 -36
  4. sky/cli.py +5 -5729
  5. sky/client/cli/__init__.py +0 -0
  6. sky/client/{cli.py → cli/command.py} +108 -632
  7. sky/client/cli/deprecation_utils.py +99 -0
  8. sky/client/cli/flags.py +342 -0
  9. sky/client/sdk.py +22 -2
  10. sky/clouds/kubernetes.py +5 -0
  11. sky/dashboard/out/404.html +1 -1
  12. sky/dashboard/out/_next/static/chunks/641.c8e452bc5070a630.js +1 -0
  13. sky/dashboard/out/_next/static/chunks/984.ae8c08791d274ca0.js +50 -0
  14. sky/dashboard/out/_next/static/chunks/pages/users-928edf039219e47b.js +1 -0
  15. sky/dashboard/out/_next/static/chunks/webpack-0263b00d6a10e64a.js +1 -0
  16. sky/dashboard/out/_next/static/css/6c12ecc3bd2239b6.css +3 -0
  17. sky/dashboard/out/_next/static/{vA3PPpkBwpRTRNBHFYAw_ → whetcrnbXtqQcMRbXUbhW}/_buildManifest.js +1 -1
  18. sky/dashboard/out/clusters/[cluster]/[job].html +1 -1
  19. sky/dashboard/out/clusters/[cluster].html +1 -1
  20. sky/dashboard/out/clusters.html +1 -1
  21. sky/dashboard/out/config.html +1 -1
  22. sky/dashboard/out/index.html +1 -1
  23. sky/dashboard/out/infra/[context].html +1 -1
  24. sky/dashboard/out/infra.html +1 -1
  25. sky/dashboard/out/jobs/[job].html +1 -1
  26. sky/dashboard/out/jobs.html +1 -1
  27. sky/dashboard/out/users.html +1 -1
  28. sky/dashboard/out/workspace/new.html +1 -1
  29. sky/dashboard/out/workspaces/[name].html +1 -1
  30. sky/dashboard/out/workspaces.html +1 -1
  31. sky/global_user_state.py +50 -11
  32. sky/jobs/constants.py +0 -2
  33. sky/jobs/scheduler.py +7 -4
  34. sky/jobs/server/core.py +6 -3
  35. sky/jobs/state.py +9 -8
  36. sky/jobs/utils.py +1 -1
  37. sky/logs/__init__.py +17 -0
  38. sky/logs/agent.py +73 -0
  39. sky/logs/gcp.py +91 -0
  40. sky/models.py +1 -0
  41. sky/provision/common.py +10 -0
  42. sky/provision/instance_setup.py +35 -0
  43. sky/provision/provisioner.py +11 -0
  44. sky/resources.py +7 -6
  45. sky/serve/server/core.py +5 -0
  46. sky/server/common.py +21 -9
  47. sky/server/requests/payloads.py +19 -1
  48. sky/server/server.py +121 -29
  49. sky/setup_files/dependencies.py +11 -1
  50. sky/skylet/constants.py +13 -1
  51. sky/skylet/job_lib.py +75 -19
  52. sky/templates/kubernetes-ray.yml.j2 +9 -0
  53. sky/users/permission.py +49 -19
  54. sky/users/rbac.py +10 -1
  55. sky/users/server.py +274 -9
  56. sky/utils/env_options.py +6 -0
  57. sky/utils/schemas.py +42 -2
  58. {skypilot_nightly-1.0.0.dev20250617.dist-info → skypilot_nightly-1.0.0.dev20250619.dist-info}/METADATA +9 -1
  59. {skypilot_nightly-1.0.0.dev20250617.dist-info → skypilot_nightly-1.0.0.dev20250619.dist-info}/RECORD +70 -63
  60. sky/dashboard/out/_next/static/chunks/600.bd2ed8c076b720ec.js +0 -16
  61. sky/dashboard/out/_next/static/chunks/pages/users-c69ffcab9d6e5269.js +0 -1
  62. sky/dashboard/out/_next/static/chunks/webpack-1b69b196a4dbffef.js +0 -1
  63. sky/dashboard/out/_next/static/css/8e97adcaacc15293.css +0 -3
  64. /sky/dashboard/out/_next/static/chunks/{37-824c707421f6f003.js → 37-3a4d77ad62932eaf.js} +0 -0
  65. /sky/dashboard/out/_next/static/chunks/{843-ab9c4f609239155f.js → 843-b3040e493f6e7947.js} +0 -0
  66. /sky/dashboard/out/_next/static/chunks/{938-385d190b95815e11.js → 938-1493ac755eadeb35.js} +0 -0
  67. /sky/dashboard/out/_next/static/chunks/{973-c807fc34f09c7df3.js → 973-db3c97c2bfbceb65.js} +0 -0
  68. /sky/dashboard/out/_next/static/chunks/pages/{_app-32b2caae3445bf3b.js → _app-c416e87d5c2715cf.js} +0 -0
  69. /sky/dashboard/out/_next/static/chunks/pages/workspaces/{[name]-c8c2191328532b7d.js → [name]-c4ff1ec05e2f3daf.js} +0 -0
  70. /sky/dashboard/out/_next/static/{vA3PPpkBwpRTRNBHFYAw_ → whetcrnbXtqQcMRbXUbhW}/_ssgManifest.js +0 -0
  71. {skypilot_nightly-1.0.0.dev20250617.dist-info → skypilot_nightly-1.0.0.dev20250619.dist-info}/WHEEL +0 -0
  72. {skypilot_nightly-1.0.0.dev20250617.dist-info → skypilot_nightly-1.0.0.dev20250619.dist-info}/entry_points.txt +0 -0
  73. {skypilot_nightly-1.0.0.dev20250617.dist-info → skypilot_nightly-1.0.0.dev20250619.dist-info}/licenses/LICENSE +0 -0
  74. {skypilot_nightly-1.0.0.dev20250617.dist-info → skypilot_nightly-1.0.0.dev20250619.dist-info}/top_level.txt +0 -0
File without changes