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 Feb 21, 2025
1 parent 6e892e0 commit 25824b0
Show file tree
Hide file tree
Showing 25 changed files with 79 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/google-analytics-admin": "0.23.4",
"packages/google-analytics-data": "0.18.17",
"packages/google-apps-card": "0.1.6",
"packages/google-apps-chat": "0.2.2",
"packages/google-apps-chat": "0.2.3",
"packages/google-apps-events-subscriptions": "0.1.6",
"packages/google-apps-meet": "0.1.13",
"packages/google-apps-script-type": "0.3.13",
Expand Down Expand Up @@ -54,8 +54,8 @@
"packages/google-cloud-cloudcontrolspartner": "0.2.5",
"packages/google-cloud-commerce-consumer-procurement": "0.1.12",
"packages/google-cloud-common": "1.5.0",
"packages/google-cloud-compute": "1.25.0",
"packages/google-cloud-confidentialcomputing": "0.4.15",
"packages/google-cloud-compute": "1.26.0",
"packages/google-cloud-confidentialcomputing": "0.4.16",
"packages/google-cloud-config": "0.1.16",
"packages/google-cloud-contact-center-insights": "1.23.1",
"packages/google-cloud-container": "2.56.0",
Expand All @@ -77,7 +77,7 @@
"packages/google-cloud-dialogflow": "2.39.0",
"packages/google-cloud-dialogflow-cx": "1.39.0",
"packages/google-cloud-discoveryengine": "0.13.6",
"packages/google-cloud-dlp": "3.27.0",
"packages/google-cloud-dlp": "3.28.0",
"packages/google-cloud-dms": "1.12.1",
"packages/google-cloud-documentai": "3.2.0",
"packages/google-cloud-domains": "1.10.0",
Expand All @@ -99,7 +99,7 @@
"packages/google-cloud-iam-logging": "1.4.1",
"packages/google-cloud-iap": "1.16.1",
"packages/google-cloud-ids": "1.10.0",
"packages/google-cloud-kms": "3.3.1",
"packages/google-cloud-kms": "3.4.0",
"packages/google-cloud-kms-inventory": "0.2.13",
"packages/google-cloud-language": "2.17.0",
"packages/google-cloud-life-sciences": "0.9.16",
Expand All @@ -109,7 +109,7 @@
"packages/google-cloud-memcache": "1.12.0",
"packages/google-cloud-memorystore": "0.1.1",
"packages/google-cloud-migrationcenter": "0.1.13",
"packages/google-cloud-modelarmor": "0.1.1",
"packages/google-cloud-modelarmor": "0.1.2",
"packages/google-cloud-monitoring": "2.27.0",
"packages/google-cloud-monitoring-dashboards": "2.18.0",
"packages/google-cloud-monitoring-metrics-scopes": "1.9.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.2.3](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.2.2...google-apps-chat-v0.2.3) (2025-02-21)


### Features

