Skip to content

Commit

Permalink
chore: release main (#4685)
Browse files Browse the repository at this point in the history
* chore: release main

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 20, 2023
1 parent fb6e827 commit 606e6e5
Show file tree
Hide file tree
Showing 26 changed files with 121 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/gapic-node-templating": "0.0.0",
"packages/google-ai-generativelanguage": "1.0.1",
"packages/google-ai-generativelanguage": "1.1.0",
"packages/google-analytics-admin": "6.0.0",
"packages/google-analytics-data": "4.0.1",
"packages/google-api-apikeys": "1.0.1",
Expand Down Expand Up @@ -41,15 +41,15 @@
"packages/google-cloud-commerce-consumer-procurement": "0.1.1",
"packages/google-cloud-compute": "4.0.1",
"packages/google-cloud-confidentialcomputing": "1.1.0",
"packages/google-cloud-config": "0.1.0",
"packages/google-cloud-config": "0.1.1",
"packages/google-cloud-contactcenterinsights": "3.0.1",
"packages/google-cloud-contentwarehouse": "1.2.0",
"packages/google-cloud-datacatalog": "4.0.1",
"packages/google-cloud-datacatalog-lineage": "1.0.1",
"packages/google-cloud-dataform": "1.0.2",
"packages/google-cloud-datafusion": "3.0.1",
"packages/google-cloud-datalabeling": "4.0.1",
"packages/google-cloud-dataplex": "3.0.1",
"packages/google-cloud-dataplex": "3.1.0",
"packages/google-cloud-dataproc": "5.2.0",
"packages/google-cloud-dataqna": "3.0.1",
"packages/google-cloud-datastream": "3.0.1",
Expand Down Expand Up @@ -119,7 +119,7 @@
"packages/google-cloud-talent": "6.0.1",
"packages/google-cloud-tasks": "4.0.1",
"packages/google-cloud-texttospeech": "5.0.1",
"packages/google-cloud-tpu": "3.1.0",
"packages/google-cloud-tpu": "3.2.0",
"packages/google-cloud-translate": "8.0.2",
"packages/google-cloud-video-livestream": "1.0.1",
"packages/google-cloud-video-stitcher": "2.0.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": "f8dcd673bbc0c28e2b2d08acd1bca1183781951b",
"message": "[tpu] added new WAITING_FOR_RESOURCES state for QueuedResourceState",
"issues": [
"4682"
]
}
],
"version": "3.2.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/tpu",
"id": "33eddb29-d522-4b28-85e7-b014e23e9f5b",
"createTime": "2023-09-20T00:11:06.049Z"
},
{
"changes": [
{
"type": "feat",
"sha": "fb6e827399bad7b39d3a058c2eb8ad2275e967d1",
"message": "[dataplex] additional HTTP bindings for IAM methods",
"issues": [
"4683"
]
}
],
"version": "3.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dataplex",
"id": "d51efc0f-fb13-4552-8b1b-c3fbb91e8b81",
"createTime": "2023-09-20T00:11:06.043Z"
},
{
"changes": [
{
"type": "fix",
"sha": "d611d3ffada146439d3badebd2b4627b0ac45376",
"message": "[infra-manager] change the config service's Ruby namespace to avoid a collision with a base class in the Ruby client platform",
"issues": [
"4684"
]
}
],
"version": "0.1.1",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/config",
"id": "c01348a2-3e00-42e5-93f1-bd473d282e17",
"createTime": "2023-09-20T00:11:06.037Z"
},
{
"changes": [
{
"type": "feat",
"sha": "bf0f0e27911d56cb3e24ae8fb7ef29a2ae9ab9a6",
"message": "[generativelanguage] Upgrade to API v1beta3",
"issues": [
"4681"
]
}
],
"version": "1.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-ai/generativelanguage",
"id": "77b0d4ea-000b-4acc-8d58-b63247e517cb",
"createTime": "2023-09-20T00:11:06.028Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -19244,5 +19312,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-09-19T20:28:26.883Z"
"updateTime": "2023-09-20T00:11:06.049Z"
}
7 changes: 7 additions & 0 deletions packages/google-ai-generativelanguage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/googleapis/google-cloud-node/compare/generativelanguage-v1.0.1...generativelanguage-v1.1.0) (2023-09-20)


