Skip to content
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

[Please Ignore] : Preview PR after adding folder structure for Pipeline Control Gateway #19566

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions scripts/releaseNotes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const INCLUDE_AGENTS = new Set([
'ios',
'java',
'kubernetes',
'pipeline_control_gateway',
'node',
'nodejs',
'php',
Expand Down Expand Up @@ -198,3 +199,4 @@ if (uploadToS3) {
} else {
console.log(JSON.stringify(releaseNotes));
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
subject: Pipeline Control Gateway
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
subject: Pipeline Control Gateway
releaseDate: '2025-02-25'
version: 1.0.0
metaDescription: Release notes for Pipeline Control Gateway 1.0.0
---

### Support for Pipeline Control Gateway 1.0.0

Dummy text. Users will now receive Fluent Bit version 1.0.0.

### Changed

* Dummy text
* Infrastructure agent recommends Pipeline Control Gateway 1.0.0 packages
* [Pipeline Control Gateway Plugin Docker image](https://hub.docker.com/r/newrelic/newrelic-fluentbit-output) uses Pipeline Control Gateway 1.0.0
* [New Relic Pipeline Control Gateway Helm chart](https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging) installs the new plugin image

### Notes

Dummy note. To stay up to date with the most recent fixes and enhancements, subscribe.

src/content/docs/release-notes/pipeline-control-gateway-release-notes
1 change: 1 addition & 0 deletions src/utils/getAgentName.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const AGENTS = {
'java-release-notes': 'java',
'job-manager-release-notes': 'job manager',
'kubernetes-integration-release-notes': 'kubernetes',
'pipeline-control-gateway-release-notes': 'pipeline_control_gateway',
'logs-release-notes': 'logs',
'net-maui-release-notes': '.net maui',
'net-release-notes': '.net',
Expand Down
Loading