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 9, 2024
1 parent 284535d commit 204a01c
Show file tree
Hide file tree
Showing 14 changed files with 109 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"packages/google-cloud-beyondcorp-appgateways": "1.3.0",
"packages/google-cloud-beyondcorp-clientconnectorservices": "2.3.0",
"packages/google-cloud-beyondcorp-clientgateways": "1.3.0",
"packages/google-cloud-bigquery-analyticshub": "1.5.0",
"packages/google-cloud-bigquery-analyticshub": "1.6.0",
"packages/google-cloud-bigquery-connection": "3.3.0",
"packages/google-cloud-bigquery-dataexchange": "1.3.0",
"packages/google-cloud-bigquery-datapolicies": "1.4.0",
Expand Down Expand Up @@ -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.15.0",
"packages/google-cloud-sql": "0.16.0",
"packages/google-cloud-storageinsights": "1.3.0",
"packages/google-cloud-support": "1.3.0",
"packages/google-cloud-talent": "6.3.1",
Expand All @@ -137,7 +137,7 @@
"packages/google-cloud-websecurityscanner": "3.3.0",
"packages/google-cloud-workflows-executions": "3.4.0",
"packages/google-cloud-workstations": "1.4.0",
"packages/google-container": "5.15.0",
"packages/google-container": "5.15.1",
"packages/google-dataflow": "3.3.0",
"packages/google-devtools-artifactregistry": "3.4.0",
"packages/google-devtools-cloudbuild": "4.5.0",
Expand All @@ -163,7 +163,7 @@
"packages/google-cloud-redis-cluster": "0.5.0",
"packages/google-cloud-servicehealth": "0.4.0",
"packages/google-apps-meet": "0.3.0",
"packages/google-cloud-parallelstore": "0.4.0",
"packages/google-cloud-parallelstore": "0.5.0",
"packages/google-cloud-cloudcontrolspartner": "0.3.0",
"packages/google-cloud-telcoautomation": "0.3.0",
"packages/google-cloud-apphub": "0.3.0",
Expand Down
70 changes: 69 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,74 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "c1a0a8a52866dee658ad34479b3ae62ae4b21bb5",
"message": "[parallelstore] add iam.googleapis.com/ServiceAccount resource definition",
"issues": [
"5520"
]
}
],
"version": "0.5.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/parallelstore",
"id": "e543773e-52b7-4ac1-b6d8-686a94a618fc",
"createTime": "2024-07-09T10:59:51.802Z"
},
{
"changes": [
{
"type": "fix",
"sha": "88382897c1c0ba6f5f80ba72ab775808de301962",
"message": "[container] Deprecate \"EXPERIMENTAL\" option for Gateway API (this value has never been supported)",
"issues": [
"5519"
]
}
],
"version": "5.15.1",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/container",
"id": "58817542-02b2-464e-83c3-5efbddee7e63",
"createTime": "2024-07-09T10:59:51.782Z"
},
{
"changes": [
{
"type": "feat",
"sha": "6d8a33d6caf2b9dbe4aa043d083cb76e989ed5a3",
"message": "[sql] add Dataplex integration opt-in field",
"issues": [
"5518"
]
}
],
"version": "0.16.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/sql",
"id": "e3730bef-e774-475d-b7ed-93f3f4843552",
"createTime": "2024-07-09T10:59:51.714Z"
},
{
"changes": [
{
"type": "feat",
"sha": "e85b5752ea97e102b8cd729d1e9b18aadfd8f045",
"message": "[bigquery-analyticshub] support public directory self service for Listings/Exchanges",
"issues": [
"5523"
]
}
],
"version": "1.6.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/bigquery-analyticshub",
"id": "53be9c5f-9b8c-4820-8390-8c9fbdc32d97",
"createTime": "2024-07-09T10:59:51.618Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -34953,5 +35021,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-06-27T09:25:51.635Z"
"updateTime": "2024-07-09T10:59:51.802Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-analyticshub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-analyticshub-v1.5.0...bigquery-analyticshub-v1.6.0) (2024-07-09)


### Features

* [bigquery-analyticshub] support public directory self service for Listings/Exchanges ([#5523](https://github.com/googleapis/google-cloud-node/issues/5523)) ([e85b575](https://github.com/googleapis/google-cloud-node/commit/e85b5752ea97e102b8cd729d1e9b18aadfd8f045))

## [1.5.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-analyticshub-v1.4.0...bigquery-analyticshub-v1.5.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-analyticshub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery-analyticshub",
"version": "1.5.0",
"version": "1.6.0",
"description": "Analytics Hub 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-cloud/bigquery-analyticshub": "^1.5.0"
"@google-cloud/bigquery-analyticshub": "^1.6.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-parallelstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/googleapis/google-cloud-node/compare/parallelstore-v0.4.0...parallelstore-v0.5.0) (2024-07-09)


### Features

* [parallelstore] add iam.googleapis.com/ServiceAccount resource definition ([#5520](https://github.com/googleapis/google-cloud-node/issues/5520)) ([c1a0a8a](https://github.com/googleapis/google-cloud-node/commit/c1a0a8a52866dee658ad34479b3ae62ae4b21bb5))

## [0.4.0](https://github.com/googleapis/google-cloud-node/compare/parallelstore-v0.3.0...parallelstore-v0.4.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-parallelstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/parallelstore",
"version": "0.4.0",
"version": "0.5.0",
"description": "Parallelstore API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-parallelstore/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/parallelstore": "^0.4.0"
"@google-cloud/parallelstore": "^0.5.0"
},
"devDependencies": {
"c8": "^8.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.16.0](https://github.com/googleapis/google-cloud-node/compare/sql-v0.15.0...sql-v0.16.0) (2024-07-09)


### Features

* [sql] add Dataplex integration opt-in field ([#5518](https://github.com/googleapis/google-cloud-node/issues/5518)) ([6d8a33d](https://github.com/googleapis/google-cloud-node/commit/6d8a33d6caf2b9dbe4aa043d083cb76e989ed5a3))

## [0.15.0](https://github.com/googleapis/google-cloud-node/compare/sql-v0.14.0...sql-v0.15.0) (2024-06-26)


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.15.0",
"version": "0.16.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.15.0"
"@google-cloud/sql": "^0.16.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [5.15.1](https://github.com/googleapis/google-cloud-node/compare/container-v5.15.0...container-v5.15.1) (2024-07-09)


### Bug Fixes

* [container] Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported) ([#5519](https://github.com/googleapis/google-cloud-node/issues/5519)) ([8838289](https://github.com/googleapis/google-cloud-node/commit/88382897c1c0ba6f5f80ba72ab775808de301962))

## [5.15.0](https://github.com/googleapis/google-cloud-node/compare/container-v5.14.0...container-v5.15.0) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/container",
"description": "Google Container Engine API client for Node.js",
"version": "5.15.0",
"version": "5.15.1",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-container/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha test --timeout 1000000"
},
"dependencies": {
"@google-cloud/container": "^5.15.0",
"@google-cloud/container": "^5.15.1",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 204a01c

Please sign in to comment.