Skip to content

Commit

Permalink
Kacper murzyn/7.43.1 final (#15996)
Browse files Browse the repository at this point in the history
* 7.43.1 final updates

* Add prelude for 7.43.1 release
  • Loading branch information
kacper-murzyn authored Mar 7, 2023
1 parent 7bec177 commit 9e9c790
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 23 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ require (
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/CycloneDX/cyclonedx-go v0.7.0
github.com/DataDog/agent-payload/v5 v5.0.67
github.com/DataDog/datadog-agent/pkg/obfuscate v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/security/secl v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/trace v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/obfuscate v0.43.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.43.1
github.com/DataDog/datadog-agent/pkg/quantile v0.43.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.43.1
github.com/DataDog/datadog-agent/pkg/security/secl v0.43.1
github.com/DataDog/datadog-agent/pkg/trace v0.43.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.43.1
github.com/DataDog/datadog-agent/pkg/util/log v0.43.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.43.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1
github.com/DataDog/datadog-go/v5 v5.1.1
github.com/DataDog/datadog-operator v0.7.1-0.20220602134901-4f6af09bf54f
github.com/DataDog/ebpf-manager v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions pkg/otlp/model/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/DataDog/datadog-agent/pkg/quantile v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/trace v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.43.1
github.com/DataDog/datadog-agent/pkg/trace v0.43.1
github.com/DataDog/sketches-go v1.4.1
github.com/golang/protobuf v1.5.2
github.com/patrickmn/go-cache v2.1.0+incompatible
Expand Down
14 changes: 7 additions & 7 deletions pkg/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ go 1.18
replace github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible

require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/obfuscate v0.43.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.43.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.43.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.43.1
github.com/DataDog/datadog-agent/pkg/util/log v0.43.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.43.1
github.com/DataDog/datadog-go/v5 v5.1.1
github.com/DataDog/sketches-go v1.4.1
github.com/Microsoft/go-winio v0.5.2
Expand All @@ -39,7 +39,7 @@ require (
)

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1 // indirect
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
Expand Down
6 changes: 3 additions & 3 deletions pkg/util/cgroups/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ replace (
)

require (
github.com/DataDog/datadog-agent/pkg/util/log v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.43.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.43.1
github.com/containerd/cgroups v1.0.4
github.com/google/go-cmp v0.5.8
github.com/karrick/godirwalk v1.17.0
github.com/stretchr/testify v1.8.1
)

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/log/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
replace github.com/DataDog/datadog-agent/pkg/util/scrubber => ../scrubber

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.43.1
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.22.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
prelude:
|
Release on: 2023-03-07

- Please refer to the `7.43.1 tag on integrations-core <https://github.com/DataDog/integrations-core/blob/master/AGENT_CHANGELOG.md#datadog-agent-version-7431>`_ for the list of changes on the Core Checks

0 comments on commit 9e9c790

Please sign in to comment.