-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[windows] Add option to support EXE Agent installer (#410)
* The EXE installer handles per-user to per-machine upgrades gracefully, including edges cases that the present cookbook can't reasonably handle on its own. For this reason, we add the option to use the exe installer when needed (i.e. for upgrades from Agent <= 5.10.1 to Agent >= 5.12.0). * The URL to the latest installer changes in 5.12.0 from `ddagent-cli` to `ddagent-cli-latest` so that unattended upgrades don't make chef runs fail. Reflect this here. The new URLs work only since 5.12.0, so this change should only be released once the 5.12.0 installers (msi and exe) are generally available at these URLs. * Made some changes on the package removal to handle `windows` >= 1.39 more gracefully. Updated the spec tests assuming they run on Chef >= 12.6. This should be removed (and the whole recipe should be cleaned up) when we stop supporting Chef < 12.6 on Windows. * Added related documentation.
- v4.22.0
- v4.21.0
- v4.20.0
- v4.19.0
- v4.18.0
- v4.17.0
- v4.16.0
- v4.15.0
- v4.14.0
- v4.13.0
- v4.12.0
- v4.11.1
- v4.11.0
- v4.10.0
- v4.9.0
- v4.8.0
- v4.7.2
- v4.7.1
- v4.7.0
- v4.6.0
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.1
- v4.1.1
- v4.0.1
- v4.0.0
- v3.5.1
- v3.5.0
- v3.4.1
- v3.4.0
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.20.1
- v2.20.0
- v2.19.0
- v2.18.0
- v2.17.0
- v2.16.1
- v2.16.0
- v2.15.0
- v2.14.1
- v2.14.0
- v2.13.0
- v2.12.0
- v2.11.0
- v2.10.1
- v2.10.0
- v2.9.1
- v2.9.0
- test-tag
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0-beta
- 3.5.0
1 parent
05ba57d
commit 3f6435b
Showing
5 changed files
with
97 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters