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 @@ -381,7 +381,7 @@ install:
381381 fi
382382 fi
383383 vars :
384- NEW_RELIC_AGENT_VERSION : " 1.0 .0"
384+ NEW_RELIC_AGENT_VERSION : " 1.1 .0"
385385 silent : true
386386
387387 # 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 @@ -323,7 +323,7 @@ install:
323323 DISTRO_VERSION :
324324 sh : |
325325 rpm -E %{rhel}
326- NEW_RELIC_AGENT_VERSION : " 1.0 .0"
326+ NEW_RELIC_AGENT_VERSION : " 1.1 .0"
327327 silent : true
328328
329329 # 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 @@ -273,7 +273,7 @@ install:
273273 vars :
274274 SLES_VERSION :
275275 sh : awk -F= '/VERSION_ID/ {print $2}' /etc/os-release
276- NEW_RELIC_AGENT_VERSION : " 1.0 .0"
276+ NEW_RELIC_AGENT_VERSION : " 1.1 .0"
277277 silent : true
278278
279279 # 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