Skip to content

Commit

Permalink
[release] adding prelude and release entries + mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Dec 10, 2021
1 parent a913150 commit 1add2c5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ require (
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect
github.com/DataDog/agent-payload v4.85.0+incompatible
github.com/DataDog/datadog-agent/pkg/otlp/model v0.32.2-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.32.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.32.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/winutil v0.32.2-rc.1
github.com/DataDog/datadog-agent/pkg/otlp/model v0.32.2
github.com/DataDog/datadog-agent/pkg/quantile v0.32.2
github.com/DataDog/datadog-agent/pkg/util/log v0.32.2
github.com/DataDog/datadog-agent/pkg/util/winutil v0.32.2
github.com/DataDog/datadog-go v4.8.2+incompatible
github.com/DataDog/datadog-operator v0.5.0-rc.2.0.20210402083916-25ba9a22e67a
github.com/DataDog/ebpf v0.0.0-20211116165855-af5870810f0b
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.16
replace github.com/DataDog/datadog-agent/pkg/quantile => ../../quantile

require (
github.com/DataDog/datadog-agent/pkg/quantile v0.32.2-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.32.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.36.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/winutil/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
replace github.com/DataDog/datadog-agent/pkg/util/log => ../log

require (
github.com/DataDog/datadog-agent/pkg/util/log v0.32.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.32.2
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
)
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
"dca-1.9.0": {
"SECURITY_AGENT_POLICIES_VERSION": "v0.3"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
prelude:
|
Release on: 2021-12-10

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

0 comments on commit 1add2c5

Please sign in to comment.