diff --git a/datadog-agent.yaml b/datadog-agent.yaml index 11ee9b1eba1..643ab15fd12 100644 --- a/datadog-agent.yaml +++ b/datadog-agent.yaml @@ -3,7 +3,7 @@ package: # This package has two git checkouts. For each new release, the commit SHA for # DataDog/integrations-core must also be updated. version: "7.63.3" - epoch: 1 + epoch: 2 description: "Collect events and metrics from your hosts that send data to Datadog." copyright: - license: Apache-2.0 @@ -120,6 +120,8 @@ pipeline: - uses: go/bump with: + deps: |- + golang.org/x/oauth2@v0.27.0 replaces: github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2 show-diff: true