Skip to content

Commit 4ff80d8

Browse files
committed
Update develop branch for the v2026.05.20 release
1 parent 31b9775 commit 4ff80d8

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v2026.05.20
2+
3+
## What's Changed
4+
5+
- Update urllib3 to 2.7.0 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2110
6+
- Update idna to >= 3.15 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2111
7+
- fix(bootstrap): install git deps from linux.lock or linux.txt by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2112
8+
9+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2026.05.01...v2026.05.20
10+
111
# v2026.05.01
212

313
## 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.05.01"
115+
$__ScriptVersion = "2026.05.20"
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.05.01"
29+
__ScriptVersion="2026.05.20"
3030
__ScriptName="bootstrap-salt.sh"
3131

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)