Skip to content

Commit

Permalink
chore: release main (#12598)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>google-apps-chat: 0.1.5</summary>

##
[0.1.5](google-apps-chat-v0.1.4...google-apps-chat-v0.1.5)
(2024-04-22)


### Features

* [google-apps-chat] Add Chat read state APIs
([#12597](#12597))
([741695a](741695a))
</details>

<details><summary>google-cloud-deploy: 1.18.0</summary>

##
[1.18.0](google-cloud-deploy-v1.17.3...google-cloud-deploy-v1.18.0)
(2024-04-22)


### Features

* add Skaffold remote config support for GCB repos
([bd918e6](bd918e6))


### Documentation

* clarified related comments
([bd918e6](bd918e6))
</details>

<details><summary>google-cloud-secret-manager: 2.20.0</summary>

##
[2.20.0](google-cloud-secret-manager-v2.19.0...google-cloud-secret-manager-v2.20.0)
(2024-04-22)


### Features

* Add Secret Version Delayed Destroy changes for client libraries
([bfb8a34](bfb8a34))


### Documentation

* Users can now enable secret version delayed destruction
([bfb8a34](bfb8a34))
</details>

<details><summary>google-maps-places: 0.1.13</summary>

##
[0.1.13](google-maps-places-v0.1.12...google-maps-places-v0.1.13)
(2024-04-22)


### Documentation

* [google-maps-places] slightly improved documentation for EVOptions in
SearchTextRequest
([#12599](#12599))
([3ef0fe0](3ef0fe0))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 22, 2024
1 parent bfb8a34 commit 39e0425
Show file tree
Hide file tree
Showing 21 changed files with 58 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/google-analytics-admin": "0.22.7",
"packages/google-analytics-data": "0.18.7",
"packages/google-apps-card": "0.1.2",
"packages/google-apps-chat": "0.1.4",
"packages/google-apps-chat": "0.1.5",
"packages/google-apps-events-subscriptions": "0.1.0",
"packages/google-apps-meet": "0.1.6",
"packages/google-apps-script-type": "0.3.8",
Expand Down Expand Up @@ -69,7 +69,7 @@
"packages/google-cloud-dataproc": "5.9.3",
"packages/google-cloud-dataproc-metastore": "1.15.3",
"packages/google-cloud-datastream": "1.9.3",
"packages/google-cloud-deploy": "1.17.3",
"packages/google-cloud-deploy": "1.18.0",
"packages/google-cloud-dialogflow": "2.30.0",
"packages/google-cloud-dialogflow-cx": "1.33.0",
"packages/google-cloud-discoveryengine": "0.11.11",
Expand Down Expand Up @@ -134,7 +134,7 @@
"packages/google-cloud-retail": "1.20.1",
"packages/google-cloud-run": "0.10.5",
"packages/google-cloud-scheduler": "2.13.3",
"packages/google-cloud-secret-manager": "2.19.0",
"packages/google-cloud-secret-manager": "2.20.0",
"packages/google-cloud-securesourcemanager": "0.1.5",
"packages/google-cloud-securitycenter": "1.31.0",
"packages/google-cloud-securitycentermanagement": "0.1.8",
Expand Down Expand Up @@ -174,7 +174,7 @@
"packages/google-maps-fleetengine": "0.1.9",
"packages/google-maps-fleetengine-delivery": "0.1.7",
"packages/google-maps-mapsplatformdatasets": "0.3.7",
"packages/google-maps-places": "0.1.12",
"packages/google-maps-places": "0.1.13",
"packages/google-maps-routing": "0.6.8",
"packages/google-shopping-css": "0.1.4",
"packages/google-shopping-merchant-conversions": "0.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-apps-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.4...google-apps-chat-v0.1.5) (2024-04-22)


### Features

* [google-apps-chat] Add Chat read state APIs ([#12597](https://github.com/googleapis/google-cloud-python/issues/12597)) ([741695a](https://github.com/googleapis/google-cloud-python/commit/741695ae4df223c4f6794adbc7ed437da2cdbedd))

## [0.1.4](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.3...google-apps-chat-v0.1.4) (2024-04-18)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.5" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.5" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-apps-chat",
"version": "0.1.0"
"version": "0.1.5"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.18.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-deploy-v1.17.3...google-cloud-deploy-v1.18.0) (2024-04-22)


### Features

* add Skaffold remote config support for GCB repos ([bd918e6](https://github.com/googleapis/google-cloud-python/commit/bd918e6e8dbb39c648e7ad6b309e3be4145515a4))


### Documentation

* clarified related comments ([bd918e6](https://github.com/googleapis/google-cloud-python/commit/bd918e6e8dbb39c648e7ad6b309e3be4145515a4))

## [1.17.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-deploy-v1.17.2...google-cloud-deploy-v1.17.3) (2024-03-05)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.18.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.18.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-deploy",
"version": "0.1.0"
"version": "1.18.0"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-secret-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.20.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-secret-manager-v2.19.0...google-cloud-secret-manager-v2.20.0) (2024-04-22)


### Features

* Add Secret Version Delayed Destroy changes for client libraries ([bfb8a34](https://github.com/googleapis/google-cloud-python/commit/bfb8a34a15687c9b4496b1da9dc69d6e3d7fc267))


### Documentation

* Users can now enable secret version delayed destruction ([bfb8a34](https://github.com/googleapis/google-cloud-python/commit/bfb8a34a15687c9b4496b1da9dc69d6e3d7fc267))

## [2.19.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-secret-manager-v2.18.3...google-cloud-secret-manager-v2.19.0) (2024-03-22)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secret-manager",
"version": "0.1.0"
"version": "2.20.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secretmanager",
"version": "0.1.0"
"version": "2.20.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secretmanager",
"version": "0.1.0"
"version": "2.20.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-maps-places/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/googleapis/google-cloud-python/compare/google-maps-places-v0.1.12...google-maps-places-v0.1.13) (2024-04-22)


### Documentation

* [google-maps-places] slightly improved documentation for EVOptions in SearchTextRequest ([#12599](https://github.com/googleapis/google-cloud-python/issues/12599)) ([3ef0fe0](https://github.com/googleapis/google-cloud-python/commit/3ef0fe07dc2c1b719a8a1ae6302f35bc910e6097))

## [0.1.12](https://github.com/googleapis/google-cloud-python/compare/google-maps-places-v0.1.11...google-maps-places-v0.1.12) (2024-04-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.13" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.13" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-places",
"version": "0.1.0"
"version": "0.1.13"
},
"snippets": [
{
Expand Down

0 comments on commit 39e0425

Please sign in to comment.