Skip to content

Commit

Permalink
fix(mysql): add ubuntu version 24.4 support for mysql integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrawal-newrelic committed Oct 21, 2024
1 parent ff1de40 commit 69addd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/ohi/mysql/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ installTargets:
- type: host
os: linux
platform: "ubuntu"
platformVersion: "(((16|18|20|21|22)\\.04)|(20.10))" # Xenial, Bionic, Focal, Hirsute, Jammy, Groovy
platformVersion: "(((16|18|20|21|22|24)\\.04)|(20.10))" # Xenial, Bionic, Focal, Hirsute, Jammy, Groovy

# keyword convention for dealing with search terms that could land someone on this instrumentation project
keywords:
Expand Down

0 comments on commit 69addd9

Please sign in to comment.