Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit a5c0815

Browse files
chore(main): release 7.0.0 (#640)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8be04e2 commit a5c0815

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44

55
[1]: https://www.npmjs.com/package/gcp-metadata?activeTab=versions
66

7+
## [7.0.0](https://github.com/googleapis/gcp-metadata/compare/v6.1.0...v7.0.0) (2025-06-10)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade to node 18 ([#627](https://github.com/googleapis/gcp-metadata/issues/627))
13+
14+
### Features
15+
16+
* Release 6.2.0 ([#641](https://github.com/googleapis/gcp-metadata/issues/641)) ([cbad405](https://github.com/googleapis/gcp-metadata/commit/cbad405a1c862bcc3c4f9d64f6ce0e906b437397))
17+
18+
19+
### Bug Fixes
20+
21+
* Add extra logging for incorrect headers ([#637](https://github.com/googleapis/gcp-metadata/issues/637)) ([06c2886](https://github.com/googleapis/gcp-metadata/commit/06c2886291d5ab764cc00641e3226f87f7e1c433))
22+
* **deps:** Update dependency google-logging-utils to v1 ([#638](https://github.com/googleapis/gcp-metadata/issues/638)) ([36a0f58](https://github.com/googleapis/gcp-metadata/commit/36a0f583cf5dd8f0a59c24e8b023d8cb1653d98c))
23+
* Remove the space from the log system string ([#653](https://github.com/googleapis/gcp-metadata/issues/653)) ([acf3503](https://github.com/googleapis/gcp-metadata/commit/acf350369e06be05b3da5687ccc0be7ae9000787))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* Upgrade to node 18 ([#627](https://github.com/googleapis/gcp-metadata/issues/627)) ([19359b6](https://github.com/googleapis/gcp-metadata/commit/19359b6fbea8ff2ed0793a86674b084bd781a91c))
29+
730
## [6.1.0](https://github.com/googleapis/gcp-metadata/compare/v6.0.0...v6.1.0) (2023-11-10)
831

932

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcp-metadata",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "Get the metadata from a Google Cloud Platform environment",
55
"repository": "googleapis/gcp-metadata",
66
"main": "./build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"gcp-metadata": "^6.1.0"
17+
"gcp-metadata": "^7.0.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)