From bdd71187a2bc0b14477f23703ec1a10935a48634 Mon Sep 17 00:00:00 2001 From: michaelgoin Date: Wed, 16 Feb 2022 20:30:23 +0000 Subject: [PATCH 1/3] Setting version to v7.1.1. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 531c273..4fce990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/native-metrics", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newrelic/native-metrics", - "version": "7.1.0", + "version": "7.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f2f9aa2..ece7a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/native-metrics", - "version": "7.1.0", + "version": "7.1.1", "description": "A module for generating metrics from V8.", "main": "index.js", "scripts": { From b7d2ccaae90068d8ee9aaf525d6c7a8df7412db9 Mon Sep 17 00:00:00 2001 From: michaelgoin Date: Wed, 16 Feb 2022 20:30:27 +0000 Subject: [PATCH 2/3] Adds auto-generated release notes. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5a70e..5bb8fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +### v7.1.1 (2022-02-16) + +* Updated CI workflow to use `windows-2019` image instead of `windows-latest`. + +--- NOTES NEEDS REVIEW --- +

Snyk has created this PR to upgrade nan from 2.14.2 to 2.15.0.

+ +![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=nan&from_version=2.14.2&to_version=2.15.0&pr_id=36867f3e-63ec-4c63-8373-82ff717a724e&visibility=true&has_feature_flag=false) +:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. +-------------------------- + +* Replaced usage of `proxy-agent` with `https-proxy-agent`. + +* Updated `add-to-board` to use org level `NODE_AGENT_GH_TOKEN` + +* Changed trigger on binary upload to wait for release of module instead of waiting for a tag that starts with `v` to be created + ### v7.1.0 (2022-01-11) * Added ability to download pre-builts through a proxy host. From 4a3f8087aaf7bc72985babb0f250c31b2ff6561b Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Wed, 16 Feb 2022 12:32:50 -0800 Subject: [PATCH 3/3] Revises changelog for v7.1.1. --- CHANGELOG.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb8fca..a9e1fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,15 @@ ### v7.1.1 (2022-02-16) -* Updated CI workflow to use `windows-2019` image instead of `windows-latest`. - ---- NOTES NEEDS REVIEW --- -

Snyk has created this PR to upgrade nan from 2.14.2 to 2.15.0.

- -![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=nan&from_version=2.14.2&to_version=2.15.0&pr_id=36867f3e-63ec-4c63-8373-82ff717a724e&visibility=true&has_feature_flag=false) -:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. --------------------------- - * Replaced usage of `proxy-agent` with `https-proxy-agent`. +* Bumped `nan` to ^2.15.0. + * Updated `add-to-board` to use org level `NODE_AGENT_GH_TOKEN` * Changed trigger on binary upload to wait for release of module instead of waiting for a tag that starts with `v` to be created +* Updated CI workflow to use `windows-2019` image instead of `windows-latest`. + ### v7.1.0 (2022-01-11) * Added ability to download pre-builts through a proxy host. @@ -27,6 +22,7 @@ * Added job to automatically add issues/pr to Node.js Engineering board ### v7.0.2 (2021-08-26): + * Updated code to only check `node-gyp` version when the module needs to be built to avoid hanging node and subsequently causing OOM errors. * Added a pre-commit hook to check if package.json changes and run `oss third-party manifest` and `oss third-party notices`. This will ensure the `third_party_manifest.json` and `THIRD_PARTY_NOTICES.md` are up to date. * Fixed intermittent timeout issue with the server smoke integration test.