Skip to content

Commit 68f6f8b

Browse files
committed
Update develop branch for the v2026.01.15 release
1 parent 1a66e97 commit 68f6f8b

3 files changed

Lines changed: 33 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v2026.01.15
2+
3+
## What's Changed
4+
5+
- Update urllib3 to 2.6.0 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2093
6+
- Update filelock to v3.20.1 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2098
7+
- Update urllib3=2.6.3 and virtualenv=20.36.1 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2099
8+
- fix: reinstate the old method of setting `pip` global options by @dafyddj in https://github.com/saltstack/salt-bootstrap/pull/2100
9+
- Fixes #2094 by changing reference to script var BS_TMP_DIR to \_TMP_DIR in help message text. by @jsbiff in https://github.com/saltstack/salt-bootstrap/pull/2097
10+
11+
## New Contributors
12+
13+
- @jsbiff made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2097
14+
15+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2025.12.05...v2026.01.15
16+
117
# v2025.12.05
218

319
## What's Changed
@@ -128,7 +144,7 @@
128144

129145
- Make universal repo url by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2045
130146
- Update bootstrap shell CI/CD to utilize containers and clean up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2039
131-
- \[WIP\] hwclock check missing additional condition on major version by @ruslantum in https://github.com/saltstack/salt-bootstrap/pull/2048
147+
- [WIP] hwclock check missing additional condition on major version by @ruslantum in https://github.com/saltstack/salt-bootstrap/pull/2048
132148

133149
## New Contributors
134150

@@ -210,7 +226,7 @@
210226

211227
## What's Changed
212228

213-
- Updated README, and removed experimental to ability install different Python version which was limited to RHEL 7, which is EOL by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2009
229+
- Updated README, and removed experimental to ability install different Python version which was limited to RHEL 7, which is EOL by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2009
214230

215231
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.07.16...v2024.07.18
216232

@@ -220,7 +236,7 @@
220236

221237
- Update bootstrap-salt.sh by @javatask in https://github.com/saltstack/salt-bootstrap/pull/2005
222238
- Updated GitHub actions to later v4 by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2004
223-
- Don't sort lists and dicts, as order of items matters by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2006
239+
- Don't sort lists and dicts, as order of items matters by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2006
224240

225241
## New Contributors
226242

@@ -378,7 +394,7 @@
378394
- Debian ARM Fix by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1887
379395
- Added Pop!\_OS as a Ubuntu derivative by @shombando in https://github.com/saltstack/salt-bootstrap/pull/1888
380396
- Don't attempt to stable install on Red Hat onedir only systems by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1889
381-
- \[docs\] Improve Windows readme instructions and links in script by @dafyddj in https://github.com/saltstack/salt-bootstrap/pull/1897
397+
- [docs] Improve Windows readme instructions and links in script by @dafyddj in https://github.com/saltstack/salt-bootstrap/pull/1897
382398
- Adding newer versions of CentOS Stream and AlmaLinux by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1890
383399
- Add support for KDE neon based on Ubuntu 22.04 by @digitalkram in https://github.com/saltstack/salt-bootstrap/pull/1894
384400
- Removing Ubuntu 16.04 by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1886
@@ -529,7 +545,7 @@
529545
- Add support for Ubuntu 20.04 (bryceml) #1479
530546
- Default Ubuntu 20.04 to Py3 since there isn't a Py2 release for it (bryceml) #1480
531547
- Warn instead of exit when using -R and -x python3 on centos to allow installing python3
532-
versions of salt on centos from other repos. Old unsupported releases probably need to
548+
versions of salt on centos from other repos. Old unsupported releases probably need to
533549
manually install epel-release before running the bootstrap script for versions before 2018.3.5
534550
and before 2019.2.1 (bryceml) #1482
535551
- Start maintaining .sha256 files for the bootstrap script
@@ -560,8 +576,8 @@
560576
# v2020.02.04:
561577

562578
- Add support for the Salt Neon(3000) release (s0undt3ch) #1424
563-
- Drop support for Fedora \< 30 (s0undt3ch) #1424
564-
- Drop support for Debian \< 8 (s0undt3ch) #1424
579+
- Drop support for Fedora < 30 (s0undt3ch) #1424
580+
- Drop support for Debian < 8 (s0undt3ch) #1424
565581

566582
# v2020.01.29:
567583

