Skip to content

Commit a502f4f

Browse files
chore(main): release 1.5.0 (#184)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3ea2d3b commit a502f4f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/google-cloud-gke-hub/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/googleapis/python-gke-hub/compare/v1.4.3...v1.5.0) (2022-07-14)
4+
5+
6+
### Features
7+
8+
* add ApplianceCluster as a new membershipEndpoint type ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
9+
* add audience parameter ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
10+
* add ClusterType field in MembershipEndpoint.OnPremCluster ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
11+
* add EdgeCluster as a new membershipEndpoint type ([2dee166](https://github.com/googleapis/python-gke-hub/commit/2dee166eedebae754c85227256ec34ba700ce796))
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
* require python 3.7+ ([#183](https://github.com/googleapis/python-gke-hub/issues/183)) ([dd7e9c7](https://github.com/googleapis/python-gke-hub/commit/dd7e9c78298df7cfccbb9dd446878ff75d0e7097))
18+
319
## [1.4.3](https://github.com/googleapis/python-gke-hub/compare/v1.4.2...v1.4.3) (2022-06-03)
420

521

packages/google-cloud-gke-hub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

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

0 commit comments

Comments
 (0)