Skip to content

Commit a870315

Browse files
committed
Update develop branch for the v2024.07.16 release
1 parent d88e9c3 commit a870315

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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

bootstrap-salt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#======================================================================================================================
2727
set -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"

0 commit comments

Comments
 (0)