Skip to content

Release 2026-27-01#2775

Merged
praveenkatha-nr merged 26 commits intomainfrom
release
Jan 28, 2026
Merged

Release 2026-27-01#2775
praveenkatha-nr merged 26 commits intomainfrom
release

Conversation

@praveenkatha-nr
Copy link
Collaborator

Summary

A concise description of the changes being introduced. Please review the pre-merge checklist section to validate this pull request is ready for review and merge. If it is not ready, please mark the pull request as a draft.

The owners of this repo are not experts in the subject matter of the quickstarts. We review for the quickstart to be functional and for security risks. If you are seeking feedback on the content of the quickstart, please seek out a subject matter expert. If you are not an internal NR contributor, we can do our best to connect you with a content reviewer.

Pre merge checklist

  • Did you check you NRQL syntax? - Does it work?
  • Did you include a Data source and Documentation reference?
  • Are all documentation links publicly accessible?
  • Did you check your descriptive content for voice and tone?
  • Did you check your descriptive content for spelling and grammar errors?
  • Did you review your content with a subject matter expert? (e.g. a Browser agent quickstart is reviewed with a member of the Browser Agent team)

Dashboards

  • Does the PR contain a screenshot for each of your dashboards?
  • Do your screenshots show data?
  • Has the sanitization script been run on each dashboard?

Alerts

  • Did you check that your alerts actually work?
  • Are you trying to create standalone alerts? Standalone alerts are deprecated. They should only be included in quickstarts.

dependabot bot and others added 22 commits January 12, 2026 15:56
Bumps [form-data](https://github.com/form-data/form-data) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 3.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js). These dependencies need to be updated together.


Removes `tmp`

Updates `@inquirer/prompts` from 3.3.0 to 8.2.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.0...@inquirer/prompts@8.2.0)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…multi-188773cd0a

chore(deps): bump tmp and @inquirer/prompts in /utils
…brace-expansion-1.1.12

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /utils
…form-data-3.0.4

chore(deps): bump form-data from 3.0.3 to 3.0.4 in /utils
Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.13.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.1)

Updates `express` from 4.21.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
- [Commits](expressjs/express@4.21.2...v4.22.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…multi-c8afcbbcd8

chore(deps): bump qs and express in /utils
* fix: kafka dashboard

* fix: kafka dashboard
…2768)

The workflow was referencing BOT_EMAIL and BOT_NAME which don't exist,
instead of THIRD_PARTY_GIT_AUTHOR_EMAIL and THIRD_PARTY_GIT_AUTHOR_NAME
which are defined in the workflow's env block.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* fix: kafka dashboard

* fix: kafka dashboard

* fix: Removed Infra keyword from otel kafka DS
- Update bootstrap action to use Node 22 and npm
- Replace yarn cache with built-in npm caching in setup-node
- Change all workflow commands from yarn to npm run
- Add -- separator for npm script arguments where needed
- Update .nvmrc to Node 22

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Upgrade typescript from ^4.6.4 to ^5.9.3
- Upgrade jest from ^27.5.1 to ^29.7.0
- Upgrade ts-jest from ^27.1.5 to ^29.4.6
- Upgrade @types/jest from ^27.5.1 to ^29.5.14
- Upgrade @types/node from ^17.0.24 to ^22.0.0
- Add @types/lodash.get for type definitions
- Remove yarn.lock, regenerate package-lock.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update target from es6 to ES2022
- Add skipLibCheck to avoid type errors in node_modules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- release.ts: consolidate @InQuirer imports to use unified package
- preview.ts: use default imports for express and cors
- build-validate-quickstart-artifact.ts: fix lodash.get import path

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
File imported from non-existent helpers module and was not
referenced anywhere in the codebase.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add jest.setup.js with @actions/core mock for test isolation
- Add setupFiles config to jest.config.js
- Fix cockatiel retry API order (.exponential().attempts() instead of .attempts().exponential())
- Fix github-api-helpers.ts response handling (check resp.ok before parsing JSON)
- Add .sort() to glob results in Alert.ts for deterministic ordering
- Update Jest assertions for v29 compatibility:
  - toBeCalled -> toHaveBeenCalled
  - toBeCalledTimes -> toHaveBeenCalledTimes
- Update fs mock in validate_images.test.js to use jest.requireActual

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Download artifacts to temp directory to prevent file override attacks
- Validate PR number is numeric before using it
- Add explicit permissions to all workflows following least-privilege

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix(es-otel): Update elasticsearch otel docs page url
@CLAassistant
Copy link

CLAassistant commented Jan 27, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 5 committers have signed the CLA.

✅ shashank-reddy-nr
✅ praveenkatha-nr
✅ vagrawal-newrelic
✅ nr-nithya-santhosh
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

abasha1234
abasha1234 previously approved these changes Jan 27, 2026
chore: Migrate from yarn to npm and update to Node 22
abasha1234
abasha1234 previously approved these changes Jan 27, 2026
…-quickstart

feat: update Databricks quickstart to reflect changes in latest version of integration
@praveenkatha-nr praveenkatha-nr merged commit bb3831d into main Jan 28, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

Comments