Skip to content

Commit c43cabc

Browse files
feat: bump AC to 1.12.0 (#1355)
Co-authored-by: Nandu-pns <npottumuthu@newrelic.com>
1 parent 97558ff commit c43cabc

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
@@ -281,7 +281,7 @@ install:
281281
fi
282282
vars:
283283
# Allows to set a specific version from the cli
284-
NEW_RELIC_AGENT_VERSION: '{{ .NEW_RELIC_AGENT_VERSION | default "1.11.0" }}'
284+
NEW_RELIC_AGENT_VERSION: '{{ .NEW_RELIC_AGENT_VERSION | default "1.12.0" }}'
285285
silent: true
286286

287287
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.11.0" }}'
203+
NEW_RELIC_AGENT_VERSION: '{{ .NEW_RELIC_AGENT_VERSION | default "1.12.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.11.0" }}'
156+
NEW_RELIC_AGENT_VERSION: '{{ .NEW_RELIC_AGENT_VERSION | default "1.12.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.11.0" }}'
120+
NEW_RELIC_AGENT_VERSION: '{{ .NEW_RELIC_AGENT_VERSION | default "1.12.0" }}'
121121

122122
run_install_ps1:
123123
cmds:

0 commit comments

Comments
 (0)