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 Aug 28, 2024
1 parent b03f419 commit 6805733
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"packages/google-cloud-accessapproval": "3.3.0",
"packages/google-cloud-advisorynotifications": "1.4.0",
"packages/google-cloud-aiplatform": "3.27.0",
"packages/google-cloud-alloydb": "1.8.0",
"packages/google-cloud-alloydb": "1.9.0",
"packages/google-cloud-apigateway": "3.3.0",
"packages/google-cloud-apigeeconnect": "3.3.0",
"packages/google-cloud-apigeeregistry": "1.3.0",
Expand Down Expand Up @@ -103,7 +103,7 @@
"packages/google-cloud-policytroubleshooter-iam": "0.5.0",
"packages/google-cloud-privatecatalog": "3.3.0",
"packages/google-cloud-rapidmigrationassessment": "1.3.0",
"packages/google-cloud-recaptchaenterprise": "5.10.0",
"packages/google-cloud-recaptchaenterprise": "5.11.0",
"packages/google-cloud-recommender": "6.4.0",
"packages/google-cloud-redis": "4.3.0",
"packages/google-cloud-resourcemanager": "5.3.0",
Expand All @@ -117,7 +117,7 @@
"packages/google-cloud-servicedirectory": "5.3.0",
"packages/google-cloud-shell": "3.3.0",
"packages/google-cloud-speech": "6.7.0",
"packages/google-cloud-sql": "0.18.0",
"packages/google-cloud-sql": "0.19.0",
"packages/google-cloud-storageinsights": "1.3.0",
"packages/google-cloud-support": "1.3.0",
"packages/google-cloud-talent": "6.3.1",
Expand Down
61 changes: 60 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,65 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "a2328d88189081ce1d3342470d1ffcedfc0c78be",
"message": "[sql] A new field `max_chargeable_bytes` is added to message `.google.cloud.sql.v1.BackupRun`",
"issues": [
"5631"
]
}
],
"version": "0.19.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/sql",
"id": "0ad82c18-d64a-405c-af45-54700b8f469e",
"createTime": "2024-08-28T21:28:25.929Z"
},
{
"changes": [
{
"type": "feat",
"sha": "4fe0674834f7bce5e845017efae304dd0c8ef862",
"message": "[recaptchaenterprise] add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment",
"issues": [
"5639"
]
},
{
"type": "feat",
"sha": "a211bb6ca388ef08b2ea819515d71399b0b51979",
"message": "[recaptchaenterprise] add AddIpOverride RPC",
"issues": [
"5629"
]
}
],
"version": "5.11.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/recaptcha-enterprise",
"id": "af4f211f-512e-4dd0-8f4f-ee17faced037",
"createTime": "2024-08-28T21:28:25.913Z"
},
{
"changes": [
{
"type": "feat",
"sha": "11554e0847734bff0b1c68007fd5227ae2008b87",
"message": "[alloydb] support for enabling outbound public IP on an instance",
"issues": [
"5638"
]
}
],
"version": "1.9.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/alloydb",
"id": "f1c92437-e537-48f7-81d6-c8e5db5bf6e3",
"createTime": "2024-08-28T21:28:25.897Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -36104,5 +36163,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-08-19T17:17:10.524Z"
"updateTime": "2024-08-28T21:28:25.929Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-alloydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.0](https://github.com/googleapis/google-cloud-node/compare/alloydb-v1.8.0...alloydb-v1.9.0) (2024-08-28)


### Features

* [alloydb] support for enabling outbound public IP on an instance ([#5638](https://github.com/googleapis/google-cloud-node/issues/5638)) ([11554e0](https://github.com/googleapis/google-cloud-node/commit/11554e0847734bff0b1c68007fd5227ae2008b87))

## [1.8.0](https://github.com/googleapis/google-cloud-node/compare/alloydb-v1.7.0...alloydb-v1.8.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-alloydb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/alloydb",
"version": "1.8.0",
"version": "1.9.0",
"description": "AlloyDB API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-alloydb/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/alloydb": "^1.8.0"
"@google-cloud/alloydb": "^1.9.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-recaptchaenterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/@google-cloud/recaptcha-enterprise?activeTab=versions

## [5.11.0](https://github.com/googleapis/google-cloud-node/compare/recaptcha-enterprise-v5.10.0...recaptcha-enterprise-v5.11.0) (2024-08-28)


### Features

* [recaptchaenterprise] add AddIpOverride RPC ([#5629](https://github.com/googleapis/google-cloud-node/issues/5629)) ([a211bb6](https://github.com/googleapis/google-cloud-node/commit/a211bb6ca388ef08b2ea819515d71399b0b51979))
* [recaptchaenterprise] add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment ([#5639](https://github.com/googleapis/google-cloud-node/issues/5639)) ([4fe0674](https://github.com/googleapis/google-cloud-node/commit/4fe0674834f7bce5e845017efae304dd0c8ef862))

## [5.10.0](https://github.com/googleapis/google-cloud-node/compare/recaptcha-enterprise-v5.9.0...recaptcha-enterprise-v5.10.0) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recaptchaenterprise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"name": "@google-cloud/recaptcha-enterprise",
"version": "5.10.0",
"version": "5.11.0",
"author": "Google LLC",
"description": "reCAPTCHA Enterprise API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo add tests"
},
"dependencies": {
"@google-cloud/recaptcha-enterprise": "^5.10.0"
"@google-cloud/recaptcha-enterprise": "^5.11.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.19.0](https://github.com/googleapis/google-cloud-node/compare/sql-v0.18.0...sql-v0.19.0) (2024-08-28)


### Features

* [sql] A new field `max_chargeable_bytes` is added to message `.google.cloud.sql.v1.BackupRun` ([#5631](https://github.com/googleapis/google-cloud-node/issues/5631)) ([a2328d8](https://github.com/googleapis/google-cloud-node/commit/a2328d88189081ce1d3342470d1ffcedfc0c78be))

## [0.18.0](https://github.com/googleapis/google-cloud-node/compare/sql-v0.17.0...sql-v0.18.0) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/sql",
"version": "0.18.0",
"version": "0.19.0",
"description": "Sql client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-sql/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/sql": "^0.18.0"
"@google-cloud/sql": "^0.19.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit 6805733

Please sign in to comment.