You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that integrations are cleanly defined as python packages, we will soon be able
35
31
to ship them as Python wheels that will be pip-installable in the Python environment
36
32
embedded into the Datadog Agent. This presents a paradigm change in the way we will
37
33
be delivering standalone integration upgrades, moving away from OS-specific packages
38
34
to idiomatic Python package delivery.
39
35
40
-
Agent releases starting from version 5.21 bundle the latest wheels for any
41
-
integration, but at the moment you can't upgrade or downgrade between releases.
42
-
43
-
Each Datadog Agent release will continue to ship a set of the most up to date stable integrations available. The `requirements-agent-release.txt` file at the root of this repo is the best place to check what Integration version is shipped with each Agent.
44
-
45
-
**Note** The release process is currently in flux as we move toward the ability to ship wheels independently of Agent releases. Due to this, the Changelog may show a version and release that isn't yet available to download. Please check the below table to see which Integration versions are shipped with your Agent install.
36
+
## Contributing
46
37
47
-
| Agent Version | List of Shipped Integration Versions |
0 commit comments