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.20
2+
3+ ## What's Changed
4+
5+ - Update urllib3 to 2.7.0 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2110
6+ - Update idna to >= 3.15 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2111
7+ - fix(bootstrap): install git deps from linux.lock or linux.txt by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2112
8+
9+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2026.05.01...v2026.05.20
10+
111# v2026.05.01
212
313## 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.05.01 "
115+ $__ScriptVersion = " 2026.05.20 "
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.05.01 "
29+ __ScriptVersion=" 2026.05.20 "
3030__ScriptName=" bootstrap-salt.sh"
3131
3232__ScriptFullName=" $0 "
You can’t perform that action at this time.
0 commit comments