Skip to content

Commit 437ef14

Browse files
committed
Update develop branch for the v2025.12.05 release
1 parent cb80b95 commit 437ef14

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## What's Changed
44

5+
- Remove hardware clock sync by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2085
6+
- Update deps that contain CVEs by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2086
7+
- replace the --global-option command with --config-settings since --global-option has been removed in pip 25.3 by @julian9499 in https://github.com/saltstack/salt-bootstrap/pull/2088
8+
- Include filename in shasum file by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2090
9+
- Update changelog and author to prep for release by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2092
10+
11+
## New Contributors
12+
13+
- @julian9499 made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2088
14+
15+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2025.09.03...v2025.12.05
16+
17+
# v2025.12.05
18+
19+
## What's Changed
20+
521
- Include filename in the shasum file: https://github.com/saltstack/salt-bootstrap/pull/2090
622
- Replace --global-option with --config-settings for pip: https://github.com/saltstack/salt-bootstrap/pull/2088
723
- Update some dependencies that have CVEs: https://github.com/saltstack/salt-bootstrap/pull/2086

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

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)