Skip to content

Commit 248e92c

Browse files
chore: bump AC version (#1275)
Co-authored-by: vagrawal-newrelic <[email protected]>
1 parent 0f1955d commit 248e92c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

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

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

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

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

0 commit comments

Comments
 (0)