Skip to content

Daily release/06 16 25 night #20940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
117ad53
chore: Refactor and update Ruby agent requirements
kaylareopelle Jun 4, 2025
88e23a2
chore: cleanup spacing and order
kaylareopelle Jun 4, 2025
ec129ea
chore: Escape < characters
kaylareopelle Jun 5, 2025
9c6885e
chore: Escape < with {''}
kaylareopelle Jun 5, 2025
cf283a6
Update capability table
kaylareopelle Jun 6, 2025
26a087f
chore: Move content to notes column
kaylareopelle Jun 6, 2025
572c101
Apply suggestions from code review
kaylareopelle Jun 6, 2025
50a8293
Add additional libraries
hannahramadan Jun 6, 2025
3afa35c
Apply suggestions from code review
hannahramadan Jun 6, 2025
d24fa10
Update ruby-agent-requirements-supported-frameworks.mdx
hannahramadan Jun 6, 2025
550b6ef
Merge pull request #10 from hannahramadan/patch-5
kaylareopelle Jun 6, 2025
b29e329
chore(whats-new-ids): updated ids
svc-docs-eng-opensource-bot Jun 12, 2025
2d5caf7
chore(whats-new-ids): updated ids
svc-docs-eng-opensource-bot Jun 13, 2025
b3d33e9
chore(whats-new-ids): updated ids
svc-docs-eng-opensource-bot Jun 13, 2025
fcadf07
Make Markdown tables into MDX tables
kaylareopelle Jun 13, 2025
0f57a70
chore: add translations
svc-docs-eng-opensource-bot Jun 14, 2025
b54dfb0
chore: add translations
svc-docs-eng-opensource-bot Jun 15, 2025
504bcf7
chore(whats-new-ids): updated ids
svc-docs-eng-opensource-bot Jun 16, 2025
d3ada86
Merge pull request #20838 from kaylareopelle/update-ruby-requirements…
sujitnewrelic Jun 16, 2025
196c802
Merge pull request #20928 from newrelic/main
gmanandhar-nr Jun 16, 2025
6b561c5
chore(deps): bump gatsby-plugin-sharp from 4.25.0 to 4.25.1
dependabot[bot] Jun 16, 2025
9a9c6e8
chore: add release notes for aws log forwarder agent for firehose and…
gmanandhar-nr Jun 16, 2025
0f19d6d
Merge pull request #20932 from newrelic/dependabot/npm_and_yarn/gatsb…
gmanandhar-nr Jun 16, 2025
b907617
chore(deps): bump gatsby from 4.25.2 to 4.25.7
dependabot[bot] Jun 16, 2025
0ab47ba
Merge pull request #20934 from newrelic/gaurab/fetch-aws-logs-versions
akashreddy-nr Jun 16, 2025
5f939e7
Merge pull request #20931 from newrelic/dependabot/npm_and_yarn/gatsb…
gmanandhar-nr Jun 16, 2025
4c08040
chore: add translations
svc-docs-eng-opensource-bot Jun 16, 2025
2e66494
Merge pull request #20923 from newrelic/translations-0f57a707
jmiraNR Jun 16, 2025
b736d2f
Merge pull request #20924 from newrelic/translations-b54dfb08
jmiraNR Jun 16, 2025
90a1ba4
Merge pull request #20936 from newrelic/translations-4c080405
jmiraNR Jun 16, 2025
44f108a
feat(rag): Consolidate RAG docs
ubanerjeeNR Jun 16, 2025
72dd231
minor edits
cbehera-newrelic Jun 16, 2025
cddd147
feat(rag): deleted orphans
ubanerjeeNR Jun 16, 2025
80f41be
Merge branch 'NR-426164--consolidate-knowledge-connector-docs' of htt…
ubanerjeeNR Jun 16, 2025
2e7cc57
feat(rag): fixed punctuation
ubanerjeeNR Jun 16, 2025
87d348c
fix merge conflicts
cbehera-newrelic Jun 16, 2025
9446df3
Merge pull request #20907 from newrelic/whats-new-id-b29e3297
cbehera-newrelic Jun 16, 2025
c07764d
Merge pull request #20937 from newrelic/NR-426164--consolidate-knowle…
cbehera-newrelic Jun 16, 2025
c0f77e4
Merge pull request #20927 from newrelic/whats-new-id-504bcf72
cbehera-newrelic Jun 16, 2025
15ac8d3
Merge pull request #20919 from newrelic/whats-new-id-b3d33e99
cbehera-newrelic Jun 16, 2025
57784fd
Merge pull request #20917 from newrelic/whats-new-id-2d5caf70
cbehera-newrelic Jun 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"cockatiel": "^3.0.0-beta.0",
"compare-versions": "^6.0.0-rc.2",
"date-fns": "^2.17.0",
"gatsby": "4.25.2",
"gatsby": "4.25.7",
"gatsby-plugin-manifest": "4.25.0",
"gatsby-plugin-mdx": "3.4.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "4.25.0",
"gatsby-plugin-sharp": "4.25.1",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-remark-copy-linked-files": "^5.4.0",
"gatsby-remark-images": "^6.4.0",
Expand Down
4 changes: 3 additions & 1 deletion scripts/releaseNotes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ const INCLUDE_AGENTS = new Set([
'sdk',
'fluentbit',
'nrdot',
'prometheus'
'prometheus',
'aws_firehose_log_forwarder',
'aws_lambda_log_forwarder'
]);

const generateReleaseNoteObject = async (filePath) => {
Expand Down

This file was deleted.

Loading
Loading