File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
recipes/newrelic/infrastructure/agent-control Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ install:
380
380
fi
381
381
fi
382
382
vars :
383
- NEW_RELIC_AGENT_VERSION : " 0.37 .0"
383
+ NEW_RELIC_AGENT_VERSION : " 0.38 .0"
384
384
silent : true
385
385
386
386
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ install:
322
322
DISTRO_VERSION :
323
323
sh : |
324
324
rpm -E %{rhel}
325
- NEW_RELIC_AGENT_VERSION : " 0.37 .0"
325
+ NEW_RELIC_AGENT_VERSION : " 0.38 .0"
326
326
silent : true
327
327
328
328
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ install:
272
272
vars :
273
273
SLES_VERSION :
274
274
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"
276
276
silent : true
277
277
278
278
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
You can’t perform that action at this time.
0 commit comments