File tree Expand file tree Collapse file tree
recipes/newrelic/infrastructure/agent-control Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ install:
270270 fi
271271 vars :
272272 # Allows to set a specific version from the cli
273- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.16.1 " }}'
273+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.17.0 " }}'
274274 silent : true
275275
276276 config_agent_control :
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ install:
200200 sh : |
201201 rpm -E %{rhel}
202202 # Allows to set a specific version from the cli
203- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.16.1 " }}'
203+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.17.0 " }}'
204204 silent : true
205205
206206 config_agent_control :
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ install:
153153 SLES_VERSION :
154154 sh : awk -F= '/VERSION_ID/ {print $2}' /etc/os-release
155155 # Allows to set a specific version from the cli
156- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.16.1 " }}'
156+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.17.0 " }}'
157157 silent : true
158158
159159 config_agent_control :
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ install:
117117 }
118118 '
119119 vars :
120- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.16.1 " }}'
120+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.17.0 " }}'
121121
122122 run_install_ps1 :
123123 cmds :
You can’t perform that action at this time.
0 commit comments