Skip to content
Draft
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
6 changes: 3 additions & 3 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"base_branch": "main",
"current_milestone": "7.83.0",
"dependencies": {
"INTEGRATIONS_CORE_VERSION": "c54401a07b75c9f29346e01d93bc1e010ea54df5",
"INTEGRATIONS_WHEELS_STORAGE": "stable",
"INTEGRATIONS_CORE_VERSION": "7741171ba907854dd56f4fa6242c14b00c9fddbe",
"INTEGRATIONS_WHEELS_STORAGE": "dev",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep integration wheel storage on stable

When this release.json is used by packaging, the Bazel integration dependency rule reads INTEGRATIONS_WHEELS_STORAGE and substitutes it into every dependency-wheel URL (deps/agent_integrations/dependency_wheels.bzl:86). Changing the default from stable to dev means beta/stable Agent builds from this commit will pull unpromoted dev wheel artifacts with no CI override back to stable, making release artifacts depend on the dev storage tier instead of promoted wheels; keep this value as stable and use an environment override only for ad-hoc dev builds.

Useful? React with 👍 / 👎.

"JMXFETCH_HASH": "3eb735171a3e41518c4101a6aee06fee8b93092d015769c2e470eecadb4bd11b",
"JMXFETCH_VERSION": "0.52.0",
"OMNIBUS_RUBY_VERSION": "53302769b118c8d3b899b12f6bff755910db5945",
Expand All @@ -20,4 +20,4 @@
"6": "6.53.1",
"7": "7.81.1"
}
}
}
Loading