From e252a2dd9539f11d7c54f53156f015eafb7982e4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:04:44 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +-- changelog.json | 53 ++++++++++++++++++- .../CHANGELOG.md | 7 +++ .../package.json | 2 +- .../samples/package.json | 2 +- .../CHANGELOG.md | 7 +++ .../package.json | 2 +- .../samples/package.json | 2 +- packages/grafeas/CHANGELOG.md | 7 +++ packages/grafeas/package.json | 2 +- packages/grafeas/samples/package.json | 2 +- 11 files changed, 82 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c985749034c..0377b14edd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -29,7 +29,7 @@ "packages/google-cloud-bigquery-reservation": "2.1.1", "packages/google-cloud-billing": "3.3.1", "packages/google-cloud-billing-budgets": "4.2.1", - "packages/google-cloud-binaryauthorization": "2.3.0", + "packages/google-cloud-binaryauthorization": "2.4.0", "packages/google-cloud-certificatemanager": "0.7.1", "packages/google-cloud-channel": "2.4.1", "packages/google-cloud-clouddms": "2.2.1", @@ -120,7 +120,7 @@ "packages/google-dataflow": "2.1.1", "packages/google-devtools-artifactregistry": "2.2.1", "packages/google-devtools-cloudbuild": "3.5.0", - "packages/google-devtools-containeranalysis": "4.5.0", + "packages/google-devtools-containeranalysis": "4.6.0", "packages/google-iam": "0.3.1", "packages/google-iam-credentials": "2.0.3", "packages/google-identity-accesscontextmanager": "2.3.1", @@ -130,7 +130,7 @@ "packages/google-monitoring-dashboard": "2.9.1", "packages/google-privacy-dlp": "4.4.1", "packages/google-storagetransfer": "2.3.1", - "packages/grafeas": "4.3.0", + "packages/grafeas": "4.4.0", "packages/typeless-sample-bot": "1.3.0", "packages/google-cloud-advisorynotifications": "0.1.0", "packages/google-cloud-kms-inventory": "0.1.0", diff --git a/changelog.json b/changelog.json index 134acfa44f4..ecb05fd2fe5 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,57 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "c0d401de0df43b36c4b2d1511c436eb90a7cf446", + "message": "[grafeas] Add VULNERABILITY_ASSESSMENT Note type to grafeas v1 API, adds Vex_Assessment derived from the Note to resources' occurrences, VEX notes now be written to add CVE assessments", + "issues": [ + "4069" + ] + } + ], + "version": "4.4.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/grafeas", + "id": "7ba61c30-a4fb-46ae-819f-339e199f98bc", + "createTime": "2023-03-14T18:04:42.506Z" + }, + { + "changes": [ + { + "type": "feat", + "sha": "ec484a6f369d2df6dc73a798501c8937caf5634b", + "message": "[containeranalysis] Add VULNERABILITY_ASSESSMENT Note type to grafeas v1 API, adds Vex_Assessment derived from the Note to resources' occurrences, VEX notes now be written to add CVE assessments", + "issues": [ + "4070" + ] + } + ], + "version": "4.6.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/containeranalysis", + "id": "341cfa38-1993-483b-98f4-f854bb702a27", + "createTime": "2023-03-14T18:04:42.504Z" + }, + { + "changes": [ + { + "type": "feat", + "sha": "671757d28e2ed57c8586005bb4143cf4fb1545b0", + "message": "[binaryauthorization] Add VULNERABILITY_ASSESSMENT Note type to grafeas v1 API, adds Vex_Assessment derived from the Note to resources' occurrences, VEX notes now be written to add CVE assessments", + "issues": [ + "4071" + ] + } + ], + "version": "2.4.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/binary-authorization", + "id": "2d76e681-acb8-4ea2-a909-bdb5439a05ba", + "createTime": "2023-03-14T18:04:42.503Z" + }, { "changes": [ { @@ -4621,5 +4672,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2023-03-13T17:28:30.813Z" + "updateTime": "2023-03-14T18:04:42.506Z" } \ No newline at end of file diff --git a/packages/google-cloud-binaryauthorization/CHANGELOG.md b/packages/google-cloud-binaryauthorization/CHANGELOG.md index d53e46304a7..6b4719c55f9 100644 --- a/packages/google-cloud-binaryauthorization/CHANGELOG.md +++ b/packages/google-cloud-binaryauthorization/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/googleapis/google-cloud-node/compare/binary-authorization-v2.3.0...binary-authorization-v2.4.0) (2023-03-14) + + +### Features + +* [binaryauthorization] Add VULNERABILITY_ASSESSMENT Note type to grafeas v1 API, adds Vex_Assessment derived from the Note to resources' occurrences, VEX notes now be written to add CVE assessments ([#4071](https://github.com/googleapis/google-cloud-node/issues/4071)) ([671757d](https://github.com/googleapis/google-cloud-node/commit/671757d28e2ed57c8586005bb4143cf4fb1545b0)) + ## [2.3.0](https://github.com/googleapis/google-cloud-node/compare/binary-authorization-v2.2.1...binary-authorization-v2.3.0) (2023-03-06) diff --git a/packages/google-cloud-binaryauthorization/package.json b/packages/google-cloud-binaryauthorization/package.json index a49c31e5c23..e0cbed0cb8c 100644 --- a/packages/google-cloud-binaryauthorization/package.json +++ b/packages/google-cloud-binaryauthorization/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/binary-authorization", - "version": "2.3.0", + "version": "2.4.0", "description": "Binaryauthorization client for Node.js", "repository": { "type": "git", diff --git a/packages/google-cloud-binaryauthorization/samples/package.json b/packages/google-cloud-binaryauthorization/samples/package.json index cbdef362d36..c4819556171 100644 --- a/packages/google-cloud-binaryauthorization/samples/package.json +++ b/packages/google-cloud-binaryauthorization/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/binary-authorization": "^2.3.0" + "@google-cloud/binary-authorization": "^2.4.0" }, "devDependencies": { "c8": "^7.1.0", diff --git a/packages/google-devtools-containeranalysis/CHANGELOG.md b/packages/google-devtools-containeranalysis/CHANGELOG.md index 6c84433595c..f0772a978b7 100644 --- a/packages/google-devtools-containeranalysis/CHANGELOG.md +++ b/packages/google-devtools-containeranalysis/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/containeranalysis?activeTab=versions +## [4.6.0](https://github.com/googleapis/google-cloud-node/compare/containeranalysis-v4.5.0...containeranalysis-v4.6.0) (2023-03-14) + + +### Features + +* [containeranalysis] Add VULNERABILITY_ASSESSMENT Note type to grafeas v1 API, adds Vex_Assessment derived from the Note to resources' occurrences, VEX notes now be written to add CVE assessments ([#4070](https://github.com/googleapis/google-cloud-node/issues/4070)) ([ec484a6](https://github.com/googleapis/google-cloud-node/commit/ec484a6f369d2df6dc73a798501c8937caf5634b)) + ## [4.5.0](https://github.com/googleapis/google-cloud-node/compare/containeranalysis-v4.4.2...containeranalysis-v4.5.0) (2023-03-13) diff --git a/packages/google-devtools-containeranalysis/package.json b/packages/google-devtools-containeranalysis/package.json index c21a4233185..14fe06744b3 100644 --- a/packages/google-devtools-containeranalysis/package.json +++ b/packages/google-devtools-containeranalysis/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/containeranalysis", - "version": "4.5.0", + "version": "4.6.0", "description": "Containeranalysis client for Node.js", "repository": "googleapis/nodejs-containeranalysis", "license": "Apache-2.0", diff --git a/packages/google-devtools-containeranalysis/samples/package.json b/packages/google-devtools-containeranalysis/samples/package.json index 95e91189f6e..1ae928ee488 100644 --- a/packages/google-devtools-containeranalysis/samples/package.json +++ b/packages/google-devtools-containeranalysis/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha --timeout 100000 test/**.test.js" }, "dependencies": { - "@google-cloud/containeranalysis": "^4.5.0" + "@google-cloud/containeranalysis": "^4.6.0" }, "devDependencies": { "chai": "^4.2.0", diff --git a/packages/grafeas/CHANGELOG.md b/packages/grafeas/CHANGELOG.md index 3984157e7b5..df1f92be97f 100644 --- a/packages/grafeas/CHANGELOG.md +++ b/packages/grafeas/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/grafeas?activeTab=versions +## [4.4.0](https://github.com/googleapis/google-cloud-node/compare/grafeas-v4.3.0...grafeas-v4.4.0) (2023-03-14) + + +### Features + +* [grafeas] Add VULNERABILITY_ASSESSMENT Note type to grafeas v1 API, adds Vex_Assessment derived from the Note to resources' occurrences, VEX notes now be written to add CVE assessments ([#4069](https://github.com/googleapis/google-cloud-node/issues/4069)) ([c0d401d](https://github.com/googleapis/google-cloud-node/commit/c0d401de0df43b36c4b2d1511c436eb90a7cf446)) + ## [4.3.0](https://github.com/googleapis/google-cloud-node/compare/grafeas-v4.2.2...grafeas-v4.3.0) (2023-03-06) diff --git a/packages/grafeas/package.json b/packages/grafeas/package.json index 1b48b693f51..e846e426982 100644 --- a/packages/grafeas/package.json +++ b/packages/grafeas/package.json @@ -5,7 +5,7 @@ "url": "https://github.com/googleapis/google-cloud-node.git" }, "name": "@google-cloud/grafeas", - "version": "4.3.0", + "version": "4.4.0", "author": "Google LLC", "description": "Grafeas API client for Node.js", "main": "build/src/index.js", diff --git a/packages/grafeas/samples/package.json b/packages/grafeas/samples/package.json index eb45998daee..03f27e7cb75 100644 --- a/packages/grafeas/samples/package.json +++ b/packages/grafeas/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/grafeas": "^4.3.0", + "@google-cloud/grafeas": "^4.4.0", "@grpc/grpc-js": "^1.0.0" }, "devDependencies": {