Skip to content

Commit

Permalink
[Backport 7.57.x] [windows] Update release.json to include fixes to d…
Browse files Browse the repository at this point in the history
…river installation merge modules (#29070)

Co-authored-by: Derek Brown <derek.brown@datadoghq.com>
  • Loading branch information
1 parent c5ed1f8 commit 2869a50
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
24 changes: 12 additions & 12 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"JMXFETCH_HASH": "258085a94d529a6bdf914db36dd50faf6fde2cebc44b1f54a60eb209a5d8917c",
"MACOS_BUILD_VERSION": "7.57.x",
"WINDOWS_DDNPM_DRIVER": "release-signed",
"WINDOWS_DDNPM_VERSION": "2.7.0",
"WINDOWS_DDNPM_SHASUM": "de6a2f437b906d1d0f3cfc9222c7f686b3d69726355c940476448a34535064c8",
"WINDOWS_DDNPM_VERSION": "2.7.1",
"WINDOWS_DDNPM_SHASUM": "0f4665761324e1fef1c21651be5b70e79c72b5e7e5662d74619e7db2b27d5bc2",
"SECURITY_AGENT_POLICIES_VERSION": "master",
"WINDOWS_DDPROCMON_DRIVER": "release-signed",
"WINDOWS_DDPROCMON_VERSION": "1.0.2",
"WINDOWS_DDPROCMON_SHASUM": "cf55e5163659dbbfac0c0cced6559a3042107da9e4df8140bea17067278061ab",
"WINDOWS_DDPROCMON_VERSION": "1.0.4",
"WINDOWS_DDPROCMON_SHASUM": "3a23804adc7280390aabc01f0b709853755baa111f821f99627cd661ee917490",
"WINDOWS_APMINJECT_COMMENT": "The WINDOWS_APMINJECT entries below should NOT be added to the release targets",
"WINDOWS_APMINJECT_MODULE": "release-signed",
"WINDOWS_APMINJECT_VERSION": "1.1.2",
"WINDOWS_APMINJECT_SHASUM": "27d85ab3a26c123b2655a838b0bec099268de2f2b86d2b8a74232e65f4f8f05f"
"WINDOWS_APMINJECT_VERSION": "1.1.3",
"WINDOWS_APMINJECT_SHASUM": "5fdd62a84e640204386b9c28dc2e3ac5d9b8adde6427cb9f5914619f94d7b5bd"
},
"nightly-a7": {
"INTEGRATIONS_CORE_VERSION": "7.57.x",
Expand All @@ -32,16 +32,16 @@
"JMXFETCH_HASH": "258085a94d529a6bdf914db36dd50faf6fde2cebc44b1f54a60eb209a5d8917c",
"MACOS_BUILD_VERSION": "7.57.x",
"WINDOWS_DDNPM_DRIVER": "release-signed",
"WINDOWS_DDNPM_VERSION": "2.7.0",
"WINDOWS_DDNPM_SHASUM": "de6a2f437b906d1d0f3cfc9222c7f686b3d69726355c940476448a34535064c8",
"WINDOWS_DDNPM_VERSION": "2.7.1",
"WINDOWS_DDNPM_SHASUM": "0f4665761324e1fef1c21651be5b70e79c72b5e7e5662d74619e7db2b27d5bc2",
"SECURITY_AGENT_POLICIES_VERSION": "master",
"WINDOWS_DDPROCMON_DRIVER": "release-signed",
"WINDOWS_DDPROCMON_VERSION": "1.0.2",
"WINDOWS_DDPROCMON_SHASUM": "cf55e5163659dbbfac0c0cced6559a3042107da9e4df8140bea17067278061ab",
"WINDOWS_DDPROCMON_VERSION": "1.0.4",
"WINDOWS_DDPROCMON_SHASUM": "3a23804adc7280390aabc01f0b709853755baa111f821f99627cd661ee917490",
"WINDOWS_APMINJECT_COMMENT": "The WINDOWS_APMINJECT entries below should NOT be added to the release targets",
"WINDOWS_APMINJECT_MODULE": "release-signed",
"WINDOWS_APMINJECT_VERSION": "1.1.2",
"WINDOWS_APMINJECT_SHASUM": "27d85ab3a26c123b2655a838b0bec099268de2f2b86d2b8a74232e65f4f8f05f"
"WINDOWS_APMINJECT_VERSION": "1.1.3",
"WINDOWS_APMINJECT_SHASUM": "5fdd62a84e640204386b9c28dc2e3ac5d9b8adde6427cb9f5914619f94d7b5bd"
},
"release-a6": {
"INTEGRATIONS_CORE_VERSION": "7.57.0-rc.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Each section from every release note are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
fixes:
- |
Fixes a bug on Windows in the driver installation custom actions that could prevent rollback from working properly if an installation failed or was canceled.

0 comments on commit 2869a50

Please sign in to comment.