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 Feb 8, 2024
1 parent adb0fd0 commit 89628cc
Show file tree
Hide file tree
Showing 100 changed files with 298 additions and 67 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-networkmanagement/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/network-management-v3.1.0...network-management-v3.2.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-networkmanagement/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/network-management",
"version": "3.1.0",
"version": "3.2.0",
"description": "networkmanagement 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/network-management": "^3.1.0"
"@google-cloud/network-management": "^3.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-networksecurity/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/network-security-v2.0.1...network-security-v2.1.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [2.0.1](https://github.com/googleapis/google-cloud-node/compare/network-security-v2.0.0...network-security-v2.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-networksecurity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/network-security",
"version": "2.0.1",
"version": "2.1.0",
"description": "networksecurity client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-networksecurity/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/network-security": "^2.0.1"
"@google-cloud/network-security": "^2.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-networkservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/networkservices-v0.2.1...networkservices-v0.3.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/networkservices-v0.2.0...networkservices-v0.2.1) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-networkservices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/networkservices",
"version": "0.2.1",
"version": "0.3.0",
"description": "Network Services API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-networkservices/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/networkservices": "^0.2.1"
"@google-cloud/networkservices": "^0.3.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-notebooks/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/notebooks-v3.1.0...notebooks-v3.2.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

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


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

## [3.3.0](https://github.com/googleapis/google-cloud-node/compare/optimization-v3.2.0...optimization-v3.3.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [3.2.0](https://github.com/googleapis/google-cloud-node/compare/optimization-v3.1.0...optimization-v3.2.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-optimization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/optimization",
"version": "3.2.0",
"version": "3.3.0",
"description": "optimization client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-optimization/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/optimization": "^3.2.0"
"@google-cloud/optimization": "^3.3.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
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/orchestration-airflow-v3.0.1...orchestration-airflow-v3.1.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

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


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/orchestration-airflow",
"version": "3.0.1",
"version": "3.1.0",
"description": "orchestration-airflow 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/orchestration-airflow": "^3.0.1"
"@google-cloud/orchestration-airflow": "^3.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-orgpolicy/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/org-policy-v3.1.0...org-policy-v3.2.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [3.1.0](https://github.com/googleapis/google-cloud-node/compare/org-policy-v3.0.1...org-policy-v3.1.0) (2024-01-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-orgpolicy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/org-policy",
"version": "3.1.0",
"version": "3.2.0",
"description": "Org policy client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-orgpolicy/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/org-policy": "^3.1.0"
"@google-cloud/org-policy": "^3.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-osconfig/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/os-config-v3.0.1...os-config-v3.1.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-osconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/os-config",
"version": "3.0.1",
"version": "3.1.0",
"description": "Osconfig client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-osconfig/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/os-config": "^3.0.1"
"@google-cloud/os-config": "^3.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-oslogin/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/os-login?activeTab=versions

## [5.5.0](https://github.com/googleapis/google-cloud-node/compare/os-login-v5.4.0...os-login-v5.5.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [5.4.0](https://github.com/googleapis/google-cloud-node/compare/os-login-v5.3.0...os-login-v5.4.0) (2024-01-15)


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": "5.4.0",
"version": "5.5.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": "^5.4.0"
"@google-cloud/os-login": "^5.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-phishingprotection/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/phishing-protection?activeTab=versions

## [4.1.0](https://github.com/googleapis/google-cloud-node/compare/phishing-protection-v4.0.1...phishing-protection-v4.1.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [4.0.1](https://github.com/googleapis/google-cloud-node/compare/phishing-protection-v4.0.0...phishing-protection-v4.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-phishingprotection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"directory": "packages/google-cloud-phishingprotection"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-phishingprotection",
"version": "4.0.1",
"version": "4.1.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": "^4.0.1"
"@google-cloud/phishing-protection": "^4.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-policysimulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/policysimulator-v0.1.0...policysimulator-v0.2.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## 0.1.0 (2023-09-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-policysimulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/policysimulator",
"version": "0.1.0",
"version": "0.2.0",
"description": "Policy Simulator API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-policysimulator/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/policysimulator": "^0.1.0"
"@google-cloud/policysimulator": "^0.2.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-policytroubleshooter-iam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/policy-troubleshooter-iam-v0.2.1...policy-troubleshooter-iam-v0.3.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/policy-troubleshooter-iam-v0.2.0...policy-troubleshooter-iam-v0.2.1) (2023-09-11)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/policy-troubleshooter-iam",
"version": "0.2.1",
"version": "0.3.0",
"description": "Iam client for Node.js",
"repository": {
"type": "git",
Expand Down
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/policy-troubleshooter-iam": "^0.2.1"
"@google-cloud/policy-troubleshooter-iam": "^0.3.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-policytroubleshooter/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/policy-troubleshooter-v3.1.1...policy-troubleshooter-v3.2.0) (2024-02-08)


### Features

* Trusted Private Cloud support, use the universeDomain parameter ([#5026](https://github.com/googleapis/google-cloud-node/issues/5026)) ([43acd89](https://github.com/googleapis/google-cloud-node/commit/43acd893e6c428f219d62f0c4264e4db78b99f99))

## [3.1.1](https://github.com/googleapis/google-cloud-node/compare/policy-troubleshooter-v3.1.0...policy-troubleshooter-v3.1.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-policytroubleshooter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/policy-troubleshooter",
"version": "3.1.1",
"version": "3.2.0",
"description": "Policytroubleshooter client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.0",
"@google-cloud/policy-troubleshooter": "^3.1.1"
"@google-cloud/policy-troubleshooter": "^3.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
Loading

0 comments on commit 89628cc

Please sign in to comment.