Skip to content

Commit 009e09c

Browse files
chore(main): release cloud-profiler 7.0.0 (googleapis#8425)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bd61260 commit 009e09c

4 files changed

Lines changed: 57 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"handwritten/bigquery": "8.3.1",
2525
"handwritten/bigquery-storage": "5.1.2",
2626
"handwritten/bigtable": "6.5.1",
27-
"handwritten/cloud-profiler": "6.0.5",
27+
"handwritten/cloud-profiler": "7.0.0",
2828
"handwritten/datastore": "10.1.1",
2929
"handwritten/error-reporting": "3.0.6",
3030
"handwritten/firestore": "8.6.0",

changelog.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "chore",
8+
"sha": "bd61260a93db997e09c39958eb4e4f89916203c6",
9+
"message": "Upgrade to Node 18",
10+
"issues": [
11+
"8824"
12+
],
13+
"breakingChangeNote": "Drop support for Node.js versions < 18."
14+
},
15+
{
16+
"type": "fix",
17+
"sha": "be6bfb42b768fafb40ab0d7298367acbccefc6ae",
18+
"message": "Re-enable tests",
19+
"issues": [
20+
"8828"
21+
],
22+
"scope": "cloud-profiler"
23+
},
24+
{
25+
"type": "fix",
26+
"sha": "ea623da20f374cfa480fb9fdb7758afd0a993a8e",
27+
"message": "Update dependency protobufjs to v7.5.5 [security]",
28+
"issues": [
29+
"8071"
30+
],
31+
"scope": "deps"
32+
}
33+
],
34+
"version": "7.0.0",
35+
"language": "JAVASCRIPT",
36+
"artifactName": "@google-cloud/profiler",
37+
"id": "73eab495-b7c3-40c5-896f-572b43fdd379",
38+
"createTime": "2026-07-08T17:10:18.122Z"
39+
},
440
{
541
"changes": [
642
{
@@ -81577,5 +81613,5 @@
8157781613
"createTime": "2023-01-28T04:18:24.718Z"
8157881614
}
8157981615
],
81580-
"updateTime": "2026-07-07T04:29:41.741Z"
81581-
}
81616+
"updateTime": "2026-07-08T17:10:18.122Z"
81617+
}

handwritten/cloud-profiler/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55

66
[1]: https://www.npmjs.com/package/@google-cloud/profiler?activeTab=versions
77

8+
## [7.0.0](https://github.com/googleapis/google-cloud-node/compare/cloud-profiler-v6.0.5...cloud-profiler-v7.0.0) (2026-07-08)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Drop support for Node.js versions < 18.
14+
15+
### Bug Fixes
16+
17+
* **cloud-profiler:** Re-enable tests ([#8828](https://github.com/googleapis/google-cloud-node/issues/8828)) ([be6bfb4](https://github.com/googleapis/google-cloud-node/commit/be6bfb42b768fafb40ab0d7298367acbccefc6ae))
18+
* **deps:** Update dependency protobufjs to v7.5.5 [security] ([#8071](https://github.com/googleapis/google-cloud-node/issues/8071)) ([ea623da](https://github.com/googleapis/google-cloud-node/commit/ea623da20f374cfa480fb9fdb7758afd0a993a8e))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Upgrade to Node 18 ([#8824](https://github.com/googleapis/google-cloud-node/issues/8824)) ([bd61260](https://github.com/googleapis/google-cloud-node/commit/bd61260a93db997e09c39958eb4e4f89916203c6))
24+
825
## [6.0.5](https://github.com/googleapis/google-cloud-node/compare/cloud-profiler-v6.0.4...cloud-profiler-v6.0.5) (2026-05-11)
926

1027

handwritten/cloud-profiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/profiler",
3-
"version": "6.0.5",
3+
"version": "7.0.0",
44
"description": "Adds support for Cloud Profiler to Node.js applications",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)