Skip to content

Commit

Permalink
Merge pull request #19677 from newrelic/gaurab/nrdot-release-notes
Browse files Browse the repository at this point in the history
docs: adding release notes for NRDOT
  • Loading branch information
cbehera-newrelic authored Jan 15, 2025
2 parents 270cd31 + 1f648a0 commit daec909
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/releaseNotes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ const INCLUDE_AGENTS = new Set([
'python',
'ruby',
'sdk',
'fluentbit'
'fluentbit',
'nrdot',
'prometheus'
]);

const generateReleaseNoteObject = async (filePath) => {
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,10 @@ To take full advantage of New Relic's latest features, enhancements, and importa
icon="logo-newrelic"
to="/docs/release-notes/fluentbit-release-notes"
/>
<TechTile
name="NRDOT"
icon="logo-newrelic"
to="/docs/release-notes/nrdot-release-notes"
/>

</TechTileGrid>
3 changes: 3 additions & 0 deletions src/content/docs/release-notes/nrdot-release-notes/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
subject: NRDOT
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
subject: NRDOT
releaseDate: '2024-10-25'
version: 0.8.5
metaDescription: Release notes for NRDOT version 0.8.5
---

## Changes

For a detailed description of changes, see [full release notes](https://github.com/newrelic/opentelemetry-collector-releases/releases/tag/nr-otel-collector-0.8.5)

### Fixes
- force `[email protected]` to fix [CVE-2024-41110](https://github.com/advisories/GHSA-v23v-6jw2-98fq)
1 change: 1 addition & 0 deletions src/utils/getAgentName.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const AGENTS = {
'service-levels-release-notes': 'service levels',
'serverless-release-notes': 'serverless',
'xamarin-release-notes': 'xamarin',
'nrdot-release-notes': 'nrdot',
};

// keeping the naming streamlined and in matching with previous data
Expand Down

0 comments on commit daec909

Please sign in to comment.