Skip to content

Commit 5399aaf

Browse files
chore: release main (#3352)
* chore: release main * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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>
1 parent 565b145 commit 5399aaf

File tree

46 files changed

+125
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+125
-45
lines changed

.release-please-manifest.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"packages/gapic-node-templating": "0.0.0",
3-
"packages/google-api-apikeys": "0.1.0",
4-
"packages/google-cloud-batch": "0.1.1",
5-
"packages/google-cloud-beyondcorp-appconnections": "0.2.0",
6-
"packages/google-cloud-beyondcorp-appconnectors": "0.3.0",
7-
"packages/google-cloud-beyondcorp-appgateways": "0.2.0",
8-
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.2.0",
9-
"packages/google-cloud-beyondcorp-clientgateways": "0.2.0",
10-
"packages/google-cloud-gkemulticloud": "0.1.1",
3+
"packages/google-api-apikeys": "0.1.1",
4+
"packages/google-cloud-batch": "0.1.2",
5+
"packages/google-cloud-beyondcorp-appconnections": "0.2.1",
6+
"packages/google-cloud-beyondcorp-appconnectors": "0.3.1",
7+
"packages/google-cloud-beyondcorp-appgateways": "0.2.1",
8+
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.2.1",
9+
"packages/google-cloud-beyondcorp-clientgateways": "0.2.1",
10+
"packages/google-cloud-gkemulticloud": "0.1.2",
1111
"packages/google-cloud-redis": "3.1.3",
12-
"packages/google-cloud-security-publicca": "0.1.0",
12+
"packages/google-cloud-security-publicca": "0.1.1",
1313
"packages/google-devtools-artifactregistry": "2.0.0",
14-
"packages/google-iam": "0.1.0",
15-
"packages/typeless-sample-bot": "1.0.0"
14+
"packages/google-iam": "0.1.1",
15+
"packages/typeless-sample-bot": "1.0.0",
16+
"packages/google-cloud-bigquery-analyticshub": "0.1.0"
1617
}

packages/google-api-apikeys/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/apikeys-v0.1.0...apikeys-v0.1.1) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## 0.1.0 (2022-08-29)
411

512

packages/google-api-apikeys/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/apikeys",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "API Keys API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-api-apikeys/samples/generated/v2/snippet_metadata.google.api.apikeys.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-apikeys",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-api-apikeys/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/apikeys": "^0.1.0"
17+
"@google-cloud/apikeys": "^0.1.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-batch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/googleapis/google-cloud-node/compare/batch-v0.1.1...batch-v0.1.2) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/batch-v0.1.0...batch-v0.1.1) (2022-09-09)
411

512

packages/google-cloud-batch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/batch",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Batch client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-batch/samples/generated/v1/snippet_metadata.google.cloud.batch.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-batch",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-batch/samples/generated/v1alpha/snippet_metadata.google.cloud.batch.v1alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-batch",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-batch/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/batch": "^0.1.1"
17+
"@google-cloud/batch": "^0.1.2"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-beyondcorp-appconnections/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/appconnections-v0.2.0...appconnections-v0.2.1) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/appconnections-v0.1.0...appconnections-v0.2.0) (2022-08-29)
411

512

packages/google-cloud-beyondcorp-appconnections/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/appconnections",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "BeyondCorp API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-beyondcorp-appconnections/samples/generated/v1/snippet_metadata.google.cloud.beyondcorp.appconnections.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-appconnections",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-beyondcorp-appconnections/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/appconnections": "^0.2.0"
17+
"@google-cloud/appconnections": "^0.2.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-beyondcorp-appconnectors/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/googleapis/google-cloud-node/compare/appconnectors-v0.3.0...appconnectors-v0.3.1) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/appconnectors-v0.2.0...appconnectors-v0.3.0) (2022-08-29)
411

512

packages/google-cloud-beyondcorp-appconnectors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/appconnectors",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "BeyondCorp API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-beyondcorp-appconnectors/samples/generated/v1/snippet_metadata.google.cloud.beyondcorp.appconnectors.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-appconnectors",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-beyondcorp-appconnectors/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/appconnectors": "^0.3.0"
16+
"@google-cloud/appconnectors": "^0.3.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

packages/google-cloud-beyondcorp-appgateways/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/appgateways-v0.2.0...appgateways-v0.2.1) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/appgateways-v0.1.0...appgateways-v0.2.0) (2022-08-29)
411

512

packages/google-cloud-beyondcorp-appgateways/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/appgateways",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "BeyondCorp API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-beyondcorp-appgateways/samples/generated/v1/snippet_metadata.google.cloud.beyondcorp.appgateways.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-appgateways",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-beyondcorp-appgateways/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/appgateways": "^0.2.0"
17+
"@google-cloud/appgateways": "^0.2.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-beyondcorp-clientconnectorservices/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/clientconnectorservices-v0.2.0...clientconnectorservices-v0.2.1) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/clientconnectorservices-v0.1.0...clientconnectorservices-v0.2.0) (2022-08-29)
411

512

packages/google-cloud-beyondcorp-clientconnectorservices/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/clientconnectorservices",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "BeyondCorp API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/snippet_metadata.google.cloud.beyondcorp.clientconnectorservices.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-clientconnectorservices",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-beyondcorp-clientconnectorservices/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/clientconnectorservices": "^0.2.0"
17+
"@google-cloud/clientconnectorservices": "^0.2.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-beyondcorp-clientgateways/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/clientgateways-v0.2.0...clientgateways-v0.2.1) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/clientgateways-v0.1.0...clientgateways-v0.2.0) (2022-08-29)
411

512

packages/google-cloud-beyondcorp-clientgateways/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/clientgateways",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "BeyondCorp API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-beyondcorp-clientgateways/samples/generated/v1/snippet_metadata.google.cloud.beyondcorp.clientgateways.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-clientgateways",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-beyondcorp-clientgateways/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/clientgateways": "^0.2.0"
17+
"@google-cloud/clientgateways": "^0.2.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.0 (2022-09-28)
4+
5+
6+
### Features
7+
8+
* add initial files for google.cloud.bigquery.analyticshub.v1 ([551ff27](https://github.com/googleapis/google-cloud-node/commit/551ff27905500c340f83ed22d208762d68bdc2d0))
9+
* add initial files for google.cloud.bigquery.analyticshub.v1 ([5e4189a](https://github.com/googleapis/google-cloud-node/commit/5e4189ae155fac0ee4d15cc2643f541bd49f40af))

packages/google-cloud-bigquery-analyticshub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-analyticshub",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Analytics Hub API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-bigquery-analyticshub/samples/generated/v1/snippet_metadata.google.cloud.bigquery.analyticshub.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-analyticshub",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-bigquery-analyticshub/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/bigquery-analyticshub": "0.0.0"
17+
"@google-cloud/bigquery-analyticshub": "^0.1.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-gkemulticloud/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/googleapis/google-cloud-node/compare/gkemulticloud-v0.1.1...gkemulticloud-v0.1.2) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/gkemulticloud-v0.1.0...gkemulticloud-v0.1.1) (2022-08-30)
411

512

packages/google-cloud-gkemulticloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/gkemulticloud",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Anthos Multi-Cloud API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-gkemulticloud/samples/generated/v1/snippet_metadata.google.cloud.gkemulticloud.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-gkemulticloud",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-gkemulticloud/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/gkemulticloud": "^0.1.1"
17+
"@google-cloud/gkemulticloud": "^0.1.2"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-security-publicca/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/publicca-v0.1.0...publicca-v0.1.1) (2022-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## 0.1.0 (2022-09-09)
411

512

0 commit comments

Comments
 (0)