### Features

* [generativelanguage] Upgrade to API v1beta3 ([#4681](https://github.com/googleapis/google-cloud-node/issues/4681)) ([bf0f0e2](https://github.com/googleapis/google-cloud-node/commit/bf0f0e27911d56cb3e24ae8fb7ef29a2ae9ab9a6))

## [1.0.1](https://github.com/googleapis/google-cloud-node/compare/generativelanguage-v1.0.0...generativelanguage-v1.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-ai-generativelanguage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-ai/generativelanguage",
"version": "1.0.1",
"version": "1.1.0",
"description": "Generative Language API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-generativelanguage",
"version": "1.0.1",
"version": "1.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-generativelanguage",
"version": "1.0.1",
"version": "1.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-generativelanguage",
"version": "1.0.1",
"version": "1.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-ai-generativelanguage/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-ai/generativelanguage": "^1.0.1"
"@google-ai/generativelanguage": "^1.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/config-v0.1.0...config-v0.1.1) (2023-09-20)


### Bug Fixes

* [infra-manager] change the config service's Ruby namespace to avoid a collision with a base class in the Ruby client platform ([#4684](https://github.com/googleapis/google-cloud-node/issues/4684)) ([d611d3f](https://github.com/googleapis/google-cloud-node/commit/d611d3ffada146439d3badebd2b4627b0ac45376))

## 0.1.0 (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Infrastructure Manager API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-config",
"version": "0.1.0",
"version": "0.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-config/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/config": "^0.1.0"
"@google-cloud/config": "^0.1.1"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-dataplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/googleapis/google-cloud-node/compare/dataplex-v3.0.1...dataplex-v3.1.0) (2023-09-20)


### Features

* [dataplex] additional HTTP bindings for IAM methods ([#4683](https://github.com/googleapis/google-cloud-node/issues/4683)) ([fb6e827](https://github.com/googleapis/google-cloud-node/commit/fb6e827399bad7b39d3a058c2eb8ad2275e967d1))

## [3.0.1](https://github.com/googleapis/google-cloud-node/compare/dataplex-v3.0.0...dataplex-v3.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataplex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/dataplex",
"version": "3.0.1",
"version": "3.1.0",
"description": "dataplex client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataplex",
"version": "3.0.1",
"version": "3.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataplex",
"version": "3.0.1",
"version": "3.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataplex/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/dataplex": "^3.0.1"
"@google-cloud/dataplex": "^3.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-tpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.2.0](https://github.com/googleapis/google-cloud-node/compare/tpu-v3.1.0...tpu-v3.2.0) (2023-09-20)


### Features

* [tpu] added new WAITING_FOR_RESOURCES state for QueuedResourceState ([#4682](https://github.com/googleapis/google-cloud-node/issues/4682)) ([f8dcd67](https://github.com/googleapis/google-cloud-node/commit/f8dcd673bbc0c28e2b2d08acd1bca1183781951b))

## [3.1.0](https://github.com/googleapis/google-cloud-node/compare/tpu-v3.0.0...tpu-v3.1.0) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/tpu",
"version": "3.1.0",
"version": "3.2.0",
"description": "tpu client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tpu",
"version": "3.1.0",
"version": "3.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tpu",
"version": "3.1.0",
"version": "3.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tpu",
"version": "3.1.0",
"version": "3.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tpu",
"version": "3.1.0",
"version": "3.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tpu",
"version": "3.1.0",
"version": "3.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tpu",
"version": "3.1.0",
"version": "3.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tpu/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/tpu": "^3.1.0"
"@google-cloud/tpu": "^3.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 606e6e5

Please sign in to comment.