Skip to content

Commit bd7e531

Browse files
committed
Update develop branch for the v2026.01.22 release
1 parent 241a647 commit bd7e531

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+
# v2026.01.22
2+
3+
## What's Changed
4+
5+
- Fix SALT_REPO_URL and mktemp command in salt-quick-start.sh by @OttaviaB in https://github.com/saltstack/salt-bootstrap/pull/2102
6+
- Tidy/fix archlinux install by @vegcom in https://github.com/saltstack/salt-bootstrap/pull/2101
7+
8+
## New Contributors
9+
10+
- @OttaviaB made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2102
11+
- @vegcom made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2101
12+
13+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2026.01.15...v2026.01.22
14+
115
# v2026.01.15
216

317
## What's Changed

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 = "2026.01.15"
111+
$__ScriptVersion = "2026.01.22"
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="2026.01.15"
29+
__ScriptVersion="2026.01.22"
3030
__ScriptName="bootstrap-salt.sh"
3131

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)