From c650edb71ee69c1bcd2efa0052d0f06d401756b9 Mon Sep 17 00:00:00 2001 From: Sumit Suthar Date: Fri, 20 Sep 2024 16:30:31 +0530 Subject: [PATCH] Revert "chore: Added CI for publishing agent as Azure site extension (#2488)" This reverts commit 351aaff53ed218d9cc0e917bb3302ecf3d17509e. --- .github/workflows/azure-site-extension.yml | 71 ------------------ THIRD_PARTY_NOTICES.md | 8 +- cloud-tooling/azure-site-extension/.gitignore | 1 - .../azure-site-extension/Content/README.md | 52 ------------- .../Content/applicationHost.xdt | 13 ---- .../Content/scmApplicationHost.xdt | 5 -- ....Azure.WebSites.Extension.NodeAgent.nuspec | 24 ------ cloud-tooling/azure-site-extension/icon.png | Bin 5559 -> 0 bytes third_party_manifest.json | 34 ++++----- 9 files changed, 21 insertions(+), 187 deletions(-) delete mode 100644 .github/workflows/azure-site-extension.yml delete mode 100644 cloud-tooling/azure-site-extension/.gitignore delete mode 100644 cloud-tooling/azure-site-extension/Content/README.md delete mode 100644 cloud-tooling/azure-site-extension/Content/applicationHost.xdt delete mode 100644 cloud-tooling/azure-site-extension/Content/scmApplicationHost.xdt delete mode 100644 cloud-tooling/azure-site-extension/NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec delete mode 100644 cloud-tooling/azure-site-extension/icon.png diff --git a/.github/workflows/azure-site-extension.yml b/.github/workflows/azure-site-extension.yml deleted file mode 100644 index 4036e56fe3..0000000000 --- a/.github/workflows/azure-site-extension.yml +++ /dev/null @@ -1,71 +0,0 @@ -name: Azure Site Extension - -on: - workflow_dispatch: - -env: - SPEC_FILE_TEMPLATE: 'NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec' - -jobs: - create_extension_bundle: - runs-on: windows-latest - - strategy: - matrix: - node-version: ['lts/*'] - arch: [ x64 ] - - steps: - - uses: actions/checkout@v4 - - - name: Setup dotnet '6.0.x' - uses: actions/setup-dotnet@v4 - with: - dotnet-version: '6.0.x' - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - architecture: ${{ matrix.arch }} - - - name: Find agent version - run: | - $env:npm_agent_version = npm view newrelic version - echo "AGENT_VERSION=$env:npm_agent_version" | Out-File -FilePath $env:GITHUB_ENV -Append - - - name: Set package filename - run: | - echo "PACKAGE_FILENAME=NewRelic.Azure.WebSites.Extension.NodeAgent-${{env.AGENT_VERSION}}" | Out-File -FilePath $env:GITHUB_ENV -Append - - - name: Verify environment vars # because we can't access GH env vars until the next step - run: | - echo "Agent version: ${{ env.AGENT_VERSION }}" - echo "Package filename: ${{ env.PACKAGE_FILENAME }}" - - - name: Install agent - working-directory: cloud-tooling/azure-site-extension/Content - run: | - npm i --prefix . newrelic@${{ env.AGENT_VERSION }} - echo "Agent installed" - - - name: Configure package files - working-directory: cloud-tooling/azure-site-extension - run: | - (Get-Content ${{ env.SPEC_FILE_TEMPLATE }}).Replace('{VERSION}', "${{ env.AGENT_VERSION }}") | Set-Content ${{ env.PACKAGE_FILENAME }}.nuspec - - - name: Create bundle - working-directory: cloud-tooling/azure-site-extension - run: nuget pack "${{ env.PACKAGE_FILENAME }}.nuspec" - - # This step is for us to check what's going to be published - - name: Archive package for verification - uses: actions/upload-artifact@v4 - with: - name: azure-site-extension-test-${{ env.PACKAGE_FILENAME }} - path: cloud-tooling/azure-site-extension/${{ env.PACKAGE_FILENAME }}.nupkg - - - name: Publish site extension - working-directory: cloud-tooling/azure-site-extension - run: | - dotnet nuget push "${{ env.PACKAGE_FILENAME }}.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source ${{ secrets.NUGET_SOURCE }} diff --git a/THIRD_PARTY_NOTICES.md b/THIRD_PARTY_NOTICES.md index b4327dc219..488aa64e2a 100644 --- a/THIRD_PARTY_NOTICES.md +++ b/THIRD_PARTY_NOTICES.md @@ -1076,7 +1076,7 @@ SOFTWARE. ### @aws-sdk/client-s3 -This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.637.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.637.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.637.0/LICENSE): +This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.632.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.632.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.632.0/LICENSE): ``` Apache License @@ -1285,7 +1285,7 @@ This product includes source derived from [@aws-sdk/client-s3](https://github.co ### @aws-sdk/s3-request-presigner -This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.637.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.637.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.637.0/LICENSE): +This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.632.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.632.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.632.0/LICENSE): ``` Apache License @@ -2656,7 +2656,7 @@ SOFTWARE. ### async -This product includes source derived from [async](https://github.com/caolan/async) ([v3.2.6](https://github.com/caolan/async/tree/v3.2.6)), distributed under the [MIT License](https://github.com/caolan/async/blob/v3.2.6/LICENSE): +This product includes source derived from [async](https://github.com/caolan/async) ([v3.2.5](https://github.com/caolan/async/tree/v3.2.5)), distributed under the [MIT License](https://github.com/caolan/async/blob/v3.2.5/LICENSE): ``` Copyright (c) 2010-2018 Caolan McMahon @@ -2683,7 +2683,7 @@ THE SOFTWARE. ### aws-sdk -This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1687.0](https://github.com/aws/aws-sdk-js/tree/v2.1687.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1687.0/LICENSE.txt): +This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1677.0](https://github.com/aws/aws-sdk-js/tree/v2.1677.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1677.0/LICENSE.txt): ``` diff --git a/cloud-tooling/azure-site-extension/.gitignore b/cloud-tooling/azure-site-extension/.gitignore deleted file mode 100644 index 5bdf479bc9..0000000000 --- a/cloud-tooling/azure-site-extension/.gitignore +++ /dev/null @@ -1 +0,0 @@ -NewRelic.Azure.WebSites.Extension.NodeAgent.*.nupkg diff --git a/cloud-tooling/azure-site-extension/Content/README.md b/cloud-tooling/azure-site-extension/Content/README.md deleted file mode 100644 index 1d0b1b4327..0000000000 --- a/cloud-tooling/azure-site-extension/Content/README.md +++ /dev/null @@ -1,52 +0,0 @@ -# Azure Node Agent Site Extension - -This project creates an Azure site extension that automatically installs the New Relic Node Agent. This extension is designed for Node applications running on Azure Windows compute resources. The site extensions follow [semantic versioning conventions](https://semver.org/). You can expect to find artifacts in [Nuget](https://www.nuget.org/). - -## Installation - -Applying the site extension will install the New Relic Node agent. - -From the Azure Home page, do the following: -- Click the App Services tile -- Click the name of the target application in the displayed list -- On the options listed on the left, scroll down to "Extensions" located under the Development Tools category -- Click on + Add at the top of the page -- From the extension drop down, select New Relic Node Agent. -- Check the box for accepting the legal terms -- Click Add on the bottom of the page. This will begin installation of the extension. - -Once installed, the extension creates the following artifacts: - -- Folder: `C:\home\SiteExtensions\NewRelic.Azure.Websites.Extension.NodeAgent` -- XDT: `applicationHost.xdt` that will add the necessary `NODE_OPTIONS` environment variable on application startup -- The New Relic Node agent and dependencies will be installed into `C:\home\site\wwwroot\node_modules` - -If the extension fails to install, a log file is created at `C:\home\SiteExtensions\NewRelic.Azure.Websites.Extension.NodeAgent\install.log`. - -If the New Relic agent has been installed successfully and logging has been enabled, the agent will append its logs to a file at `C:\home\site\wwwroot\newrelic_agent.log`. - -### Compatibility note: - -For applications running on Win 32, full Code Level Metrics support (file path, line, column) is not available, and profiling will fall back to function name only. - -## Configuration -The New Relic Node agent is configured with the `newrelic.js` file, or via environment variables. [See our documentation for more detailed configuration](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration/). - -Once the site extension is installed, you'll need to manually enter one configuration item before restarting your application. - - On the options listed on the left, scroll down to "Environment variables" located under the "Settings" category and add the following: - - `NEW_RELIC_LICENSE_KEY` - Your New Relic license key value - -The Node agent automatically adds the `NODE_OPTIONS` environment variable with a value of `-r newrelic` which starts the agent. - - Note: Any previously `NODE_OPTIONS` will be removed and reset with `-r newrelic`. - -## Extension Source Files -Below is a description of the files that make up the extension. This can be helpful for future maintenance on the extension or for the creation of another Site Extension. - - - `README.md` - This file - - `NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec` - Contains the metadata about the target extension: Name, authors, copyright, etc. Nuspec Format - - `Content/applicationHost.xdt` - XDT transformation to add the necessary agent startup environment variable to the app config when the app starts up - - `Content/install.cmd` - Simple batch file that wraps a call to the Powershell `install.ps1` script - - `Content/install.ps1` - Powershell script that moves/installs the agent bundle to the proper location on the host - - `Content/uninstall.cmd` - Simple batch file that will remove the Node installation artifacts when the extension is removed - -Note: We recommend installing or removing this Azure site extension while your web application is stopped. diff --git a/cloud-tooling/azure-site-extension/Content/applicationHost.xdt b/cloud-tooling/azure-site-extension/Content/applicationHost.xdt deleted file mode 100644 index 2ac781f5df..0000000000 --- a/cloud-tooling/azure-site-extension/Content/applicationHost.xdt +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/cloud-tooling/azure-site-extension/Content/scmApplicationHost.xdt b/cloud-tooling/azure-site-extension/Content/scmApplicationHost.xdt deleted file mode 100644 index 6ac1b18678..0000000000 --- a/cloud-tooling/azure-site-extension/Content/scmApplicationHost.xdt +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/cloud-tooling/azure-site-extension/NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec b/cloud-tooling/azure-site-extension/NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec deleted file mode 100644 index d2d5d91f08..0000000000 --- a/cloud-tooling/azure-site-extension/NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - NewRelic.Azure.WebSites.Extension.NodeAgent - {VERSION} - New Relic Node Agent {VERSION} - New Relic - Apache-2.0 - https://github.com/newrelic/node-newrelic - true - This extension adds the New Relic Node Agent to your Azure WebSite. - https://newrelic.com/static-assets/images/icons/avatar-newrelic.png - images\icon.png - New Relic, Inc., 2024 - AzureSiteExtension - - - - - - - - - diff --git a/cloud-tooling/azure-site-extension/icon.png b/cloud-tooling/azure-site-extension/icon.png deleted file mode 100644 index ec5bab479fd89bd3cc13deb0f01a1ffaf39ca3dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5559 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 FV1h4Kaw7l$ diff --git a/third_party_manifest.json b/third_party_manifest.json index e4ee1bedaf..d36962c491 100644 --- a/third_party_manifest.json +++ b/third_party_manifest.json @@ -1,5 +1,5 @@ { - "lastUpdated": "Fri Aug 30 2024 14:16:44 GMT-0500 (Central Daylight Time)", + "lastUpdated": "Mon Aug 19 2024 14:49:27 GMT-0400 (Eastern Daylight Time)", "projectName": "New Relic Node Agent", "projectUrl": "https://github.com/newrelic/node-newrelic", "includeOptDeps": true, @@ -226,28 +226,28 @@ } }, "devDependencies": { - "@aws-sdk/client-s3@3.637.0": { + "@aws-sdk/client-s3@3.632.0": { "name": "@aws-sdk/client-s3", - "version": "3.637.0", + "version": "3.632.0", "range": "^3.556.0", "licenses": "Apache-2.0", "repoUrl": "https://github.com/aws/aws-sdk-js-v3", - "versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.637.0", + "versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.632.0", "licenseFile": "node_modules/@aws-sdk/client-s3/LICENSE", - "licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.637.0/LICENSE", + "licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.632.0/LICENSE", "licenseTextSource": "file", "publisher": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, - "@aws-sdk/s3-request-presigner@3.637.0": { + "@aws-sdk/s3-request-presigner@3.632.0": { "name": "@aws-sdk/s3-request-presigner", - "version": "3.637.0", + "version": "3.632.0", "range": "^3.556.0", "licenses": "Apache-2.0", "repoUrl": "https://github.com/aws/aws-sdk-js-v3", - "versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.637.0", + "versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.632.0", "licenseFile": "node_modules/@aws-sdk/s3-request-presigner/LICENSE", - "licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.637.0/LICENSE", + "licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.632.0/LICENSE", "licenseTextSource": "file", "publisher": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" @@ -364,27 +364,27 @@ "licenseTextSource": "file", "publisher": "Evgeny Poberezkin" }, - "async@3.2.6": { + "async@3.2.5": { "name": "async", - "version": "3.2.6", + "version": "3.2.5", "range": "^3.2.4", "licenses": "MIT", "repoUrl": "https://github.com/caolan/async", - "versionedRepoUrl": "https://github.com/caolan/async/tree/v3.2.6", + "versionedRepoUrl": "https://github.com/caolan/async/tree/v3.2.5", "licenseFile": "node_modules/async/LICENSE", - "licenseUrl": "https://github.com/caolan/async/blob/v3.2.6/LICENSE", + "licenseUrl": "https://github.com/caolan/async/blob/v3.2.5/LICENSE", "licenseTextSource": "file", "publisher": "Caolan McMahon" }, - "aws-sdk@2.1687.0": { + "aws-sdk@2.1677.0": { "name": "aws-sdk", - "version": "2.1687.0", + "version": "2.1677.0", "range": "^2.1604.0", "licenses": "Apache-2.0", "repoUrl": "https://github.com/aws/aws-sdk-js", - "versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1687.0", + "versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1677.0", "licenseFile": "node_modules/aws-sdk/LICENSE.txt", - "licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1687.0/LICENSE.txt", + "licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1677.0/LICENSE.txt", "licenseTextSource": "file", "publisher": "Amazon Web Services", "url": "https://aws.amazon.com/"