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] committed Jul 10, 2024
1 parent 6fe2f8b commit 64331a5
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"packages/google-cloud-redis": "4.3.0",
"packages/google-cloud-resourcemanager": "5.3.0",
"packages/google-cloud-retail": "3.5.0",
"packages/google-cloud-run": "1.3.0",
"packages/google-cloud-run": "1.4.0",
"packages/google-cloud-scheduler": "4.3.0",
"packages/google-cloud-secretmanager": "5.6.0",
"packages/google-cloud-security-privateca": "5.4.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.6.1",
"packages/google-cloud-sql": "0.16.0",
"packages/google-cloud-sql": "0.17.0",
"packages/google-cloud-storageinsights": "1.3.0",
"packages/google-cloud-support": "1.3.0",
"packages/google-cloud-talent": "6.3.1",
Expand Down Expand Up @@ -184,5 +184,6 @@
"packages/google-shopping-merchant-promotions": "0.1.0",
"packages/google-shopping-merchant-datasources": "0.1.0",
"packages/google-cloud-managedkafka": "0.1.0",
"packages/google-cloud-developerconnect": "0.1.0"
"packages/google-cloud-developerconnect": "0.1.0",
"packages/google-shopping-merchant-accounts": "0.1.0"
}
69 changes: 68 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,73 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "6fe2f8b1efe577c289b25c70d7ecd8c91274f9ac",
"message": "Add initial files for google.shopping.merchant.accounts.v1beta",
"issues": [
"5514"
]
},
{
"type": "feat",
"sha": "a9784ed3db6ee96d171762308bbbcd57390b6866",
"message": "[Many APIs] update Nodejs generator to send API versions in headers for GAPICs",
"issues": [
"5354"
]
},
{
"type": "feat",
"sha": "01f48fce63ec4ddf801d59ee2b8c0db9f6fb8372",
"message": "[Many APIs] update Nodejs generator to send API versions in headers for GAPICs",
"issues": [
"5351"
]
}
],
"version": "0.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-shopping/accounts",
"id": "09623aab-86ce-4168-8722-bf8a1b348779",
"createTime": "2024-07-10T22:53:14.220Z"
},
{
"changes": [
{
"type": "feat",
"sha": "eafdb749a89fd01f17930e48c03aefc004be0a83",
"message": "[sql] add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type",
"issues": [
"5533"
]
}
],
"version": "0.17.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/sql",
"id": "397672d0-ebed-405c-a93c-34b3b62cec1c",
"createTime": "2024-07-10T22:53:14.205Z"
},
{
"changes": [
{
"type": "feat",
"sha": "62bc6bf8546f247e346ca364560c130bfa0da0f1",
"message": "[run]support update_mask in Cloud Run UpdateService",
"issues": [
"5532"
]
}
],
"version": "1.4.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/run",
"id": "b66b8dc0-efa5-47e6-9824-536c33ba299a",
"createTime": "2024-07-10T22:53:14.188Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -35105,5 +35172,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-07-10T13:39:29.924Z"
"updateTime": "2024-07-10T22:53:14.220Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/googleapis/google-cloud-node/compare/run-v1.3.0...run-v1.4.0) (2024-07-10)


### Features

* [run]support update_mask in Cloud Run UpdateService ([#5532](https://github.com/googleapis/google-cloud-node/issues/5532)) ([62bc6bf](https://github.com/googleapis/google-cloud-node/commit/62bc6bf8546f247e346ca364560c130bfa0da0f1))

## [1.3.0](https://github.com/googleapis/google-cloud-node/compare/run-v1.2.0...run-v1.3.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/run",
"version": "1.3.0",
"version": "1.4.0",
"description": "Cloud Run Admin API",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-run/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/run": "^1.3.0"
"@google-cloud/run": "^1.4.0"
},
"devDependencies": {
"c8": "^9.0.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.17.0](https://github.com/googleapis/google-cloud-node/compare/sql-v0.16.0...sql-v0.17.0) (2024-07-10)


### Features

* [sql] add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type ([#5533](https://github.com/googleapis/google-cloud-node/issues/5533)) ([eafdb74](https://github.com/googleapis/google-cloud-node/commit/eafdb749a89fd01f17930e48c03aefc004be0a83))

## [0.16.0](https://github.com/googleapis/google-cloud-node/compare/sql-v0.15.0...sql-v0.16.0) (2024-07-10)


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.16.0",
"version": "0.17.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.16.0"
"@google-cloud/sql": "^0.17.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/google-shopping-merchant-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.1.0 (2024-07-10)


### Features

* [Many APIs] update Nodejs generator to send API versions in headers for GAPICs ([#5351](https://github.com/googleapis/google-cloud-node/issues/5351)) ([01f48fc](https://github.com/googleapis/google-cloud-node/commit/01f48fce63ec4ddf801d59ee2b8c0db9f6fb8372))
* [Many APIs] update Nodejs generator to send API versions in headers for GAPICs ([#5354](https://github.com/googleapis/google-cloud-node/issues/5354)) ([a9784ed](https://github.com/googleapis/google-cloud-node/commit/a9784ed3db6ee96d171762308bbbcd57390b6866))
* Add initial files for google.shopping.merchant.accounts.v1beta ([#5514](https://github.com/googleapis/google-cloud-node/issues/5514)) ([6fe2f8b](https://github.com/googleapis/google-cloud-node/commit/6fe2f8b1efe577c289b25c70d7ecd8c91274f9ac))
2 changes: 1 addition & 1 deletion packages/google-shopping-merchant-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-shopping/accounts",
"version": "0.0.0",
"version": "0.1.0",
"description": "Merchant API client for Node.js",
"repository": {
"type": "git",
Expand Down
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-shopping/accounts": "0.0.0"
"@google-shopping/accounts": "^0.1.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit 64331a5

Please sign in to comment.