Skip to content

Commit

Permalink
Update release.json and Go modules for 6/7.39.0-rc.2 (#13104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-murzyn authored Aug 12, 2022
1 parent e341951 commit 06239ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ require (
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/DataDog/agent-payload/v5 v5.0.26
github.com/DataDog/btf-internals v0.0.0-20220424171854-ebe6bce9afb0
github.com/DataDog/datadog-agent/pkg/obfuscate v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/security/secl v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/trace v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/obfuscate v0.39.0-rc.2
github.com/DataDog/datadog-agent/pkg/otlp/model v0.39.0-rc.2
github.com/DataDog/datadog-agent/pkg/quantile v0.39.0-rc.2
github.com/DataDog/datadog-agent/pkg/security/secl v0.39.0-rc.2
github.com/DataDog/datadog-agent/pkg/trace v0.39.0-rc.2
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.0.0-20220627174516-12adb97b679e
Expand Down Expand Up @@ -408,7 +408,7 @@ require (
)

require (
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.39.0-rc.2
github.com/go-delve/delve v1.9.0
golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
)
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.17
replace github.com/DataDog/datadog-agent/pkg/quantile => ../../quantile

require (
github.com/DataDog/datadog-agent/pkg/quantile v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.39.0-rc.2
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
6 changes: 3 additions & 3 deletions pkg/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ go 1.17
replace github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible

require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.39.0-rc.1
github.com/DataDog/datadog-agent/pkg/obfuscate v0.39.0-rc.2
github.com/DataDog/datadog-agent/pkg/otlp/model v0.39.0-rc.2
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.39.0-rc.2
github.com/DataDog/datadog-go/v5 v5.1.1
github.com/DataDog/sketches-go v1.4.1
github.com/Microsoft/go-winio v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"SECURITY_AGENT_POLICIES_VERSION": "master"
},
"release-a6": {
"INTEGRATIONS_CORE_VERSION": "7.39.0-rc.2",
"INTEGRATIONS_CORE_VERSION": "7.39.0-rc.3",
"OMNIBUS_SOFTWARE_VERSION": "7.39.0-rc.1",
"OMNIBUS_RUBY_VERSION": "7.39.0-rc.1",
"JMXFETCH_VERSION": "0.46.0",
Expand All @@ -41,7 +41,7 @@
"WINDOWS_DDNPM_SHASUM": "11e142f0879e2514f1ed03ffca351db2ac2e94e30e8f421ecbe0a8f598ad51de"
},
"release-a7": {
"INTEGRATIONS_CORE_VERSION": "7.39.0-rc.2",
"INTEGRATIONS_CORE_VERSION": "7.39.0-rc.3",
"OMNIBUS_SOFTWARE_VERSION": "7.39.0-rc.1",
"OMNIBUS_RUBY_VERSION": "7.39.0-rc.1",
"JMXFETCH_VERSION": "0.46.0",
Expand Down

0 comments on commit 06239ce

Please sign in to comment.