Skip to content

Commit

Permalink
Update pip version to 0.5.0 (#138)
Browse files Browse the repository at this point in the history
* Update pip version to 0.5.0

* Update release date
  • Loading branch information
SurbhiJainUSC authored Apr 20, 2024
1 parent aa282df commit 6a3cb1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
-->

## [Unreleased]
- Move away from static GKE version and use RAPID release default.
## [0.5.0] - 2024-04-19
- Add support for node pools to call Vertex AI APIs.
- Remove user-managed service account feature.
- Add support to dynamically determine GKE version for cluster and node pools.
- Add support for Pathways expected instances.
- Set default backoff limit for Pathways workers to 4.

## [0.4.0] - 2024-04-17
- Enable Autoprovisioning support.
Expand Down Expand Up @@ -82,3 +86,4 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
[0.2.0]: https://github.com/google/xpk/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/google/xpk/compare/v0.2.0...v0.3.0
[0.4.0]: https://github.com/google/xpk/compare/v0.3.0...v0.4.0
[0.5.0]: https://github.com/google/xpk/compare/v0.4.0...v0.5.0
2 changes: 1 addition & 1 deletion xpk.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
default_docker_image = 'python:3.10'
default_script_dir = os.getcwd()
# This is the version for XPK PyPI package
__version__ = '0.4.0'
__version__ = '0.5.0'
xpk_current_version = __version__

h100_device_type = 'h100-80gb-8'
Expand Down

0 comments on commit 6a3cb1a

Please sign in to comment.