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+ # v2024.07.16
2+
3+ ## What's Changed
4+
5+ - Update bootstrap-salt.sh by @javatask in https://github.com/saltstack/salt-bootstrap/pull/2005
6+ - Updated GitHub actions to later v4 by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2004
7+ - Don't sort lists and dicts, as order of items matters by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2006
8+
9+ ## New Contributors
10+
11+ - @javatask made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2005
12+
13+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2024.07.12...v2024.07.16
14+
115# v2024.07.12
216
317## What's Changed
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ if ($help) {
110110 exit 0
111111}
112112
113- $__ScriptVersion = " 2024.07.12 "
113+ $__ScriptVersion = " 2024.07.16 "
114114$ScriptName = $myInvocation.MyCommand.Name
115115
116116# 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.07.12 "
29+ __ScriptVersion=" 2024.07.16 "
3030__ScriptName=" bootstrap-salt.sh"
3131
3232__ScriptFullName=" $0 "
You can’t perform that action at this time.
0 commit comments