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 0904936 commit 7bbab87
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 7 deletions.
4 changes: 2 additions & 2 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 Down
37 changes: 36 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"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": "71db0c2d-d924-41c2-a055-03a52c923d48",
"createTime": "2023-04-17T15:06:09.158Z"
},
{
"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": "e2f3fcae-9606-4460-b692-f6e768635cad",
"createTime": "2023-04-17T15:06:09.153Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -8724,5 +8759,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-04-13T14:05:54.623Z"
"updateTime": "2023-04-17T15:06:09.158Z"
}
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

0 comments on commit 7bbab87

Please sign in to comment.