Skip to content

Commit

Permalink
Final updates for 7.44.0 (#16721)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-murzyn authored Apr 25, 2023
1 parent 5bcef2e commit 09a59ab
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ require (
github.com/CycloneDX/cyclonedx-go v0.7.0
github.com/DataDog/agent-payload/v5 v5.0.76
github.com/DataDog/appsec-internal-go v0.0.0-20230215162203-5149228be86a
github.com/DataDog/datadog-agent/pkg/obfuscate v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/security/secl v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/trace v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/log v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/pointer v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/obfuscate v0.44.0
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.44.0
github.com/DataDog/datadog-agent/pkg/security/secl v0.44.0
github.com/DataDog/datadog-agent/pkg/trace v0.44.0
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.44.0
github.com/DataDog/datadog-agent/pkg/util/log v0.44.0
github.com/DataDog/datadog-agent/pkg/util/pointer v0.44.0
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.44.0
github.com/DataDog/datadog-go/v5 v5.1.1
github.com/DataDog/datadog-operator v0.7.1-0.20230215125730-2ba58ce29d56
github.com/DataDog/ebpf-manager v0.2.3
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,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.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/log v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/pointer v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/obfuscate v0.44.0
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.44.0
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.44.0
github.com/DataDog/datadog-agent/pkg/util/log v0.44.0
github.com/DataDog/datadog-agent/pkg/util/pointer v0.44.0
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.44.0
github.com/DataDog/datadog-go/v5 v5.1.1
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.1.1
github.com/DataDog/sketches-go v1.4.1
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.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/pointer v0.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/log v0.44.0
github.com/DataDog/datadog-agent/pkg/util/pointer v0.44.0
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.44.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.44.0 // 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.44.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.44.0
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
16 changes: 8 additions & 8 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
"SECURITY_AGENT_POLICIES_VERSION": "master"
},
"release-a6": {
"INTEGRATIONS_CORE_VERSION": "7.44.0-rc.7",
"OMNIBUS_SOFTWARE_VERSION": "7.44.0-rc.1",
"OMNIBUS_RUBY_VERSION": "7.44.0-rc.1",
"INTEGRATIONS_CORE_VERSION": "7.44.0",
"OMNIBUS_SOFTWARE_VERSION": "7.44.0",
"OMNIBUS_RUBY_VERSION": "7.44.0",
"JMXFETCH_VERSION": "0.47.8",
"JMXFETCH_HASH": "aff48a7589b507fd41367686f15307005d498d94a260efbc771963cedd52f16f",
"SECURITY_AGENT_POLICIES_VERSION": "v0.44.1",
"MACOS_BUILD_VERSION": "6.44.0-rc.1",
"MACOS_BUILD_VERSION": "6.44.0",
"WINDOWS_DDNPM_DRIVER": "release-signed",
"WINDOWS_DDNPM_VERSION": "2.3.0",
"WINDOWS_DDNPM_SHASUM": "36f28fabf3c3466d48265920c9c05ac25d04b9a812c1c3cbdf3933e2bec50233"
},
"release-a7": {
"INTEGRATIONS_CORE_VERSION": "7.44.0-rc.7",
"OMNIBUS_SOFTWARE_VERSION": "7.44.0-rc.1",
"OMNIBUS_RUBY_VERSION": "7.44.0-rc.1",
"INTEGRATIONS_CORE_VERSION": "7.44.0",
"OMNIBUS_SOFTWARE_VERSION": "7.44.0",
"OMNIBUS_RUBY_VERSION": "7.44.0",
"JMXFETCH_VERSION": "0.47.8",
"JMXFETCH_HASH": "aff48a7589b507fd41367686f15307005d498d94a260efbc771963cedd52f16f",
"SECURITY_AGENT_POLICIES_VERSION": "v0.44.1",
"MACOS_BUILD_VERSION": "7.44.0-rc.1",
"MACOS_BUILD_VERSION": "7.44.0",
"WINDOWS_DDNPM_DRIVER": "release-signed",
"WINDOWS_DDNPM_VERSION": "2.3.0",
"WINDOWS_DDNPM_SHASUM": "36f28fabf3c3466d48265920c9c05ac25d04b9a812c1c3cbdf3933e2bec50233"
Expand Down

0 comments on commit 09a59ab

Please sign in to comment.