Skip to content

Commit

Permalink
nodejs/go agent bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lozoya committed Apr 11, 2024
1 parent 09cb8eb commit 7c99d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autoinstrumentation/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"typescript": "^5.4.3"
},
"dependencies": {
"newrelic": "11.14.0"
"newrelic": "11.15.0"
}
}
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# the docs as well.

# Represents the current release of the New Relic Operator.
newrelic-agent-operator=0.1.5
newrelic-agent-operator=0.1.6

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
newrelic-instrumentation-java=8.10.0

# Represents the current release of NodeJS instrumentation.
# Should match value in autoinstrumentation/nodejs/package.json
newrelic-instrumentation-nodejs=11.14.0
newrelic-instrumentation-nodejs=11.15.0

# Represents the current release of Python instrumentation.
# Should match value in autoinstrumentation/python/requirements.txt
Expand All @@ -27,4 +27,4 @@ newrelic-instrumentation-dotnet=10.23.0
newrelic-instrumentation-php=10.19.0.9

# Represents the current release of Go instrumentation.
autoinstrumentation-go=v0.11.0-alpha
autoinstrumentation-go=v0.12.0-alpha

0 comments on commit 7c99d89

Please sign in to comment.