From cf602b6be8588bb4f308d352cdb76ad6c35eb971 Mon Sep 17 00:00:00 2001 From: carlo-808 Date: Mon, 21 Jun 2021 17:16:21 +0000 Subject: [PATCH 1/3] Setting version to v7.5.1. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e354351dd..7a17eb55c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "7.5.0", + "version": "7.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a40120293..afe52c68f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "7.5.0", + "version": "7.5.1", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [ From ac185236060b7d6e37e8fdb60164bba6e9a57631 Mon Sep 17 00:00:00 2001 From: carlo-808 Date: Mon, 21 Jun 2021 17:16:23 +0000 Subject: [PATCH 2/3] Adds auto-generated release notes. --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7bfaa6ff32..b711aaf531 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +### v7.5.1 (2021-06-21) + +* Moved all integration tests that required secrets to the smoke folder + +- Fix loading config from the main module's directory. + +* Fixed LASP/CSP tests so they don't skip on runs where secrets are available. + +* Modified self-signed SSL cert to use 'localhost' instead of 'ssl.lvh.me' for SSL testing. + +* Removed unnecessary trace observer configuration validation for host and port. + ### v7.5.0 (2021-06-01) * Added default support for config files with a 'cjs' extension (`newrelic.cjs`) in addition to `newrelic.js`. From 1df780e18d76f36bb4ed60e1a46c3fde5d8b673b Mon Sep 17 00:00:00 2001 From: Carlo Pearson Date: Mon, 21 Jun 2021 11:11:59 -0700 Subject: [PATCH 3/3] update release notes --- NEWS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index b711aaf531..859213fdb5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,13 @@ ### v7.5.1 (2021-06-21) -* Moved all integration tests that required secrets to the smoke folder +* Fixed loading config from the main module's directory. Thank you @alexpls for the contribution. -- Fix loading config from the main module's directory. +* Moved all integration tests that required secrets to the smoke folder. * Fixed LASP/CSP tests so they don't skip on runs where secrets are available. -* Modified self-signed SSL cert to use 'localhost' instead of 'ssl.lvh.me' for SSL testing. - +* Modified self-signed SSL cert to use 'localhost' instead of 'ssl.lvh.me' for SSL testing. + * Removed unnecessary trace observer configuration validation for host and port. ### v7.5.0 (2021-06-01)