Skip to content

Commit 5af35c4

Browse files
committed
Update develop branch for the v2025.09.03 release
1 parent 8aabbab commit 5af35c4

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,26 @@
22

33
## What's Changed
44

5+
- fixes for Photon4/5 by @erwindon in https://github.com/saltstack/salt-bootstrap/pull/2080
6+
- Get versions correctly by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2081
7+
- Prep release by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2082
8+
- Add support for specifying a directory other than /tmp for installation execution by @edlitmus in https://github.com/saltstack/salt-bootstrap/pull/2068
9+
- Add another PR and a few more emails by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2083
10+
11+
## New Contributors
12+
13+
- @erwindon made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2080
14+
- @edlitmus made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2068
15+
16+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2025.02.24...v2025.09.03
17+
18+
# v2025.09.03
19+
20+
## What's Changed
21+
522
- Fixed installation on Photon 4 and Photon 5 by @erwindon in https://github.com/saltstack/salt-bootstrap/pull/2080
623
- Properly handle 2 digit minor versions of Salt by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2081
7-
- Added an option to specify something other than ``/tmp`` for installation execution by @edlitmus in https://github.com/saltstack/salt-bootstrap/pull/2068
24+
- Added an option to specify something other than `/tmp` for installation execution by @edlitmus in https://github.com/saltstack/salt-bootstrap/pull/2068
825

926
# v2025.02.24
1027

bootstrap-salt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if ($help) {
108108
exit 0
109109
}
110110

111-
$__ScriptVersion = "2025.02.24"
111+
$__ScriptVersion = "2025.09.03"
112112
$ScriptName = $myInvocation.MyCommand.Name
113113

114114
# 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="2025.02.24"
29+
__ScriptVersion="2025.09.03"
3030
__ScriptName="bootstrap-salt.sh"
3131

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)