Skip to content

Commit

Permalink
deps: bump AC to 0.29.0 (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier authored Jan 23, 2025
1 parent 5ae5c66 commit 9204b2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/agent-control/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ install:
fi
fi
vars:
NEW_RELIC_AGENT_VERSION: "0.27.0"
NEW_RELIC_AGENT_VERSION: "0.29.0"
silent: true

# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
Expand Down
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/agent-control/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ install:
DISTRO_VERSION:
sh: |
rpm -E %{rhel}
NEW_RELIC_AGENT_VERSION: "0.27.0"
NEW_RELIC_AGENT_VERSION: "0.29.0"
silent: true

# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
Expand Down
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/agent-control/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ install:
vars:
SLES_VERSION:
sh: awk -F= '/VERSION_ID/ {print $2}' /etc/os-release
NEW_RELIC_AGENT_VERSION: "0.27.0"
NEW_RELIC_AGENT_VERSION: "0.29.0"
silent: true

# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
Expand Down

0 comments on commit 9204b2d

Please sign in to comment.