Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion datadog-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading