Skip to content

Commit 03b2b3b

Browse files
Merge main release 0.10.1 (#555)
* version updated to 0.10.0 * Fix max-nodes when creating flex queued nodepool of tpus (#541) * fix max-nodes when creating tpu dws flex queued nodepools Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> * Release 0.10.1 (#553) * fix Signed-off-by: Piotr Pawłowski <[email protected]> * Merge develop to release-0.10 (#551) * Fix max-nodes when creating flex queued nodepool of tpus (#541) * fix max-nodes when creating tpu dws flex queued nodepools Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> * Fix kueue version in yaml string and loosen dependecy on cloud-storage (#546) * fix kueue version Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> * Remove RBAC container (#547) * remove rbac contaier Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> * Merge main to develop (#542) * version updated to 0.10.0 * Fix max-nodes when creating flex queued nodepool of tpus (#541) * fix max-nodes when creating tpu dws flex queued nodepools Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> Co-authored-by: pawloch00 <[email protected]> * fix kjob.py pyink (#552) Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> Co-authored-by: Farhad Sharabiani <[email protected]> * bump xpk version Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> Co-authored-by: Farhad Sharabiani <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]> Co-authored-by: Farhad Sharabiani <[email protected]>
1 parent c0fb3f6 commit 03b2b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ..utils.console import xpk_print
2323

2424
# This is the version for XPK PyPI package
25-
__version__ = 'v0.10.0'
25+
__version__ = 'v0.10.1'
2626
XPK_CURRENT_VERSION = __version__
2727
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
2828

0 commit comments

Comments
 (0)