Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #3483

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@

[1]: https://www.npmjs.com/package/googleapis?activeTab=versions

## [138.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v137.1.0...googleapis-v138.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.
* This release has breaking changes.
* **networkmanagement:** This release has breaking changes.
* **artifactregistry:** This release has breaking changes.

### Features

* **artifactregistry:** update the API ([4fba2fd](https://github.com/googleapis/google-api-nodejs-client/commit/4fba2fd0d25183c449f0dbeee2142a49408162b6))
* **beyondcorp:** update the API ([fb8a1bd](https://github.com/googleapis/google-api-nodejs-client/commit/fb8a1bd5083cd67b8c1a37808c1896da9149bc52))
* **bigtableadmin:** update the API ([751fcf5](https://github.com/googleapis/google-api-nodejs-client/commit/751fcf5b1313ec866e35ecc1bc7848fd81e6444c))
* **compute:** update the API ([899847d](https://github.com/googleapis/google-api-nodejs-client/commit/899847dfccc952548adaad6f337a3a5020cfb305))
* **iam:** update the API ([a49b6ea](https://github.com/googleapis/google-api-nodejs-client/commit/a49b6ea79a8c80916b989a4ccceede04410c181a))
* **networkmanagement:** update the API ([86387b3](https://github.com/googleapis/google-api-nodejs-client/commit/86387b3df9701285e658df189d6974dd6e469379))
* regenerate index files ([6d90240](https://github.com/googleapis/google-api-nodejs-client/commit/6d902405aaa88aeb99dffd8f922c4311f6ef50d7))
* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))
* run the generator ([#3487](https://github.com/googleapis/google-api-nodejs-client/issues/3487)) ([673c364](https://github.com/googleapis/google-api-nodejs-client/commit/673c364a557c466c34052bef761d00e542f96516))


### Bug Fixes

* **migrationcenter:** update the API ([75aec49](https://github.com/googleapis/google-api-nodejs-client/commit/75aec49d87f32e8c35c509cb8116906690918cc2))
* **safebrowsing:** update the API ([b11bfcb](https://github.com/googleapis/google-api-nodejs-client/commit/b11bfcbe006131454b4c49286fd9696022b25dfe))

## [137.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v137.0.0...googleapis-v137.1.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googleapis",
"version": "137.1.0",
"version": "138.0.0",
"repository": "googleapis/google-api-nodejs-client",
"license": "Apache-2.0",
"description": "Google APIs Client Library for Node.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@google-cloud/local-auth": "^3.0.0",
"express": "^4.17.1",
"googleapis": "^137.1.0",
"googleapis": "^138.0.0",
"googleapis-common": "^7.0.0",
"nconf": "^0.12.0",
"open": "^8.0.0",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [19.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/admin-v18.0.0...admin-v19.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [18.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/admin-v17.1.0...admin-v18.0.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/admin",
"version": "18.0.0",
"version": "19.0.0",
"description": "admin",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions src/apis/aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/aiplatform-v11.0.0...aiplatform-v12.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.
* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))
* run the generator ([#3487](https://github.com/googleapis/google-api-nodejs-client/issues/3487)) ([673c364](https://github.com/googleapis/google-api-nodejs-client/commit/673c364a557c466c34052bef761d00e542f96516))

## [11.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/aiplatform-v10.0.0...aiplatform-v11.0.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/aiplatform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/aiplatform",
"version": "11.0.0",
"version": "12.0.0",
"description": "aiplatform",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/androidpublisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [16.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/androidpublisher-v15.1.0...androidpublisher-v16.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [15.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/androidpublisher-v15.0.0...androidpublisher-v15.1.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/androidpublisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/androidpublisher",
"version": "15.1.0",
"version": "16.0.0",
"description": "androidpublisher",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/artifactregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [10.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/artifactregistry-v9.0.0...artifactregistry-v10.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* **artifactregistry:** This release has breaking changes.

### Features

* **artifactregistry:** update the API ([4fba2fd](https://github.com/googleapis/google-api-nodejs-client/commit/4fba2fd0d25183c449f0dbeee2142a49408162b6))

## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/artifactregistry-v8.0.0...artifactregistry-v9.0.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/artifactregistry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/artifactregistry",
"version": "9.0.0",
"version": "10.0.0",
"description": "artifactregistry",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/authorizedbuyersmarketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/authorizedbuyersmarketplace-v4.3.0...authorizedbuyersmarketplace-v5.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [4.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/authorizedbuyersmarketplace-v4.2.0...authorizedbuyersmarketplace-v4.3.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/authorizedbuyersmarketplace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/authorizedbuyersmarketplace",
"version": "4.3.0",
"version": "5.0.0",
"description": "authorizedbuyersmarketplace",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/beyondcorp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/beyondcorp-v12.0.0...beyondcorp-v12.1.0) (2024-05-10)


### Features

* **beyondcorp:** update the API ([fb8a1bd](https://github.com/googleapis/google-api-nodejs-client/commit/fb8a1bd5083cd67b8c1a37808c1896da9149bc52))

## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/beyondcorp-v11.0.0...beyondcorp-v12.0.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/beyondcorp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/beyondcorp",
"version": "12.0.0",
"version": "12.1.0",
"description": "beyondcorp",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/bigtableadmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [20.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigtableadmin-v20.0.0...bigtableadmin-v20.1.0) (2024-05-10)


### Features

* **bigtableadmin:** update the API ([751fcf5](https://github.com/googleapis/google-api-nodejs-client/commit/751fcf5b1313ec866e35ecc1bc7848fd81e6444c))

## [20.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigtableadmin-v19.0.0...bigtableadmin-v20.0.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/bigtableadmin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/bigtableadmin",
"version": "20.0.0",
"version": "20.1.0",
"description": "bigtableadmin",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [25.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/chat-v24.0.0...chat-v25.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [24.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/chat-v23.1.0...chat-v24.0.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/chat",
"version": "24.0.0",
"version": "25.0.0",
"description": "chat",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/clouddeploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/clouddeploy-v4.0.0...clouddeploy-v5.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/clouddeploy-v3.1.0...clouddeploy-v4.0.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/clouddeploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/clouddeploy",
"version": "4.0.0",
"version": "5.0.0",
"description": "clouddeploy",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/cloudidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [13.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudidentity-v12.4.0...cloudidentity-v13.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [12.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudidentity-v12.3.1...cloudidentity-v12.4.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudidentity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/cloudidentity",
"version": "12.4.0",
"version": "13.0.0",
"description": "cloudidentity",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions src/apis/compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [13.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v12.2.0...compute-v13.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* **compute:** update the API ([899847d](https://github.com/googleapis/google-api-nodejs-client/commit/899847dfccc952548adaad6f337a3a5020cfb305))
* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [12.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v12.1.0...compute-v12.2.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/compute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/compute",
"version": "12.2.0",
"version": "13.0.0",
"description": "compute",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/contactcenterinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/contactcenterinsights-v7.0.0...contactcenterinsights-v8.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/contactcenterinsights-v6.1.0...contactcenterinsights-v7.0.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/contactcenterinsights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/contactcenterinsights",
"version": "7.0.0",
"version": "8.0.0",
"description": "contactcenterinsights",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions src/apis/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/container-v7.0.0...container-v8.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.
* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))
* run the generator ([#3487](https://github.com/googleapis/google-api-nodejs-client/issues/3487)) ([673c364](https://github.com/googleapis/google-api-nodejs-client/commit/673c364a557c466c34052bef761d00e542f96516))

## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/container-v6.1.0...container-v7.0.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/container",
"version": "7.0.0",
"version": "8.0.0",
"description": "container",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [25.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/content-v24.0.0...content-v25.0.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* This release has breaking changes.

### Features

* run the generator ([#3484](https://github.com/googleapis/google-api-nodejs-client/issues/3484)) ([99b6c8d](https://github.com/googleapis/google-api-nodejs-client/commit/99b6c8de5beb8447d177048a64a977ee39ee5ee6))

## [24.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/content-v23.0.0...content-v24.0.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/content",
"version": "24.0.0",
"version": "25.0.0",
"description": "content",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down