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 Apr 17, 2023
1 parent d9cf3bd commit e938aac
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"packages/google-cloud-mediatranslation": "3.1.2",
"packages/google-cloud-memcache": "2.3.2",
"packages/google-cloud-metastore": "3.4.2",
"packages/google-cloud-monitoring": "3.0.4",
"packages/google-cloud-monitoring": "3.0.5",
"packages/google-cloud-networkconnectivity": "2.3.3",
"packages/google-cloud-networkmanagement": "2.4.2",
"packages/google-cloud-networksecurity": "1.1.2",
Expand Down Expand Up @@ -120,7 +120,7 @@
"packages/google-dataflow": "2.1.2",
"packages/google-devtools-artifactregistry": "2.2.2",
"packages/google-devtools-cloudbuild": "3.5.2",
"packages/google-devtools-containeranalysis": "4.6.1",
"packages/google-devtools-containeranalysis": "4.7.0",
"packages/google-iam": "0.3.2",
"packages/google-iam-credentials": "2.0.4",
"packages/google-identity-accesscontextmanager": "2.3.2",
Expand All @@ -130,7 +130,7 @@
"packages/google-monitoring-dashboard": "2.9.2",
"packages/google-privacy-dlp": "4.4.2",
"packages/google-storagetransfer": "2.3.2",
"packages/grafeas": "4.4.1",
"packages/grafeas": "4.5.0",
"packages/typeless-sample-bot": "1.3.1",
"packages/google-cloud-advisorynotifications": "0.2.1",
"packages/google-cloud-kms-inventory": "0.1.1",
Expand Down
54 changes: 53 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "d9cf3bd09e06f53bfe650619df5c039a2b918af9",
"message": "[grafeas] add enum for grafeas v1 cvss to support both cvss v2 and v3",
"issues": [
"4167"
]
}
],
"version": "4.5.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/grafeas",
"id": "e2d3df36-1449-47da-b3ce-211750840af4",
"createTime": "2023-04-17T15:16:37.425Z"
},
{
"changes": [
{
"type": "feat",
"sha": "090493643ae86992c44e31963e1ba774d97b79d4",
"message": "[containeranalysis] add enum for grafeas v1 cvss to support both cvss v2 and v3",
"issues": [
"4163"
]
}
],
"version": "4.7.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/containeranalysis",
"id": "8c5d1ab2-7989-4ed3-84d7-b9d3bdaf6367",
"createTime": "2023-04-17T15:16:37.422Z"
},
{
"changes": [
{
"type": "fix",
"sha": "bacabfbd0c7280ea327190b7db43ac6d3ea2bb18",
"message": "Roll back dependency @google-cloud/monitoring to ^3.0.3",
"issues": [
"4173"
],
"scope": "deps"
}
],
"version": "3.0.5",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/monitoring",
"id": "cd091129-5a88-4438-83fa-2885b85ab18f",
"createTime": "2023-04-17T15:16:37.419Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -8724,5 +8776,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-04-13T14:05:54.623Z"
"updateTime": "2023-04-17T15:16:37.425Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-monitoring/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/monitoring?activeTab=versions

## [3.0.5](https://github.com/googleapis/google-cloud-node/compare/monitoring-v3.0.4...monitoring-v3.0.5) (2023-04-17)


### Bug Fixes

* **deps:** Roll back dependency @google-cloud/monitoring to ^3.0.3 ([#4173](https://github.com/googleapis/google-cloud-node/issues/4173)) ([bacabfb](https://github.com/googleapis/google-cloud-node/commit/bacabfbd0c7280ea327190b7db43ac6d3ea2bb18))

## [3.0.4](https://github.com/googleapis/google-cloud-node/compare/monitoring-v3.0.3...monitoring-v3.0.4) (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/monitoring",
"description": "Stackdriver Monitoring API client for Node.js",
"version": "3.0.4",
"version": "3.0.5",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/monitoring": "^3.0.3",
"@google-cloud/monitoring": "^3.0.5",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/google-devtools-containeranalysis/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/containeranalysis?activeTab=versions

## [4.7.0](https://github.com/googleapis/google-cloud-node/compare/containeranalysis-v4.6.1...containeranalysis-v4.7.0) (2023-04-17)


### Features

* [containeranalysis] add enum for grafeas v1 cvss to support both cvss v2 and v3 ([#4163](https://github.com/googleapis/google-cloud-node/issues/4163)) ([0904936](https://github.com/googleapis/google-cloud-node/commit/090493643ae86992c44e31963e1ba774d97b79d4))

## [4.6.1](https://github.com/googleapis/google-cloud-node/compare/containeranalysis-v4.6.0...containeranalysis-v4.6.1) (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-containeranalysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/containeranalysis",
"version": "4.6.1",
"version": "4.7.0",
"description": "Containeranalysis client for Node.js",
"repository": "googleapis/nodejs-containeranalysis",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 100000 test/**.test.js"
},
"dependencies": {
"@google-cloud/containeranalysis": "^4.6.1"
"@google-cloud/containeranalysis": "^4.7.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/grafeas/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/grafeas?activeTab=versions

## [4.5.0](https://github.com/googleapis/google-cloud-node/compare/grafeas-v4.4.1...grafeas-v4.5.0) (2023-04-17)


### Features

* [grafeas] add enum for grafeas v1 cvss to support both cvss v2 and v3 ([#4167](https://github.com/googleapis/google-cloud-node/issues/4167)) ([d9cf3bd](https://github.com/googleapis/google-cloud-node/commit/d9cf3bd09e06f53bfe650619df5c039a2b918af9))

## [4.4.1](https://github.com/googleapis/google-cloud-node/compare/grafeas-v4.4.0...grafeas-v4.4.1) (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"name": "@google-cloud/grafeas",
"version": "4.4.1",
"version": "4.5.0",
"author": "Google LLC",
"description": "Grafeas API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/samples/package.json
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/grafeas": "^4.4.1",
"@google-cloud/grafeas": "^4.5.0",
"@grpc/grpc-js": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e938aac

Please sign in to comment.