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.01.22
2+
3+ ## What's Changed
4+
5+ - Fix SALT_REPO_URL and mktemp command in salt-quick-start.sh by @OttaviaB in https://github.com/saltstack/salt-bootstrap/pull/2102
6+ - Tidy/fix archlinux install by @vegcom in https://github.com/saltstack/salt-bootstrap/pull/2101
7+
8+ ## New Contributors
9+
10+ - @OttaviaB made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2102
11+ - @vegcom made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2101
12+
13+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2026.01.15...v2026.01.22
14+
115# v2026.01.15
216
317## 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 = " 2026.01.15 "
111+ $__ScriptVersion = " 2026.01.22 "
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=" 2026.01.15 "
29+ __ScriptVersion=" 2026.01.22 "
3030__ScriptName=" bootstrap-salt.sh"
3131
3232__ScriptFullName=" $0 "
You can’t perform that action at this time.
0 commit comments