File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v2026.05.01
2+
3+ ## What's Changed
4+
5+ - Update filelock to 3.20.3 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2103
6+ - Fix ci by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2104
7+ - Update requests to >2.33.0 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2106
8+ - Update pygments to >= 2.20.0 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2108
9+ - fix(windows): handle prerelease Salt dirs in bootstrap-salt.ps1 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2109
10+
11+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2026.01.22...v2026.05.01
12+
113# v2026.01.22
214
315## What's Changed
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ if ($help) {
112112 exit 0
113113}
114114
115- $__ScriptVersion = " 2026.01.22 "
115+ $__ScriptVersion = " 2026.05.01 "
116116$ScriptName = $myInvocation.MyCommand.Name
117117
118118# 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=" 2026.01.22 "
29+ __ScriptVersion=" 2026.05.01 "
3030__ScriptName=" bootstrap-salt.sh"
3131
3232__ScriptFullName=" $0 "
You can’t perform that action at this time.
0 commit comments