Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 14, 2022
1 parent 3ea2d3b commit a502f4f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/google-cloud-gke-hub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.5.0](https://github.com/googleapis/python-gke-hub/compare/v1.4.3...v1.5.0) (2022-07-14)


### Features

* add ApplianceCluster as a new membershipEndpoint type ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
* add audience parameter ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
* add ClusterType field in MembershipEndpoint.OnPremCluster ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
* add EdgeCluster as a new membershipEndpoint type ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#172](https://github.com/googleapis/python-gke-hub/issues/172)) ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
* require python 3.7+ ([#183](https://github.com/googleapis/python-gke-hub/issues/183)) ([dd7e9c7](https://github.com/googleapis/python-gke-hub/commit/dd7e9c78298df7cfccbb9dd446878ff75d0e7097))

## [1.4.3](https://github.com/googleapis/python-gke-hub/compare/v1.4.2...v1.4.3) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-gke-hub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

name = "google-cloud-gke-hub"
version = "1.4.3"
version = "1.5.0"
description = "GKE Hub API client library"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-gke-hub"
Expand Down

0 comments on commit a502f4f

Please sign in to comment.