Skip to content

Commit

Permalink
Pip upgrade to 0.2.0 (#44)
Browse files Browse the repository at this point in the history
* status and status-verbose are actually arguments  and

* Pip update to 0.2.0
  • Loading branch information
Obliviour authored Dec 8, 2023
1 parent 6b61e2a commit 3afdaf8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,25 @@ 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.2.0] - 2023-12-07

### Added
- Add a reservation exists check and provide help if this errors
- Add error message and self-help instructions to readme for troubleshooting problems
- Add v5p support
- Add xpk cluster create flags for reservation/on-demand/spot
- Change GKE version to 1.28.3-gke.1286000
- Change cpu node pool defaults to be better adapted to demand
- Fix empty results from filter-by-status=QUEUED / FAILED / RUNNING
- Fix parallel execution of node pool commands (concurrent ops)
- Fix pip-changelog to the wrong package

## [0.1.0] - 2023-11-17

### Added
- Initial release of xpk PyPI package

[0.1.0]: https://github.com/google/xpk/releases/tag/v0.1.0
[0.2.0]: https://github.com/google/xpk/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[project]
name = "xpk"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name="Cloud TPU Team", email="cloud-tpu-eng@google.com" },
]
Expand Down

0 comments on commit 3afdaf8

Please sign in to comment.