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 Mar 14, 2023
1 parent 494f159 commit e252a2d
Show file tree
Hide file tree
Showing 11 changed files with 82 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 @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
53 changes: 52 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-binaryauthorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-binaryauthorization/package.json
Original file line number Diff line number Diff line change
@@ -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",
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/binary-authorization": "^2.3.0"
"@google-cloud/binary-authorization": "^2.4.0"
},
"devDependencies": {
"c8": "^7.1.0",
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.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)


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.5.0",
"version": "4.6.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.5.0"
"@google-cloud/containeranalysis": "^4.6.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.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)


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.3.0",
"version": "4.4.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.3.0",
"@google-cloud/grafeas": "^4.4.0",
"@grpc/grpc-js": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e252a2d

Please sign in to comment.