Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 1ada5ab

Browse files
chore(main): release 5.5.0 (#556)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8ab7c71 commit 1ada5ab

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.4.3"
2+
".": "5.5.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-dataproc/#history
66

7+
## [5.5.0](https://github.com/googleapis/python-dataproc/compare/v5.4.3...v5.5.0) (2023-08-23)
8+
9+
10+
### Features
11+
12+
* Support min_num_instances for primary worker and InstanceFlexibilityPolicy for secondary worker ([#555](https://github.com/googleapis/python-dataproc/issues/555)) ([8ab7c71](https://github.com/googleapis/python-dataproc/commit/8ab7c717c914ab806e02c2ae5c0988f755cf74a4))
13+
714
## [5.4.3](https://github.com/googleapis/python-dataproc/compare/v5.4.2...v5.4.3) (2023-08-02)
815

916

google/cloud/dataproc/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "5.4.3" # {x-release-please-version}
16+
__version__ = "5.5.0" # {x-release-please-version}

google/cloud/dataproc_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "5.4.3" # {x-release-please-version}
16+
__version__ = "5.5.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.dataproc.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dataproc",
11-
"version": "0.1.0"
11+
"version": "5.5.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)