Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a6a185

Browse files
chore: release main
1 parent 9ef70f7 commit 5a6a185

File tree

31 files changed

+85
-30
lines changed

31 files changed

+85
-30
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"packages/google-cloud-assured-workloads": "1.11.0",
2121
"packages/google-cloud-automl": "2.12.0",
2222
"packages/google-cloud-bare-metal-solution": "1.6.0",
23-
"packages/google-cloud-batch": "0.17.6",
23+
"packages/google-cloud-batch": "0.17.7",
2424
"packages/google-cloud-beyondcorp-appconnections": "0.4.5",
2525
"packages/google-cloud-beyondcorp-appconnectors": "0.4.5",
2626
"packages/google-cloud-beyondcorp-appgateways": "0.4.5",
@@ -52,7 +52,7 @@
5252
"packages/google-cloud-contentwarehouse": "0.7.3",
5353
"packages/google-cloud-data-fusion": "1.9.0",
5454
"packages/google-cloud-data-qna": "0.10.5",
55-
"packages/google-cloud-datacatalog": "3.17.1",
55+
"packages/google-cloud-datacatalog": "3.17.2",
5656
"packages/google-cloud-datacatalog-lineage": "0.3.2",
5757
"packages/google-cloud-dataflow-client": "0.8.6",
5858
"packages/google-cloud-dataform": "0.5.5",
@@ -61,9 +61,9 @@
6161
"packages/google-cloud-dataproc": "5.8.0",
6262
"packages/google-cloud-dataproc-metastore": "1.14.0",
6363
"packages/google-cloud-datastream": "1.8.0",
64-
"packages/google-cloud-deploy": "1.15.0",
64+
"packages/google-cloud-deploy": "1.16.0",
6565
"packages/google-cloud-dialogflow": "2.27.0",
66-
"packages/google-cloud-dialogflow-cx": "1.30.0",
66+
"packages/google-cloud-dialogflow-cx": "1.30.1",
6767
"packages/google-cloud-discoveryengine": "0.11.5",
6868
"packages/google-cloud-dlp": "3.14.0",
6969
"packages/google-cloud-dms": "1.8.0",
@@ -106,7 +106,7 @@
106106
"packages/google-cloud-optimization": "1.7.0",
107107
"packages/google-cloud-orchestration-airflow": "1.10.0",
108108
"packages/google-cloud-os-config": "1.16.0",
109-
"packages/google-cloud-os-login": "2.12.0",
109+
"packages/google-cloud-os-login": "2.13.0",
110110
"packages/google-cloud-phishing-protection": "1.10.0",
111111
"packages/google-cloud-policy-troubleshooter": "1.10.0",
112112
"packages/google-cloud-policysimulator": "0.1.2",
@@ -160,7 +160,7 @@
160160
"packages/google-cloud-workstations": "0.5.2",
161161
"packages/google-geo-type": "0.3.4",
162162
"packages/google-maps-addressvalidation": "0.3.7",
163-
"packages/google-maps-fleetengine": "0.1.3",
163+
"packages/google-maps-fleetengine": "0.1.4",
164164
"packages/google-maps-fleetengine-delivery": "0.1.3",
165165
"packages/google-maps-mapsplatformdatasets": "0.3.3",
166166
"packages/google-maps-places": "0.1.6",

packages/google-cloud-batch/CHANGELOG.md

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

3+
## [0.17.7](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.6...google-cloud-batch-v0.17.7) (2024-01-11)
4+
5+
6+
### Features
7+
8+
* Add `run_as_non_root field` and deprecate `enable_oslogin` for non-root execution ([ce7ddbf](https://github.com/googleapis/google-cloud-python/commit/ce7ddbfdb90ad6e1eb46a79ce3e12276fbfa00ba))
9+
* Add `tags` field in Job's AllocationPolicy field in v1alpha ([ce7ddbf](https://github.com/googleapis/google-cloud-python/commit/ce7ddbfdb90ad6e1eb46a79ce3e12276fbfa00ba))
10+
11+
12+
### Documentation
13+
14+
* updated comments ([ce7ddbf](https://github.com/googleapis/google-cloud-python/commit/ce7ddbfdb90ad6e1eb46a79ce3e12276fbfa00ba))
15+
316
## [0.17.6](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.5...google-cloud-batch-v0.17.6) (2023-12-07)
417

518

packages/google-cloud-batch/google/cloud/batch/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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.17.7" # {x-release-please-version}

packages/google-cloud-batch/google/cloud/batch_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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.17.7" # {x-release-please-version}

packages/google-cloud-batch/google/cloud/batch_v1alpha/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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.17.7" # {x-release-please-version}

packages/google-cloud-batch/samples/generated_samples/snippet_metadata_google.cloud.batch.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-batch",
11-
"version": "0.1.0"
11+
"version": "0.17.7"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-batch/samples/generated_samples/snippet_metadata_google.cloud.batch.v1alpha.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-batch",
11-
"version": "0.1.0"
11+
"version": "0.17.7"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-datacatalog/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-datacatalog/#history
66

7+
## [3.17.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datacatalog-v3.17.1...google-cloud-datacatalog-v3.17.2) (2024-01-11)
8+
9+
10+
### Documentation
11+
12+
* [google-cloud-datacatalog] Change field behavior of the property "name" to IDENTIFIER for `PolicyTag` and `Taxonomy` ([#12163](https://github.com/googleapis/google-cloud-python/issues/12163)) ([1022ee8](https://github.com/googleapis/google-cloud-python/commit/1022ee8c42040c9660a22f4d40250964b4c4b37a))
13+
714
## [3.17.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datacatalog-v3.17.0...google-cloud-datacatalog-v3.17.1) (2024-01-08)
815

916

packages/google-cloud-datacatalog/google/cloud/datacatalog/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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "3.17.2" # {x-release-please-version}

packages/google-cloud-datacatalog/google/cloud/datacatalog_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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "3.17.2" # {x-release-please-version}

0 commit comments

Comments
 (0)