Skip to content

Commit

Permalink
datadog-agent/7.57.1 package update (#28672)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Mark McCormick <[email protected]>
Signed-off-by: Debasish Biswas <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Mark McCormick <[email protected]>
Co-authored-by: Debasish Biswas <[email protected]>
  • Loading branch information
4 people authored Sep 23, 2024
1 parent 0a4c605 commit fa1cfb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions datadog-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: datadog-agent
version: 7.56.2
epoch: 2
version: 7.57.1
epoch: 0
description: "Collect events and metrics from your hosts that send data to Datadog."
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -46,6 +46,7 @@ environment:
- ninja
- procps-dev
- py3.11-pip
- py3.11-semver
- python3-dev~3.11 # strictly requires python3.11
- systemd-dev
- wget # Required for downloading clang-12 and kernel headers from debian
Expand All @@ -69,7 +70,7 @@ pipeline:
with:
repository: https://github.com/DataDog/datadog-agent
tag: ${{package.version}}
expected-commit: 62e8ff2a69c07e2b863e22a5e2d33c3d4a9121c1
expected-commit: 50bedc25d79a9e86ec0ab001177cd6e52599b79a

# Install `invoke` (build) dependencies. We ultimately package with venv so
# these won't leak into the package.
Expand Down Expand Up @@ -248,7 +249,7 @@ subpackages:
with:
repository: https://github.com/DataDog/integrations-core
tag: ${{package.version}}
expected-commit: 84ce175663bf770b04317e54a895547cf20c2700 # needs to be updated with each new release
expected-commit: d176ce0f74930eea4ddf66325a95e7da9d7fb9e1 # needs to be updated with each new release
- uses: patch
with:
patches: /home/build/cve-fixes.patch
Expand Down
8 changes: 4 additions & 4 deletions datadog-agent/cve-fixes.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/datadog_checks_dev/pyproject.toml b/datadog_checks_dev/pyproject.toml
index 975c552a13..02ff5390be 100644
index 66a79ce6bf..fee3a83f18 100644
--- a/datadog_checks_dev/pyproject.toml
+++ b/datadog_checks_dev/pyproject.toml
@@ -79,7 +79,7 @@ cli = [
Expand All @@ -8,7 +8,7 @@ index 975c552a13..02ff5390be 100644
"platformdirs>=2.0.0a3",
- "pydantic>=2.0.2",
+ "pydantic>=2.4.0",
"pysmi>=0.3.4",
"pysmi==0.3.4",
"securesystemslib[crypto]==0.28.0",
"semver>=2.13.0",
diff --git a/mysql/hatch.toml b/mysql/hatch.toml
Expand All @@ -22,7 +22,7 @@ index 7361c558b8..c2eaf18b33 100644
- "types-pymysql==1.1.0.1",
+ "types-pymysql==1.1.1.1",
]

[[envs.default.matrix]]
diff --git a/singlestore/hatch.toml b/singlestore/hatch.toml
index 3a56775cbf..e706f41b58 100644
Expand All @@ -35,5 +35,5 @@ index 3a56775cbf..e706f41b58 100644
- "types-PyMySQL==1.1.0.1",
+ "types-PyMySQL==1.1.1.1",
]

[[envs.default.matrix]]

0 comments on commit fa1cfb3

Please sign in to comment.