File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # v2025.02.24
2+
3+ ## What's Changed
4+
5+ - Update requirements to address security issues by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2073
6+ - Use treeless clone to 'shallow' clone again. by @mrichar1 in https://github.com/saltstack/salt-bootstrap/pull/2022
7+ - Fix powershell instructions by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2074
8+ - Remove support for macos-12, as deprecated by github by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2076
9+
10+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2024.12.12...v2025.02.24
11+
112# v2024.12.12
213
314## What's Changed
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if ($help) {
108108 exit 0
109109}
110110
111- $__ScriptVersion = " 2024.12.12 "
111+ $__ScriptVersion = " 2025.02.24 "
112112$ScriptName = $myInvocation.MyCommand.Name
113113
114114# We'll check for the Version next, because it also has no requirements
Original file line number Diff line number Diff line change 2626# ======================================================================================================================
2727set -o nounset # Treat unset variables as an error
2828
29- __ScriptVersion=" 2024.12.12 "
29+ __ScriptVersion=" 2025.02.24 "
3030__ScriptName=" bootstrap-salt.sh"
3131
3232__ScriptFullName=" $0 "
You can’t perform that action at this time.
0 commit comments