konduktor-nightly 0.1.0.dev20250616211921__py3-none-any.whl → 0.1.0.dev20250617105033__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.
konduktor/__init__.py CHANGED
@@ -14,7 +14,7 @@ __all__ = [
14
14
  ]
15
15
 
16
16
  # Replaced with the current commit when building the wheels.
17
- _KONDUKTOR_COMMIT_SHA = '92109aa0f4a3a82ded90f33f6fe089392057ed96'
17
+ _KONDUKTOR_COMMIT_SHA = 'babfa5dcf2f304f8895837754d26a46dc1ad8c0a'
18
18
  os.makedirs(os.path.expanduser('~/.konduktor'), exist_ok=True)
19
19
 
20
20
 
@@ -48,5 +48,5 @@ def _get_git_commit():
48
48
 
49
49
 
50
50
  __commit__ = _get_git_commit()
51
- __version__ = '1.0.0.dev0.1.0.dev20250616211921'
51
+ __version__ = '1.0.0.dev0.1.0.dev20250617105033'
52
52
  __root_dir__ = os.path.dirname(os.path.abspath(__file__))
@@ -13,8 +13,8 @@ import jsonschema
13
13
  import requests
14
14
  from colorama import Fore, Style
15
15
 
16
- SCHEMA_VERSION = 'v1.9.8-standalone-strict'
17
- SCHEMA_URL = f'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/{SCHEMA_VERSION}/podspec.json'
16
+ SCHEMA_VERSION = 'v1.32.0-standalone-strict'
17
+ SCHEMA_URL = f'https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{SCHEMA_VERSION}/podspec.json'
18
18
  SCHEMA_CACHE_PATH = Path.home() / '.konduktor/schemas/podspec.json'
19
19
  CACHE_MAX_AGE_SECONDS = 86400 # 24 hours
20
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: konduktor-nightly
3
- Version: 0.1.0.dev20250616211921
3
+ Version: 0.1.0.dev20250617105033
4
4
  Summary: GPU Cluster Health Management
5
5
  Author: Andrew Aikawa
6
6
  Author-email: asai@berkeley.edu
@@ -1,4 +1,4 @@
1
- konduktor/__init__.py,sha256=mK3qDws3atVpDJPWGEHFWCAQGhBbqA8Rgz4H-MsWZKU,1540
1
+ konduktor/__init__.py,sha256=8ud6Oor6YLvQMqVWEf4cG3OgXpHXD9BElwm2p9L2AJY,1540
2
2
  konduktor/adaptors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  konduktor/adaptors/aws.py,sha256=s47Ra-GaqCQibzVfmD0pmwEWHif1EGO5opMbwkLxTCU,8244
4
4
  konduktor/adaptors/common.py,sha256=ZIqzjx77PIHUwpjfAQ1uX8B2aX78YMuGj4Bppd-MdyM,4183
@@ -90,9 +90,9 @@ konduktor/utils/rich_utils.py,sha256=ycADW6Ij3wX3uT8ou7T8qxX519RxlkJivsLvUahQaJo
90
90
  konduktor/utils/schemas.py,sha256=VGPERAso2G4sVAznsJ80qT2Q-I_EFxXw6Rfcw-vkYgQ,16535
91
91
  konduktor/utils/subprocess_utils.py,sha256=WoFkoFhGecPR8-rF8WJxbIe-YtV94LXz9UG64SDhCY4,9448
92
92
  konduktor/utils/ux_utils.py,sha256=czCwiS1bDqgeKtzAJctczpLwFZzAse7WuozdvzEFYJ4,7437
93
- konduktor/utils/validator.py,sha256=HedKqlETgCNvT8beyiIL9tpiPJUm1wuI8QAUdLwnrUc,2232
94
- konduktor_nightly-0.1.0.dev20250616211921.dist-info/LICENSE,sha256=MuuqTZbHvmqXR_aNKAXzggdV45ANd3wQ5YI7tnpZhm0,6586
95
- konduktor_nightly-0.1.0.dev20250616211921.dist-info/METADATA,sha256=l50BgYmivdJn0gPHe53Qvt8dewQKZWx7oP2Iika5PyA,4289
96
- konduktor_nightly-0.1.0.dev20250616211921.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
97
- konduktor_nightly-0.1.0.dev20250616211921.dist-info/entry_points.txt,sha256=k3nG5wDFIJhNqsZWrHk4d0irIB2Ns9s47cjRWYsTCT8,48
98
- konduktor_nightly-0.1.0.dev20250616211921.dist-info/RECORD,,
93
+ konduktor/utils/validator.py,sha256=MSQ2EO7Bod8IVkNa2UsKLjg0qvDRvf7q3z-tOwSUkwo,2227
94
+ konduktor_nightly-0.1.0.dev20250617105033.dist-info/LICENSE,sha256=MuuqTZbHvmqXR_aNKAXzggdV45ANd3wQ5YI7tnpZhm0,6586
95
+ konduktor_nightly-0.1.0.dev20250617105033.dist-info/METADATA,sha256=zVZBs1auCV3-a-JM-T4ibmzW4Kj_zqk1xlxEO1zXf1s,4289
96
+ konduktor_nightly-0.1.0.dev20250617105033.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
97
+ konduktor_nightly-0.1.0.dev20250617105033.dist-info/entry_points.txt,sha256=k3nG5wDFIJhNqsZWrHk4d0irIB2Ns9s47cjRWYsTCT8,48
98
+ konduktor_nightly-0.1.0.dev20250617105033.dist-info/RECORD,,