* [google-apps-chat] Add DeletionType.SPACE_MEMBER. This is returned when a message sent by an app is deleted by a human in a space ([#13539](https://github.com/googleapis/google-cloud-python/issues/13539)) ([8366123](https://github.com/googleapis/google-cloud-python/commit/8366123ecefb47efa33b3f7ead81dfd64225ae25))

## [0.2.2](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.2.1...google-apps-chat-v0.2.2) (2025-02-12)


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.2.3" # {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.2.3" # {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.2.3"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.26.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.25.0...google-cloud-compute-v1.26.0) (2025-02-21)


### Features

* [google-cloud-compute] Update Compute Engine API to revision ([4cac20d](https://github.com/googleapis/google-cloud-python/commit/4cac20d3c360f041ce8a556a661f37b59a202063))
* [google-cloud-compute] Update Compute Engine API to revision 20250211 ([#13530](https://github.com/googleapis/google-cloud-python/issues/13530)) ([4cac20d](https://github.com/googleapis/google-cloud-python/commit/4cac20d3c360f041ce8a556a661f37b59a202063))

## [1.25.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.24.0...google-cloud-compute-v1.25.0) (2025-02-12)


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.26.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.26.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-compute",
"version": "0.1.0"
"version": "1.26.0"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-confidentialcomputing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.16](https://github.com/googleapis/google-cloud-python/compare/google-cloud-confidentialcomputing-v0.4.15...google-cloud-confidentialcomputing-v0.4.16) (2025-02-21)


### Features

* [google-cloud-confidentialcomputing] A new field `attester` is added to message `.google.cloud.confidentialcomputing.v1.VerifyAttestationRequest` ([#13543](https://github.com/googleapis/google-cloud-python/issues/13543)) ([6e892e0](https://github.com/googleapis/google-cloud-python/commit/6e892e0aeac1975a3fd592bca1087c5c7e043ccc))


### Documentation

* Fixed a typo in `VerifyAttestationRequest` comment ([6e892e0](https://github.com/googleapis/google-cloud-python/commit/6e892e0aeac1975a3fd592bca1087c5c7e043ccc))

## [0.4.15](https://github.com/googleapis/google-cloud-python/compare/google-cloud-confidentialcomputing-v0.4.14...google-cloud-confidentialcomputing-v0.4.15) (2025-02-12)


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.4.16" # {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.4.16" # {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-confidentialcomputing",
"version": "0.1.0"
"version": "0.4.16"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-dlp/#history

## [3.28.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dlp-v3.27.0...google-cloud-dlp-v3.28.0) (2025-02-21)


### Features

* [google-cloud-dlp] discovery of Vertex AI datasets ([#13540](https://github.com/googleapis/google-cloud-python/issues/13540)) ([2913199](https://github.com/googleapis/google-cloud-python/commit/291319932e87fdde66c7a1672a128352820306a9))


### Documentation

* documentation revisions for data profiles ([2913199](https://github.com/googleapis/google-cloud-python/commit/291319932e87fdde66c7a1672a128352820306a9))

## [3.27.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dlp-v3.26.0...google-cloud-dlp-v3.27.0) (2025-02-12)


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__ = "3.28.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__ = "3.28.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-dlp",
"version": "0.1.0"
"version": "3.28.0"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-cloud-kms/#history

## [3.4.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v3.3.1...google-cloud-kms-v3.4.0) (2025-02-21)


### Features

* [google-cloud-kms] Support PQC asymmetric signing algorithms ML_DSA_65 and SLH_DSA_SHA2_128s ([#13538](https://github.com/googleapis/google-cloud-python/issues/13538)) ([891365e](https://github.com/googleapis/google-cloud-python/commit/891365e3030506c1205a56919d1b1e25e0cd926e))
* Add a PublicKeyFormat enum to allow specifying the format the ([891365e](https://github.com/googleapis/google-cloud-python/commit/891365e3030506c1205a56919d1b1e25e0cd926e))

## [3.3.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v3.3.0...google-cloud-kms-v3.3.1) (2025-02-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__ = "3.3.1" # {x-release-please-version}
__version__ = "3.4.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__ = "3.3.1" # {x-release-please-version}
__version__ = "3.4.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-kms",
"version": "3.3.1"
"version": "3.4.0"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-modelarmor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-modelarmor-v0.1.1...google-cloud-modelarmor-v0.1.2) (2025-02-21)


### Features

* [google-cloud-modelarmor] A new field `filter_config` is added to message `.google.cloud.modelarmor.v1.SanitizeUserPromptRequest` ([#13541](https://github.com/googleapis/google-cloud-python/issues/13541)) ([d67f3ed](https://github.com/googleapis/google-cloud-python/commit/d67f3ed19a2535ac839930d0a3d3e78d37196697))
* A new field `filter_config` is added to message ([d67f3ed](https://github.com/googleapis/google-cloud-python/commit/d67f3ed19a2535ac839930d0a3d3e78d37196697))

## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-modelarmor-v0.1.0...google-cloud-modelarmor-v0.1.1) (2025-02-12)


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.2" # {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.2" # {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-modelarmor",
"version": "0.1.0"
"version": "0.1.2"
},
"snippets": [
{
Expand Down

0 comments on commit 25824b0

Please sign in to comment.