File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # v2024.11.27
2+
3+ ## What's Changed
4+
5+ - Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057
6+
7+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2024.11.26...v2024.11.27
8+
9+ # v2024.11.27
10+
11+ ## What's Changed
12+
13+ - Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057
14+
15+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2024.11.26...v2024.11.27
16+
117# v2024.11.26
218
319## What's Changed
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file.
3737
3838The SHA256 sum of the ``bootstrap-salt.sh `` file, per release, is:
3939
40+ - 2024.11.27: ``e972bd1ef01d09cd1d9294374ef974c9e3dd9a2aee37cf3859144585fd8bf1d0 ``
4041- 2024.11.26: ``832c7a20b96e1df171d715323df9afff8a11aef42d15598c007f240bc89d723c ``
4142- 2024.11.21: ``ddf624c3a94d721da3f7629402a6c7ecc9dd96d13c1ead2a626314e97cee982a ``
4243- 2024.11.07: ``70a9783649e129985563d1a86cf28b8984499643e62ae1dc47dc008bd204fcbb ``
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if ($help) {
108108 exit 0
109109}
110110
111- $__ScriptVersion = " 2024.11.26 "
111+ $__ScriptVersion = " 2024.11.27 "
112112$ScriptName = $myInvocation.MyCommand.Name
113113
114114# We'll check for the Version next, because it also has no requirements
You can’t perform that action at this time.
0 commit comments