Skip to content

Commit bc9e89f

Browse files
Release v3.40.1 (#1069)
* Revert utilization.go and awssupport_test.go files (#1065) * remove aws_tests that required direct dependencies * revert utilization changes * retract v3.40.0 (#1066) * update changelog (#1067) * chore: update go.mods for release --------- Co-authored-by: Steve Willoughby <[email protected]> Co-authored-by: Steve Willoughby <[email protected]>
1 parent d123a76 commit bc9e89f

File tree

65 files changed

+70
-154
lines changed

Some content is hidden

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

65 files changed

+70
-154
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions

v3/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ retract v3.22.0 // release process error corrected in v3.22.1
1313
retract v3.25.0 // release process error corrected in v3.25.1
1414

1515
retract v3.34.0 // this release erronously referred to and invalid protobuf dependency
16+
retract v3.40.0 // this release erronously had deadlocks in utilization.go and incorrectly added aws-sdk-go to the go.mod file

v3/integrations/logcontext-v2/logWriter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/logWriter
33
go 1.22
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.40.0
6+
github.com/newrelic/go-agent/v3 v3.40.1
77
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.0
88
)
99

v3/integrations/logcontext-v2/nrlogrus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrlogrus
33
go 1.22
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.40.0
6+
github.com/newrelic/go-agent/v3 v3.40.1
77
github.com/sirupsen/logrus v1.8.1
88
)
99

v3/integrations/logcontext-v2/nrslog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrslog
22

33
go 1.22
44

5-
require github.com/newrelic/go-agent/v3 v3.40.0
5+
require github.com/newrelic/go-agent/v3 v3.40.1
66

77

88
replace github.com/newrelic/go-agent/v3 => ../../..

v3/integrations/logcontext-v2/nrwriter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter
22

33
go 1.22
44

5-
require github.com/newrelic/go-agent/v3 v3.40.0
5+
require github.com/newrelic/go-agent/v3 v3.40.1
66

77

88
replace github.com/newrelic/go-agent/v3 => ../../..

v3/integrations/logcontext-v2/nrzap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzap
33
go 1.22
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.40.0
6+
github.com/newrelic/go-agent/v3 v3.40.1
77
go.uber.org/zap v1.24.0
88
)
99

v3/integrations/logcontext-v2/nrzerolog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzerolog
33
go 1.22
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.40.0
6+
github.com/newrelic/go-agent/v3 v3.40.1
77
github.com/rs/zerolog v1.26.1
88
)
99

v3/integrations/logcontext-v2/zerologWriter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/zerologWriter
33
go 1.22
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.40.0
6+
github.com/newrelic/go-agent/v3 v3.40.1
77
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.0
88
github.com/rs/zerolog v1.27.0
99
)

v3/integrations/logcontext/nrlogrusplugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext/nrlogrusplugin
55
go 1.22
66

77
require (
8-
github.com/newrelic/go-agent/v3 v3.40.0
8+
github.com/newrelic/go-agent/v3 v3.40.1
99
// v1.4.0 is required for for the log.WithContext.
1010
github.com/sirupsen/logrus v1.4.0
1111
)

0 commit comments

Comments
 (0)