Skip to content

Commit 98b91c6

Browse files
chore(deps): update agent-control version to 1.17.0 (#1381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a524b8 commit 98b91c6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)