Skip to content

Commit 4ca7461

Browse files
committed
Adjust misleading macOS Agent version documentation
After merging #664, I realized the change I introduced to a table could be misinterpreted as suggesting that users should set `datadog_agent_major_version` to values like `7.69-` or `7.70+`, when in fact only `6` or `7` are valid inputs: > When the variable `datadog_macos_download_url` is not set, the official macOS DMG package corresponding to the `datadog_agent_major_version` is used: > > | Agent version | Default macOS DMG package URL | > |-----------------------|-----------------------------------------------------------------| > | 6 | https://install.datadoghq.com/datadog-agent-6-latest.dmg | > | 7.69- | https://install.datadoghq.com/datadog-agent-7-latest.dmg | > | 7.70+ (Intel Mac) | https://install.datadoghq.com/datadog-agent-7-latest.x86_64.dmg | > | 7.70+ (Apple Silicon) | https://install.datadoghq.com/datadog-agent-7-latest.arm64.dmg | Close to its [former state](https://github.com/DataDog/ansible-datadog/blob/e8eb1616e897639c52260cc801439d5bbe7c43df/README.md#macos), the proposed table aims at preventing confusion by separating user-provided configuration values from automatic resolution logic (where version ranges like `7.69-` or `7.70+` are informational only): > | Agent version | Default macOS DMG package URL | > |---------------|---------------------------------------------------------------------------------------| > | 6 | https://install.datadoghq.com/datadog-agent-6-latest.dmg | > | 7 | https://install.datadoghq.com/datadog-agent-7-latest.dmg (7.69-) | > | | https://install.datadoghq.com/datadog-agent-7-latest.x86_64.dmg (7.70+, Intel Mac) | > | | https://install.datadoghq.com/datadog-agent-7-latest.arm64.dmg (7.70+, Apple Silicon) |
1 parent 6616ffc commit 4ca7461

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,12 @@ To override the default behavior, set this variable to something other than an e
328328

329329
When the variable `datadog_macos_download_url` is not set, the official macOS DMG package corresponding to the `datadog_agent_major_version` is used:
330330

331-
| Agent version | Default macOS DMG package URL |
332-
|-----------------------|-----------------------------------------------------------------|
333-
| 6 | https://install.datadoghq.com/datadog-agent-6-latest.dmg |
334-
| 7.69- | https://install.datadoghq.com/datadog-agent-7-latest.dmg |
335-
| 7.70+ (Intel Mac) | https://install.datadoghq.com/datadog-agent-7-latest.x86_64.dmg |
336-
| 7.70+ (Apple Silicon) | https://install.datadoghq.com/datadog-agent-7-latest.arm64.dmg |
331+
| Agent version | Default macOS DMG package URL |
332+
|---------------|---------------------------------------------------------------------------------------|
333+
| 6 | https://install.datadoghq.com/datadog-agent-6-latest.dmg |
334+
| 7 | https://install.datadoghq.com/datadog-agent-7-latest.dmg (7.69-) |
335+
| | https://install.datadoghq.com/datadog-agent-7-latest.x86_64.dmg (7.70+, Intel Mac) |
336+
| | https://install.datadoghq.com/datadog-agent-7-latest.arm64.dmg (7.70+, Apple Silicon) |
337337

338338
To override the default behavior, set this variable to something other than an empty string.
339339

0 commit comments

Comments
 (0)