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 Jan 10, 2023
1 parent 1a3497a commit f9d3bc9
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"packages/google-cloud-asset": "4.5.0",
"packages/google-cloud-assuredworkloads": "3.5.0",
"packages/google-cloud-baremetalsolution": "0.2.2",
"packages/google-cloud-batch": "0.4.0",
"packages/google-cloud-batch": "0.5.0",
"packages/google-cloud-beyondcorp-appconnections": "0.2.3",
"packages/google-cloud-beyondcorp-appconnectors": "0.3.3",
"packages/google-cloud-beyondcorp-appgateways": "0.2.3",
Expand All @@ -24,7 +24,7 @@
"packages/google-cloud-bigquery-connection": "2.0.2",
"packages/google-cloud-bigquery-dataexchange": "0.3.2",
"packages/google-cloud-bigquery-datapolicies": "0.2.0",
"packages/google-cloud-bigquery-datatransfer": "3.1.5",
"packages/google-cloud-bigquery-datatransfer": "3.2.0",
"packages/google-cloud-bigquery-reservation": "2.0.4",
"packages/google-cloud-billing": "3.2.0",
"packages/google-cloud-billing-budgets": "4.1.2",
Expand Down Expand Up @@ -103,15 +103,15 @@
"packages/google-cloud-video-stitcher": "0.3.0",
"packages/google-cloud-video-transcoder": "2.3.0",
"packages/google-cloud-videointelligence": "4.1.1",
"packages/google-cloud-vmmigration": "2.2.1",
"packages/google-cloud-vmmigration": "2.3.0",
"packages/google-cloud-vmwareengine": "0.1.0",
"packages/google-cloud-vpcaccess": "2.1.3",
"packages/google-cloud-webrisk": "3.2.0",
"packages/google-cloud-websecurityscanner": "2.1.3",
"packages/google-cloud-workflows-executions": "2.2.0",
"packages/google-container": "4.6.0",
"packages/google-container": "4.7.0",
"packages/google-dataflow": "2.0.1",
"packages/google-devtools-artifactregistry": "2.0.2",
"packages/google-devtools-artifactregistry": "2.1.0",
"packages/google-devtools-cloudbuild": "3.2.0",
"packages/google-devtools-containeranalysis": "4.4.1",
"packages/google-iam": "0.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-batch/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/batch-v0.4.0...batch-v0.5.0) (2023-01-10)


### Features

* Support secret and encrypted environment variables in v1 ([#3828](https://github.com/googleapis/google-cloud-node/issues/3828)) ([b233565](https://github.com/googleapis/google-cloud-node/commit/b2335658eb4a0c6ef3d771004fde73c53c7f2673))

## [0.4.0](https://github.com/googleapis/google-cloud-node/compare/batch-v0.3.2...batch-v0.4.0) (2022-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/batch",
"version": "0.4.0",
"version": "0.5.0",
"description": "Batch client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-batch/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/batch": "^0.4.0"
"@google-cloud/batch": "^0.5.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/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/bigquery-data-transfer?activeTab=versions

## [3.2.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-data-transfer-v3.1.5...bigquery-data-transfer-v3.2.0) (2023-01-10)


### Features

* Add location methods ([#3827](https://github.com/googleapis/google-cloud-node/issues/3827)) ([c33a983](https://github.com/googleapis/google-cloud-node/commit/c33a983e7a5cdd899a998b812e116366c8f3308f))

## [3.1.5](https://github.com/googleapis/google-cloud-node/compare/bigquery-data-transfer-v3.1.4...bigquery-data-transfer-v3.1.5) (2022-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-datatransfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/bigquery-data-transfer",
"description": "BigQuery Data Transfer API client for Node.js",
"version": "3.1.5",
"version": "3.2.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 60000"
},
"dependencies": {
"@google-cloud/bigquery-data-transfer": "^3.1.5"
"@google-cloud/bigquery-data-transfer": "^3.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-vmmigration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.0](https://github.com/googleapis/google-cloud-node/compare/vmmigration-v2.2.1...vmmigration-v2.3.0) (2023-01-10)


### Features

* AWS as a source ([#3835](https://github.com/googleapis/google-cloud-node/issues/3835)) ([b1c4b9c](https://github.com/googleapis/google-cloud-node/commit/b1c4b9c89d40c30e8dd9d5a4d460b0f74069195e))

## [2.2.1](https://github.com/googleapis/nodejs-vmmigration/compare/v2.2.0...v2.2.1) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vmmigration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/vmmigration",
"version": "2.2.1",
"version": "2.3.0",
"description": "vmmigration client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vmmigration/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha --recursive test/ --timeout=800000"
},
"dependencies": {
"@google-cloud/vmmigration": "^2.2.1"
"@google-cloud/vmmigration": "^2.3.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/google-container/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/container?activeTab=versions

## [4.7.0](https://github.com/googleapis/google-cloud-node/compare/container-v4.6.0...container-v4.7.0) (2023-01-10)


### Features

* Add field for enabled Beta K8s APIs in proto ([#3823](https://github.com/googleapis/google-cloud-node/issues/3823)) ([1a3497a](https://github.com/googleapis/google-cloud-node/commit/1a3497a49a09794a1636b3163335b307c1c18d87))
* Release GKE CloudDNS Cluster Scope ([#3820](https://github.com/googleapis/google-cloud-node/issues/3820)) ([076de4c](https://github.com/googleapis/google-cloud-node/commit/076de4c5fce49989efe5ca4465a411df030715f8))

## [4.6.0](https://github.com/googleapis/google-cloud-node/compare/container-v4.5.0...container-v4.6.0) (2022-12-21)


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": "4.6.0",
"version": "4.7.0",
"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": "^4.6.0",
"@google-cloud/container": "^4.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/google-devtools-artifactregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/googleapis/google-cloud-node/compare/artifact-registry-v2.0.2...artifact-registry-v2.1.0) (2023-01-10)


### Features

* Add location methods ([#3826](https://github.com/googleapis/google-cloud-node/issues/3826)) ([b525661](https://github.com/googleapis/google-cloud-node/commit/b525661ed04cf91720cf75cb4b0ad0e2ab540ff7))

## [2.0.2](https://github.com/googleapis/google-cloud-node/compare/artifact-registry-v2.0.1...artifact-registry-v2.0.2) (2022-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-artifactregistry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/artifact-registry",
"version": "2.0.2",
"version": "2.1.0",
"description": "Artifactregistry client for Node.js",
"repository": {
"type": "git",
Expand Down
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/artifact-registry": "^2.0.2"
"@google-cloud/artifact-registry": "^2.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit f9d3bc9

Please sign in to comment.