-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #722 from newrelic/nr1-cloud-optimize/v3.42.0
feat(nr1-cloud-optimize): Update to version v3.42.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nr1-cloud-optimize
updated
19 files
+27 −34 | README.md | |
+2 −2 | backend/README.md | |
+159 −60 | backend/package-lock.json | |
+2 −2 | backend/processor/entities/AWSRDSDBINSTANCE.js | |
+14 −1 | backend/processor/entities/HOST.js | |
+2 −1 | backend/processor/entities/utils.js | |
+1 −1 | backend/serverless.yml | |
+36 −0 | docs/CHANGELOG.md | |
+7 −4 | nerdlets/optimizer-beta/context/data.js | |
+2 −3 | nerdlets/optimizer/context/data.js | |
+1 −1 | nerdlets/results-beta/context/data.js | |
+1 −1 | nerdlets/results/context/data.js | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+1,570 −0 | pricing-pollers/azure/package-lock.json | |
+17 −0 | pricing-pollers/azure/package.json | |
+22 −0 | pricing-pollers/azure/serverless.yml | |
+25 −0 | pricing-pollers/azure/utils.js | |
+116 −0 | pricing-pollers/azure/vm.js |