2
2
name : datadog-agent
3
3
# This package has two git checkouts. For each new release, the commit SHA for
4
4
# DataDog/integrations-core must also be updated.
5
- version : " 7.63.3 "
6
- epoch : 4
5
+ version : " 7.64.1 "
6
+ epoch : 0
7
7
description : " Collect events and metrics from your hosts that send data to Datadog."
8
8
copyright :
9
9
- license : Apache-2.0
@@ -98,7 +98,7 @@ pipeline:
98
98
with :
99
99
repository : https://github.com/DataDog/datadog-agent
100
100
tag : ${{package.version}}
101
- expected-commit : eab078f2e713852de8e4f4c168ea009065841903
101
+ expected-commit : 154bd424d2a764b4778c8421a9e5fdb8fd03c9eb
102
102
103
103
# Recent commit to the init.go code changed some of the logic of Python path resolving
104
104
# for the embedded Python, causing issues. Let's revert the commit to return to the previous
@@ -125,20 +125,11 @@ pipeline:
125
125
- uses : go/bump
126
126
with :
127
127
deps : |-
128
- golang.org/x/oauth2@v0.27.0
129
128
golang.org/x/net@v0.36.0
129
+ github.com/containerd/containerd@v1.7.27
130
130
replaces : github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2
131
131
show-diff : true
132
132
133
- - uses : go/bump
134
- with :
135
- modroot : pkg/trace
136
- # Requires +incompatible or it'll throw an error
137
- deps : |-
138
- github.com/docker/distribution@v2.8.3+incompatible
139
- golang.org/x/crypto@v0.35.0
140
- show-diff : true
141
-
142
133
- if : ${{build.arch}} == 'aarch64'
143
134
name : Install clang-12
144
135
runs : |
@@ -349,7 +340,7 @@ subpackages:
349
340
with :
350
341
repository : https://github.com/DataDog/integrations-core
351
342
branch : ${{vars.datadog-major-minor-x}} # 7.x.y
352
- expected-commit : eb1cc6cf7b6d521bda3a8d1529cfe952e5355e89 # needs to be updated with each new release
343
+ expected-commit : 143b5e0bfc592627f6da8453e6a283020487828e # needs to be updated with each new release
353
344
- uses : patch
354
345
with :
355
346
patches : /home/build/int-core-datadog_checks_dev-pyproject-toml.patch /home/build/int-core-datadog_checks_base-pyproject-toml.patch /home/build/int-core-mysql-hatch-toml.patch /home/build/int-core-singlestore-hatch-toml.patch /home/build/int-core-agent_requirements-in.patch
0 commit comments