diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c985749034c8..73fbc6b5ea53 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", @@ -119,8 +119,8 @@ "packages/google-container": "4.7.1", "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-cloudbuild": "3.5.1", + "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 134acfa44f43..6c277cf396f7 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,74 @@ { "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": "38139abc-a628-46fb-a47f-3c46b033c437", + "createTime": "2023-03-15T22:04:17.822Z" + }, + { + "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": "334a7e44-5c3e-4b97-b8e1-447a9df34337", + "createTime": "2023-03-15T22:04:17.820Z" + }, + { + "changes": [ + { + "type": "fix", + "sha": "55efb27141ba420ea9c181673708e8282382b0ff", + "message": "[cloudbuild] change java package of Cloud Build v2", + "issues": [ + "4087" + ] + } + ], + "version": "3.5.1", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/cloudbuild", + "id": "89967902-f51a-4b47-81b2-4f9405132646", + "createTime": "2023-03-15T22:04:17.818Z" + }, + { + "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": "6a5d8a7f-eb59-415f-aa1e-3a8e05240a0b", + "createTime": "2023-03-15T22:04:17.815Z" + }, { "changes": [ { @@ -4621,5 +4689,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2023-03-13T17:28:30.813Z" + "updateTime": "2023-03-15T22:04:17.822Z" } \ No newline at end of file diff --git a/packages/google-cloud-binaryauthorization/CHANGELOG.md b/packages/google-cloud-binaryauthorization/CHANGELOG.md index d53e46304a79..314abaa4ac88 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-15) + + +### 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 a49c31e5c232..e0cbed0cb8ca 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 cbdef362d367..c4819556171b 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-cloudbuild/CHANGELOG.md b/packages/google-devtools-cloudbuild/CHANGELOG.md index c28b6c07bc2c..455d84e3173e 100644 --- a/packages/google-devtools-cloudbuild/CHANGELOG.md +++ b/packages/google-devtools-cloudbuild/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.1](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v3.5.0...cloudbuild-v3.5.1) (2023-03-15) + + +### Bug Fixes + +* [cloudbuild] change java package of Cloud Build v2 ([#4087](https://github.com/googleapis/google-cloud-node/issues/4087)) ([55efb27](https://github.com/googleapis/google-cloud-node/commit/55efb27141ba420ea9c181673708e8282382b0ff)) + ## [3.5.0](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v3.4.0...cloudbuild-v3.5.0) (2023-03-13) diff --git a/packages/google-devtools-cloudbuild/package.json b/packages/google-devtools-cloudbuild/package.json index 93601ab32c93..0b775cf4fafb 100644 --- a/packages/google-devtools-cloudbuild/package.json +++ b/packages/google-devtools-cloudbuild/package.json @@ -5,7 +5,7 @@ "url": "https://github.com/googleapis/google-cloud-node.git" }, "name": "@google-cloud/cloudbuild", - "version": "3.5.0", + "version": "3.5.1", "author": "Google LLC", "description": "Cloud Build API client for Node.js", "main": "build/src/index.js", diff --git a/packages/google-devtools-cloudbuild/samples/package.json b/packages/google-devtools-cloudbuild/samples/package.json index 6430479dee81..ccc77f30a3c0 100644 --- a/packages/google-devtools-cloudbuild/samples/package.json +++ b/packages/google-devtools-cloudbuild/samples/package.json @@ -15,7 +15,7 @@ "test": "c8 mocha test --timeout=800000" }, "dependencies": { - "@google-cloud/cloudbuild": "^3.5.0" + "@google-cloud/cloudbuild": "^3.5.1" }, "devDependencies": { "c8": "^7.0.0", diff --git a/packages/google-devtools-containeranalysis/CHANGELOG.md b/packages/google-devtools-containeranalysis/CHANGELOG.md index 6c84433595c5..e787f58d2123 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-15) + + +### 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 c21a4233185c..14fe06744b3b 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 95e91189f6ec..1ae928ee488e 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 3984157e7b51..f1c3e7ce3e06 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-15) + + +### 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 1b48b693f511..e846e426982c 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 eb45998daee3..03f27e7cb755 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": {