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 4, 2024
1 parent b4717ef commit 34b6892
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"packages/google-cloud-secretmanager": "5.1.0",
"packages/google-cloud-security-privateca": "5.1.0",
"packages/google-cloud-security-publicca": "1.1.0",
"packages/google-cloud-securitycenter": "8.3.0",
"packages/google-cloud-securitycenter": "8.4.0",
"packages/google-cloud-servicedirectory": "5.1.0",
"packages/google-cloud-shell": "3.1.0",
"packages/google-cloud-speech": "6.3.0",
Expand Down Expand Up @@ -164,5 +164,6 @@
"packages/google-cloud-redis-cluster": "0.2.0",
"packages/google-cloud-servicehealth": "0.2.0",
"packages/google-apps-meet": "0.1.0",
"packages/google-cloud-parallelstore": "0.1.0"
"packages/google-cloud-parallelstore": "0.1.0",
"packages/google-cloud-cloudcontrolspartner": "0.1.0"
}
36 changes: 35 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "45a51f588c8d296e06dbecc87dd6875e9076fc62",
"message": "Add initial files for google.cloud.cloudcontrolspartner.v1beta",
"issues": [
"5067"
]
}
],
"version": "0.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/cloudcontrolspartner",
"id": "13b7e850-33fa-40fa-b4d6-b51b30f7cc02",
"createTime": "2024-03-04T16:37:59.636Z"
},
{
"changes": [
{
"type": "feat",
"sha": "b4717ef3fce7029c95a89440c88992334b49e173",
"message": "[securitycenter] Added security center api V2 client library",
"issues": [
"5073"
]
}
],
"version": "8.4.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/security-center",
"id": "d20b8bc1-96e4-45f7-bfdf-9426313295d6",
"createTime": "2024-03-04T16:37:59.623Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -24673,5 +24707,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-02-28T15:00:12.175Z"
"updateTime": "2024-03-04T16:37:59.636Z"
}
8 changes: 8 additions & 0 deletions packages/google-cloud-cloudcontrolspartner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2024-03-04)


### Features

* Add initial files for google.cloud.cloudcontrolspartner.v1beta ([#5067](https://github.com/googleapis/google-cloud-node/issues/5067)) ([45a51f5](https://github.com/googleapis/google-cloud-node/commit/45a51f588c8d296e06dbecc87dd6875e9076fc62))
2 changes: 1 addition & 1 deletion packages/google-cloud-cloudcontrolspartner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/cloudcontrolspartner",
"version": "0.0.0",
"version": "0.1.0",
"description": "Cloud Controls Partner API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/cloudcontrolspartner": "0.0.0"
"@google-cloud/cloudcontrolspartner": "^0.1.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-securitycenter/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/security-center?activeTab=versions

## [8.4.0](https://github.com/googleapis/google-cloud-node/compare/security-center-v8.3.0...security-center-v8.4.0) (2024-03-04)


### Features

* [securitycenter] Added security center api V2 client library ([#5073](https://github.com/googleapis/google-cloud-node/issues/5073)) ([b4717ef](https://github.com/googleapis/google-cloud-node/commit/b4717ef3fce7029c95a89440c88992334b49e173))

## [8.3.0](https://github.com/googleapis/google-cloud-node/compare/security-center-v8.2.0...security-center-v8.3.0) (2024-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/security-center",
"description": "Cloud Security Command Center API client for Node.js",
"version": "8.3.0",
"version": "8.4.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/pubsub": "^4.0.0",
"@google-cloud/security-center": "^8.3.0"
"@google-cloud/security-center": "^8.4.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 34b6892

Please sign in to comment.