Skip to content

Commit 934d2e8

Browse files
authored
chore: bump agent control version 0.38.0 (#1218)
1 parent 918f9f9 commit 934d2e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

recipes/newrelic/infrastructure/agent-control/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ install:
380380
fi
381381
fi
382382
vars:
383-
NEW_RELIC_AGENT_VERSION: "0.37.0"
383+
NEW_RELIC_AGENT_VERSION: "0.38.0"
384384
silent: true
385385

386386
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control

recipes/newrelic/infrastructure/agent-control/rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ install:
322322
DISTRO_VERSION:
323323
sh: |
324324
rpm -E %{rhel}
325-
NEW_RELIC_AGENT_VERSION: "0.37.0"
325+
NEW_RELIC_AGENT_VERSION: "0.38.0"
326326
silent: true
327327

328328
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control

recipes/newrelic/infrastructure/agent-control/suse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ install:
272272
vars:
273273
SLES_VERSION:
274274
sh: awk -F= '/VERSION_ID/ {print $2}' /etc/os-release
275-
NEW_RELIC_AGENT_VERSION: "0.37.0"
275+
NEW_RELIC_AGENT_VERSION: "0.38.0"
276276
silent: true
277277

278278
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control

0 commit comments

Comments
 (0)