Skip to content

Commit

Permalink
0.173.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and yandex-cloud-bot committed Jul 12, 2022
1 parent 97ae786 commit ce33ad9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

<!--next-version-placeholder-->

## v0.173.0 (2022-07-12)
### Feature
* Dataproc wrapper: Support `ui_proxy`, `security_group_ids`, `host_group_ids` in ClusterCreate
([`8cf8cf9`](https://github.com/yandex-cloud/python-sdk/commit/8cf8cf913cb68122ea68ba019d2fddc66037a649))
* Dataproc wrapper: fix imports order
([`27bac83`](https://github.com/yandex-cloud/python-sdk/commit/27bac831651a2ef727a76f4905231591cac8dcad))
* Dataproc wrapper: Minimal example with lightweight cluster
([`8214afe`](https://github.com/yandex-cloud/python-sdk/commit/8214afe9bdcfbb8c28efd465aebdb8c1a62a1d15))
* Dataproc wrapper: Support lightweight (no-datanode) cluster creation
([`8a515b6`](https://github.com/yandex-cloud/python-sdk/commit/8a515b6143fc62466487c04090eb74a1d17beab2))
* Dataproc wrapper: Support `init-actions` and `properties` parameters in cluster-create
([`d648a32`](https://github.com/yandex-cloud/python-sdk/commit/d648a326c8b3a3ea764341847f1a824f52e0e215))
* Dataproc wrapper: pass cluster-name and cluster-desc parameters in example
([`9173c1c`](https://github.com/yandex-cloud/python-sdk/commit/9173c1ceae828063a8b15574e6a21aa57f2ad998))
* Dataproc wrapper: make s3_bucket parameter optional for cluster creation
([`892369a`](https://github.com/yandex-cloud/python-sdk/commit/892369a306332db6b1bf9d80ca6285625952bbcf))

## v0.172.0 (2022-07-12)
### Feature
* Regenerate proto
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

packages = find_packages(".", include=["yandexcloud*", "yandex*"])

__version__ = "0.172.0"
__version__ = "0.173.0"

setup(
name="yandexcloud",
Expand Down

0 comments on commit ce33ad9

Please sign in to comment.