Skip to content

Commit

Permalink
Kacper murzyn/7.41.1 final (#14811)
Browse files Browse the repository at this point in the history
* Final versions for 7.41.1

* 7.41.1 prelude
  • Loading branch information
kacper-murzyn authored Dec 20, 2022
1 parent 83a222f commit 4f39b9e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 21 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ require (
code.cloudfoundry.org/garden v0.0.0-20210208153517-580cadd489d2
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/DataDog/agent-payload/v5 v5.0.39
github.com/DataDog/datadog-agent/pkg/obfuscate v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/security/secl v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/trace v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/obfuscate v0.41.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.41.1
github.com/DataDog/datadog-agent/pkg/quantile v0.41.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.41.1
github.com/DataDog/datadog-agent/pkg/security/secl v0.41.1
github.com/DataDog/datadog-agent/pkg/trace v0.41.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.41.1
github.com/DataDog/datadog-agent/pkg/util/log v0.41.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.41.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.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/otlp/model/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/quantile => ../../quantile

require (
github.com/DataDog/datadog-agent/pkg/quantile v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.41.1
github.com/DataDog/sketches-go v1.4.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.8.0
Expand Down
12 changes: 6 additions & 6 deletions pkg/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ 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.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/obfuscate v0.41.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.41.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.41.1
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.41.1
github.com/DataDog/datadog-agent/pkg/util/log v0.41.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 @@ -36,7 +36,7 @@ require (
)

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.41.1-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.41.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/containerd/cgroups v1.0.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/util/cgroups/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ replace (
)

require (
github.com/DataDog/datadog-agent/pkg/util/log v0.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.41.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.0
)

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.41.1-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.41.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.41.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.41.1
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/stretchr/testify v1.8.0
go.uber.org/zap v1.22.0
Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"JMXFETCH_VERSION": "0.47.1",
"JMXFETCH_HASH": "4cbbff73abfa0e6baaa1e3cad57497abcbb0e1570a022eecb7828dce3a14a3d9",
"SECURITY_AGENT_POLICIES_VERSION": "v0.41.0",
"MACOS_BUILD_VERSION": "6.41.1-rc.1",
"MACOS_BUILD_VERSION": "6.41.1",
"WINDOWS_DDNPM_DRIVER": "release-signed",
"WINDOWS_DDNPM_VERSION": "2.1.1",
"WINDOWS_DDNPM_SHASUM": "f52d4db27715e32008c5903393d0bc990ceb134f269fa10e76d08b3659587731"
Expand All @@ -47,7 +47,7 @@
"JMXFETCH_VERSION": "0.47.1",
"JMXFETCH_HASH": "4cbbff73abfa0e6baaa1e3cad57497abcbb0e1570a022eecb7828dce3a14a3d9",
"SECURITY_AGENT_POLICIES_VERSION": "v0.41.0",
"MACOS_BUILD_VERSION": "7.41.1-rc.1",
"MACOS_BUILD_VERSION": "7.41.1",
"WINDOWS_DDNPM_DRIVER": "release-signed",
"WINDOWS_DDNPM_VERSION": "2.1.1",
"WINDOWS_DDNPM_SHASUM": "f52d4db27715e32008c5903393d0bc990ceb134f269fa10e76d08b3659587731"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
prelude:
|
Release on: 2022-12-21

0 comments on commit 4f39b9e

Please sign in to comment.