Commit 4ca7461
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
0 commit comments