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 #3407

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"packages/google-cloud-bigquery-datatransfer": "3.1.3",
"packages/google-cloud-gkemulticloud": "0.1.2",
"packages/google-cloud-language": "5.1.0",
"packages/google-cloud-oslogin": "4.0.2",
"packages/google-cloud-phishingprotection": "3.0.4",
"packages/google-cloud-oslogin": "5.0.0",
"packages/google-cloud-phishingprotection": "4.0.0",
"packages/google-cloud-redis": "3.1.3",
"packages/google-cloud-resourcemanager": "4.1.1",
"packages/google-cloud-security-publicca": "0.1.1",
Expand Down
23 changes: 23 additions & 0 deletions packages/google-cloud-oslogin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

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

## [5.0.0](https://github.com/googleapis/google-cloud-node/compare/os-login-v4.0.2...os-login-v5.0.0) (2022-10-13)


### ⚠ BREAKING CHANGES

* Update library to use Node 12 (#527)

### Bug Fixes

* Allow passing gax instance to client constructor ([#548](https://github.com/googleapis/google-cloud-node/issues/548)) ([392444e](https://github.com/googleapis/google-cloud-node/commit/392444ecf6a79b94382f44e1226e9c9111bd3f87))
* Better support for fallback mode ([#543](https://github.com/googleapis/google-cloud-node/issues/543)) ([ae9f928](https://github.com/googleapis/google-cloud-node/commit/ae9f928a1d2a672ca380df047e53f823b49bdf8f))
* **build:** Switch primary branch to main ([#480](https://github.com/googleapis/google-cloud-node/issues/480)) ([73ead12](https://github.com/googleapis/google-cloud-node/commit/73ead1227335844e920f8856369e19b3a8313baa))
* Change import long to require ([#544](https://github.com/googleapis/google-cloud-node/issues/544)) ([fc700aa](https://github.com/googleapis/google-cloud-node/commit/fc700aa812ff19178d881ea6f9db78ee2df38d8a))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#547](https://github.com/googleapis/google-cloud-node/issues/547)) ([ff7307d](https://github.com/googleapis/google-cloud-node/commit/ff7307d17789316c151b1f4cb31edbc2c25b8075))
* **docs:** Describe fallback rest option ([#534](https://github.com/googleapis/google-cloud-node/issues/534)) ([5db6ea0](https://github.com/googleapis/google-cloud-node/commit/5db6ea0483863d9e8f352826933ec3245b419590))
* Preserve default values in x-goog-request-params header ([#551](https://github.com/googleapis/google-cloud-node/issues/551)) ([06a0f0a](https://github.com/googleapis/google-cloud-node/commit/06a0f0a7a1ed34a6b41476e5f376d0881374b9a8))
* use google-gax v3.3.0 ([ff7307d](https://github.com/googleapis/google-cloud-node/commit/ff7307d17789316c151b1f4cb31edbc2c25b8075))


### Build System

* Update library to use Node 12 ([#527](https://github.com/googleapis/google-cloud-node/issues/527)) ([43c53e0](https://github.com/googleapis/google-cloud-node/commit/43c53e0a545e2c30a39f74178a569a24057c463b))

## [4.0.2](https://github.com/googleapis/nodejs-os-login/compare/v4.0.1...v4.0.2) (2022-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/os-login",
"description": "Google Cloud OS Login API client for Node.js",
"version": "4.0.2",
"version": "5.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/os-login": "^4.0.2"
"@google-cloud/os-login": "^5.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/google-cloud-phishingprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

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

## [4.0.0](https://github.com/googleapis/google-cloud-node/compare/phishing-protection-v3.0.4...phishing-protection-v4.0.0) (2022-10-13)


### ⚠ BREAKING CHANGES

* Update library to use Node 12 (#386)

### Bug Fixes

* Allow passing gax instance to client constructor ([#407](https://github.com/googleapis/google-cloud-node/issues/407)) ([5360b24](https://github.com/googleapis/google-cloud-node/commit/5360b24d0cae6351446c257079d7f49a9c17cce1))
* Better support for fallback mode ([#402](https://github.com/googleapis/google-cloud-node/issues/402)) ([fc54595](https://github.com/googleapis/google-cloud-node/commit/fc5459502718a0fc4f9d71bc8d43bebbe5b7be06))
* Change import long to require ([#403](https://github.com/googleapis/google-cloud-node/issues/403)) ([b9cdbe6](https://github.com/googleapis/google-cloud-node/commit/b9cdbe6c44261216aae2199e87ec0bbc6f56a3de))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#406](https://github.com/googleapis/google-cloud-node/issues/406)) ([e4c9f02](https://github.com/googleapis/google-cloud-node/commit/e4c9f020be8c1d5a7b6f9f63df52809c0885aa99))
* **docs:** Describe fallback rest option ([#392](https://github.com/googleapis/google-cloud-node/issues/392)) ([98129a8](https://github.com/googleapis/google-cloud-node/commit/98129a89c139b6fefc176162d3b11e5fdcf8ffc2))
* Preserve default values in x-goog-request-params header ([#411](https://github.com/googleapis/google-cloud-node/issues/411)) ([21305c8](https://github.com/googleapis/google-cloud-node/commit/21305c8eab7fee963f92d0a5df94aad1b862e80e))
* use google-gax v3.3.0 ([e4c9f02](https://github.com/googleapis/google-cloud-node/commit/e4c9f020be8c1d5a7b6f9f63df52809c0885aa99))


### Build System

* Update library to use Node 12 ([#386](https://github.com/googleapis/google-cloud-node/issues/386)) ([c660c95](https://github.com/googleapis/google-cloud-node/commit/c660c958c8756726f3f1ea254dc5078282035e14))

## [3.0.4](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.3...v3.0.4) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-phishingprotection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-phishing-protection",
"name": "@google-cloud/phishing-protection",
"version": "3.0.4",
"version": "4.0.0",
"author": "Google LLC",
"description": "Phishing Protection API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/phishing-protection": "^3.0.4"
"@google-cloud/phishing-protection": "^4.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down