Skip to content

Commit 5b9e8e0

Browse files
smcavalloJorTurFer
authored andcommitted
Upgrade to the latest new-relic-go v2 client (kedacore#6325)
1 parent 373ff8e commit 5b9e8e0

File tree

197 files changed

+35870
-14411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+35870
-14411
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ New deprecation(s):
8989

9090
### Other
9191

92-
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
92+
- **General**: Bump newrelic-client-go deps to 2.51.2 (latest) ([#6325](https://github.com/kedacore/keda/pull/6325))
93+
9394

9495
## v2.16.0
9596

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/microsoft/ApplicationInsights-Go v0.4.4
6767
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
6868
github.com/mitchellh/hashstructure v1.1.0
69-
github.com/newrelic/newrelic-client-go v1.1.0
69+
github.com/newrelic/newrelic-client-go/v2 v2.51.2
7070
github.com/onsi/ginkgo/v2 v2.21.0
7171
github.com/onsi/gomega v1.35.1
7272
github.com/open-policy-agent/cert-controller v0.12.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,8 @@ github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJE
21732173
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM=
21742174
github.com/newrelic/newrelic-client-go v1.1.0 h1:aflNjzQ21c+2GwBVh+UbAf9lznkRfCcVABoc5UM4IXw=
21752175
github.com/newrelic/newrelic-client-go v1.1.0/go.mod h1:RYMXt7hgYw7nzuXIGd2BH0F1AivgWw7WrBhNBQZEB4k=
2176+
github.com/newrelic/newrelic-client-go/v2 v2.51.2 h1:Xf+M0NuZuIuxqG48zYoqyIdQL514j2J1c+kNVYajcYI=
2177+
github.com/newrelic/newrelic-client-go/v2 v2.51.2/go.mod h1:+RRjI3nDGWT3kLm9Oi3QxpBm70uu8q1upEHBVWCZFpo=
21762178
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
21772179
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
21782180
github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro=

pkg/scalers/newrelic_scaler.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"strconv"
88

99
"github.com/go-logr/logr"
10-
"github.com/newrelic/newrelic-client-go/newrelic"
11-
"github.com/newrelic/newrelic-client-go/pkg/nrdb"
10+
"github.com/newrelic/newrelic-client-go/v2/newrelic"
11+
"github.com/newrelic/newrelic-client-go/v2/pkg/nrdb"
1212
v2 "k8s.io/api/autoscaling/v2"
1313
"k8s.io/metrics/pkg/apis/external_metrics"
1414

vendor/github.com/newrelic/newrelic-client-go/newrelic/newrelic.go

-319
This file was deleted.

0 commit comments

Comments
 (0)