Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 26, 2023
1 parent bc7010c commit 54597a1
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.0"
".": "1.10.0"
}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [1.10.0](https://github.com/googleapis/google-cloud-java/compare/v1.9.0...v1.10.0) (2023-04-26)


### ⚠ BREAKING CHANGES

* [retail] fix the HTTP format for merchant center link service ([#9360](https://github.com/googleapis/google-cloud-java/issues/9360))

### Features

* [aiplatform] add is_default to Tensorboard in aiplatform v1 tensorboard.proto and v1beta1 tensorboard.proto ([#9355](https://github.com/googleapis/google-cloud-java/issues/9355)) ([3074871](https://github.com/googleapis/google-cloud-java/commit/3074871c8b1a4ef1d081940041a566bb187c928a))
* [analyticsadmin] add `FetchConnectedGa4Property` method to the Admin API v1alpha ([#9378](https://github.com/googleapis/google-cloud-java/issues/9378)) ([f3c56a9](https://github.com/googleapis/google-cloud-java/commit/f3c56a90254731d8edb3785ae2af27be4f4eb56a))
* [cloudbuild] Add PeeredNetworkIpRange to NetworkConfigs message ([#9358](https://github.com/googleapis/google-cloud-java/issues/9358)) ([3aeb0df](https://github.com/googleapis/google-cloud-java/commit/3aeb0df96fdb98c17dab2cc807a960583ef92c37))
* [cloudresourcemanager] add TagHolds, GetNamespacedTagKey, and GetNamespacedTagValue APIs. Adds support for project parented tags ([#9369](https://github.com/googleapis/google-cloud-java/issues/9369)) ([b47972a](https://github.com/googleapis/google-cloud-java/commit/b47972a741efd27b55ef99835eb77a624670b35d))
* [discoveryengine] add search, autocomplete and schema services ([#9374](https://github.com/googleapis/google-cloud-java/issues/9374)) ([73e9031](https://github.com/googleapis/google-cloud-java/commit/73e9031d446216da337edd19873d6cdaf793b7d3))
* [securitycenter] add cloud_dlp_inspection and cloud_dlp_data_profile fields to finding's list of attributes ([#9371](https://github.com/googleapis/google-cloud-java/issues/9371)) ([9e1a89d](https://github.com/googleapis/google-cloud-java/commit/9e1a89d916134d9d3ed41b17138f7b3918d110e8))
* [tpu] make reservation_name parameter generally visible in QueuedResource message ([#9353](https://github.com/googleapis/google-cloud-java/issues/9353)) ([fd4b098](https://github.com/googleapis/google-cloud-java/commit/fd4b0987edbfe089d692caddd648928e254b4207))
* add unstructured document support (PDF/HTML) ([73e9031](https://github.com/googleapis/google-cloud-java/commit/73e9031d446216da337edd19873d6cdaf793b7d3))


### Bug Fixes

* [retail] fix the HTTP format for merchant center link service ([#9360](https://github.com/googleapis/google-cloud-java/issues/9360)) ([4725324](https://github.com/googleapis/google-cloud-java/commit/472532484ae5127ec40da1f95495db159374ddff))
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.10 ([#9311](https://github.com/googleapis/google-cloud-java/issues/9311)) ([047de7d](https://github.com/googleapis/google-cloud-java/commit/047de7de577f75ec8900ce0894216bfe9213e059))
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.22.0 ([#9309](https://github.com/googleapis/google-cloud-java/issues/9309)) ([e928167](https://github.com/googleapis/google-cloud-java/commit/e9281675d0021d051028bba52c2a7cf93bedd1a8))


### Documentation

* [container] Operation.Type is now documented in detail ([#9351](https://github.com/googleapis/google-cloud-java/issues/9351)) ([6bec519](https://github.com/googleapis/google-cloud-java/commit/6bec5191f4b4af615f1c94f4d047c3e46b62068c))
* [maps-addressvalidation] Update description of the postal address ([#9354](https://github.com/googleapis/google-cloud-java/issues/9354)) ([d6c0174](https://github.com/googleapis/google-cloud-java/commit/d6c0174c4888d057fed99df5b75c5c35bdd812f2))
* [networkmanagement] Update comments in Connectivity Test protos ([#9362](https://github.com/googleapis/google-cloud-java/issues/9362)) ([5c47061](https://github.com/googleapis/google-cloud-java/commit/5c470613686222a6fd11aeaca4b433396a32c122))
* keep the API doc up-to-date with recent changes ([73e9031](https://github.com/googleapis/google-cloud-java/commit/73e9031d446216da337edd19873d6cdaf793b7d3))

## [1.9.0](https://github.com/googleapis/google-cloud-java/compare/v1.8.0...v1.9.0) (2023-04-13)


Expand Down
202 changes: 201 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,206 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "docs",
"sha": "6bec5191f4b4af615f1c94f4d047c3e46b62068c",
"message": "[container] Operation.Type is now documented in detail",
"issues": [
"9351"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-container",
"id": "c1f8e99a-3cd6-4d29-aedc-f4bff3a6e942",
"createTime": "2023-04-26T00:33:17.404Z"
},
{
"changes": [
{
"type": "feat",
"sha": "3aeb0df96fdb98c17dab2cc807a960583ef92c37",
"message": "[cloudbuild] Add PeeredNetworkIpRange to NetworkConfigs message",
"issues": [
"9358"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-build",
"id": "cc8e1508-8257-47af-bd9b-3bf3b691cd8d",
"createTime": "2023-04-26T00:33:17.402Z"
},
{
"changes": [
{
"type": "feat",
"sha": "73e9031d446216da337edd19873d6cdaf793b7d3",
"message": "add unstructured document support (PDF/HTML)",
"issues": []
},
{
"type": "docs",
"sha": "73e9031d446216da337edd19873d6cdaf793b7d3",
"message": "keep the API doc up-to-date with recent changes",
"issues": []
},
{
"type": "feat",
"sha": "73e9031d446216da337edd19873d6cdaf793b7d3",
"message": "[discoveryengine] add search, autocomplete and schema services",
"issues": [
"9374"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-discoveryengine",
"id": "1d9f44da-4d1e-4df0-9aab-e049a80932c5",
"createTime": "2023-04-26T00:33:17.400Z"
},
{
"changes": [
{
"type": "docs",
"sha": "5c470613686222a6fd11aeaca4b433396a32c122",
"message": "[networkmanagement] Update comments in Connectivity Test protos",
"issues": [
"9362"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-network-management",
"id": "52ee2bb9-adcf-4547-90b6-54453bf7f508",
"createTime": "2023-04-26T00:33:17.398Z"
},
{
"changes": [
{
"type": "fix",
"sha": "472532484ae5127ec40da1f95495db159374ddff",
"message": "[retail] fix the HTTP format for merchant center link service",
"issues": [
"9360"
],
"breakingChangeNote": "[retail] fix the HTTP format for merchant center link service ([#9360](https://github.com/googleapis/google-cloud-java/issues/9360))"
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-retail",
"id": "67f1f384-6c28-45f4-aeec-6051f1de73d1",
"createTime": "2023-04-26T00:33:17.394Z"
},
{
"changes": [
{
"type": "feat",
"sha": "b47972a741efd27b55ef99835eb77a624670b35d",
"message": "[cloudresourcemanager] add TagHolds, GetNamespacedTagKey, and GetNamespacedTagValue APIs. Adds support for project parented tags",
"issues": [
"9369"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-resourcemanager",
"id": "bcc66645-5254-41c3-80b9-2a29f602e80d",
"createTime": "2023-04-26T00:33:17.392Z"
},
{
"changes": [
{
"type": "feat",
"sha": "9e1a89d916134d9d3ed41b17138f7b3918d110e8",
"message": "[securitycenter] add cloud_dlp_inspection and cloud_dlp_data_profile fields to finding's list of attributes",
"issues": [
"9371"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-securitycenter",
"id": "36954aac-0481-453f-baa6-045edb86127d",
"createTime": "2023-04-26T00:33:17.390Z"
},
{
"changes": [
{
"type": "feat",
"sha": "f3c56a90254731d8edb3785ae2af27be4f4eb56a",
"message": "[analyticsadmin] add `FetchConnectedGa4Property` method to the Admin API v1alpha",
"issues": [
"9378"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.analytics:google-analytics-admin",
"id": "29fc359a-cb20-45e0-bbdd-88b0874bb0df",
"createTime": "2023-04-26T00:33:17.388Z"
},
{
"changes": [
{
"type": "feat",
"sha": "fd4b0987edbfe089d692caddd648928e254b4207",
"message": "[tpu] make reservation_name parameter generally visible in QueuedResource message",
"issues": [
"9353"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-tpu",
"id": "099eafe8-b1b3-4128-a578-1b862f835a39",
"createTime": "2023-04-26T00:33:17.386Z"
},
{
"changes": [
{
"type": "docs",
"sha": "d6c0174c4888d057fed99df5b75c5c35bdd812f2",
"message": "[maps-addressvalidation] Update description of the postal address",
"issues": [
"9354"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.maps:google-maps-addressvalidation",
"id": "d812453f-ed72-42d0-83f0-ef3560e61379",
"createTime": "2023-04-26T00:33:17.384Z"
},
{
"changes": [
{
"type": "feat",
"sha": "3074871c8b1a4ef1d081940041a566bb187c928a",
"message": "[aiplatform] add is_default to Tensorboard in aiplatform v1 tensorboard.proto and v1beta1 tensorboard.proto",
"issues": [
"9355"
]
}
],
"version": "1.10.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-aiplatform",
"id": "901ed57b-12ad-4242-b1a9-4ee3125b6f68",
"createTime": "2023-04-26T00:33:17.382Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -6162,5 +6362,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-04-13T17:37:33.273Z"
"updateTime": "2023-04-26T00:33:17.404Z"
}

0 comments on commit 54597a1

Please sign in to comment.