Skip to content

Commit 95f7870

Browse files
committed
Update develop branch for the v2026.05.01 release
1 parent d3a45bf commit 95f7870

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v2026.05.01
2+
3+
## What's Changed
4+
5+
- Update filelock to 3.20.3 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2103
6+
- Fix ci by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2104
7+
- Update requests to >2.33.0 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2106
8+
- Update pygments to >= 2.20.0 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2108
9+
- fix(windows): handle prerelease Salt dirs in bootstrap-salt.ps1 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2109
10+
11+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2026.01.22...v2026.05.01
12+
113
# v2026.01.22
214

315
## What's Changed

bootstrap-salt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if ($help) {
112112
exit 0
113113
}
114114

115-
$__ScriptVersion = "2026.01.22"
115+
$__ScriptVersion = "2026.05.01"
116116
$ScriptName = $myInvocation.MyCommand.Name
117117

118118
# 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="2026.01.22"
29+
__ScriptVersion="2026.05.01"
3030
__ScriptName="bootstrap-salt.sh"
3131

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)