Skip to content

Commit 0766585

Browse files
authored
Merge branch 'main' into docs/issue-7352-getsignedurlconfig
2 parents 5eadeb5 + 009e09c commit 0766585

32 files changed

Lines changed: 262 additions & 254 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+
}

ci/run_conditional_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tests_with_credentials="core/packages/google-auth-library-nodejs/ packages/googl
9292
# on Windows due to incompatible npm scripts.
9393
#
9494
# Until these packages can be updated to be OS agnostic, we will skip them on Windows.
95-
windows_exempt_tests="core/ core/packages/ core/dev-packages/ .github/scripts/fixtures/ .github/scripts/tests/ core/packages/gapic-node-processing/ core/packages/typeless-sample-bot/"
95+
windows_exempt_tests="core/ core/packages/ core/dev-packages/ .github/scripts/fixtures/ .github/scripts/tests/ core/packages/gapic-node-processing/ core/packages/typeless-sample-bot/ handwritten/cloud-profiler/"
9696

9797
for subdir in ${subdirs[@]}; do
9898
for d in `ls -d ${subdir}/*/`; do
@@ -133,8 +133,8 @@ for subdir in ${subdirs[@]}; do
133133
continue
134134
fi
135135

136-
# Our CI uses Git Bash on Windows to execute this script, which returns "msys" for OSTYPE.
137-
if [[ "$OSTYPE" == "msys" ]]; then
136+
# Our CI uses Git Bash on Windows to execute this script, which returns "msys" or "cygwin" for OSTYPE.
137+
if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "cygwin" || "$OS" == "Windows_NT" ]]; then
138138
if [[ "${windows_exempt_tests}" =~ "${d}" ]]; then
139139
echo "Skipping ${d} on Windows (in exemption list)"
140140
continue

handwritten/cloud-profiler/.kokoro/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/cloud-profiler/.kokoro/continuous/node14/common.cfg renamed to handwritten/cloud-profiler/.kokoro/continuous/node18/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/cloud-profiler/.kokoro/continuous/node14/lint.cfg renamed to handwritten/cloud-profiler/.kokoro/continuous/node18/lint.cfg

File renamed without changes.

handwritten/cloud-profiler/.kokoro/continuous/node14/samples-test.cfg renamed to handwritten/cloud-profiler/.kokoro/continuous/node18/samples-test.cfg

File renamed without changes.

handwritten/cloud-profiler/.kokoro/continuous/node14/test.cfg renamed to handwritten/cloud-profiler/.kokoro/continuous/node18/test.cfg

File renamed without changes.

handwritten/cloud-profiler/.kokoro/presubmit/node14/common.cfg renamed to handwritten/cloud-profiler/.kokoro/presubmit/node18/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/cloud-profiler/.kokoro/presubmit/node14/samples-test.cfg renamed to handwritten/cloud-profiler/.kokoro/presubmit/node18/samples-test.cfg

File renamed without changes.

0 commit comments

Comments
 (0)