@@ -625,7 +641,7 @@
625641
- Fedora Py3 fixes (The-Loeki) #1273
626642
- Handle commented lines in the requirements files for pip pkgs (rallytime) #1271
627643
- Remove typo: extra 'c' was accidentally added in #1269 (rallytime) #1270
628-
- \[Arch\] Add python2-futures to list of pkgs on git install (rallytime) #1269
644+
- [Arch] Add python2-futures to list of pkgs on git install (rallytime) #1269
629645
- Fix undefined variable warn_msg on amd64 (alexandruavadanii) #1268
630646
- SLES12SP changed packages git to git-core and libzmq3 to libzmq4 (mfapouw) #1266
631647
- Add opensuse 15 specific installation functions (rallytime) #1263
@@ -756,8 +772,8 @@
756772
- Shallow cloning and Python setup fix for BSD (amontalban) #1040
757773
- Fix not needed quoting for salt/salt-bootstrap#1026 (amontalban) #1039
758774
- Update README file with supported release documentation (rallytime) #1034
759-
- Remove \<\<\< bashism (The-Loeki) #1032
760-
- \[-R option\] Fix logic error where we trying to enable epel with -R (rallytime) #1033
775+
- Remove \<<< bashism (The-Loeki) #1032
776+
- [-R option] Fix logic error where we trying to enable epel with -R (rallytime) #1033
761777
- Alpine: check Salt services have been enabled to start on boot (vutny) #1031
762778
- AWS Linux Native Support (bkruger99) #1022
763779
- Correct package name for FreeBSD installation (amontalban) #1030
@@ -812,7 +828,7 @@
812828
- Add python-futures package to install_centos_git_deps (rallytime) #948
813829
- Add /etc/portage/package.accept_keywords to CONFIG_PROTECT_MASK (rallytime) #947
814830
- Deprecate `-G` option: use `https` scheme for GitHub by default (vutny) #945
815-
- \[SECURITY\] Properly handle GnuPG keys for APT repositories (vutny) #940
831+
- [SECURITY] Properly handle GnuPG keys for APT repositories (vutny) #940
816832

817833
# v2016.08.16:
818834

@@ -881,7 +897,7 @@
881897
# v2016.04.18:
882898

883899
- Add support for openSUSE Leap. Thanks Roman Inflianskas(rominf). #693
884-
- Fix missing deps installation on Debian. Thanks Steve Groesz(wolfpackmars2). #699
900+
- Fix missing deps installation on Debian. Thanks Steve Groesz(wolfpackmars2). #699
885901
- Update SaltStack repo location and latest version for Windows. (brandon099) #711
886902
- Better EPEL repository detection on RHEL and CentOS. (vutny) #717
887903
- Fix git invocation fail when `man` command is not available. (vutny) #718
@@ -951,7 +967,7 @@
951967
# v2015.08.06:
952968

953969
- Fix python-requests installations for Ubuntu >= 14.04 LTS. #631, #632, #633
954-
- Install python-crypto from Chris Lea's PPA for Ubuntu \< 14.04
970+
- Install python-crypto from Chris Lea's PPA for Ubuntu < 14.04
955971
- Exit the git checkout directory before deleting it. Thanks Bret Fisher. #634
956972
- Use prefix /usr for centos git install. Thanks Stanislav B. #638
957973
- Drop Ubuntu EOL versions. All Ubuntu version before 12.04.
@@ -1249,7 +1265,7 @@
12491265
# v1.5.9:
12501266

12511267
- Allow to not start the daemons after bootstrapping salt. This will allow `vagrant-lxc`
1252-
installations, `debootstrap*`, etc, to finish properly. Thanks Henrik Holmboe (holmboe).
1268+
installations, `debootstrap*`, etc, to finish properly. Thanks Henrik Holmboe (holmboe).
12531269
- Distro Support Fixed:
12541270
- Salt >= 0.17 requires ElementTree which is on the python standard library after python
12551271
2.6 but openSUSE split that into a separate package.
@@ -1269,7 +1285,7 @@
12691285
and RedHat based distributions support system upgrades).
12701286
- Fixed an issue where passing BS_KEEP_TEMP_FILES=1 to the script was causing an error. #206.
12711287
- Switched FreeBSD default packages repository to PCBSD(http://www.pcbsd.org) and added
1272-
multiple repository support to install salt from the SaltStack's FreeBSD repository. Thanks
1288+
multiple repository support to install salt from the SaltStack's FreeBSD repository. Thanks
12731289
Christer Edwards(cedwards).
12741290
- Improved Gentoo Support. Thanks Elias Probst(eliasp).
12751291
- Stop execution soon for end of life distributions or non supported distribution versions.

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

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)