Skip to content

Commit f9ba78d

Browse files
author
Salt Project Packaging
committed
Update main branch for the v2025.12.08 release
1 parent f6bdfa6 commit f9ba78d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v2025.12.08
2+
3+
## What's Changed
4+
* Clean up files after initial release and re-enable use of ssh and key by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/20
5+
* Updated .gitignore to ignore .cut_* files by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/21
6+
* Removed unneeded push by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/22
7+
* Attempting to allow multiple releases in a day with same sha256sums by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/23
8+
* Removed checksum for 2024 12 05, to allow program to run by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/24
9+
* Update README for better textual flow on locations of latest for down… by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/25
10+
* Replace utf-8 apostrophe character by @twangboy in https://github.com/saltstack/salt-vmtools/pull/27
11+
* Update changed-files action to 46.0.5 by @twangboy in https://github.com/saltstack/salt-vmtools/pull/28
12+
* Test against 3006.10 by @twangboy in https://github.com/saltstack/salt-vmtools/pull/29
13+
* Upgrade CI to test latest 3006.15 and 3007.7 by @scriptautomate-bc in https://github.com/saltstack/salt-vmtools/pull/33
14+
* Handle double-digit minor versions properly on Windows by @twangboy in https://github.com/saltstack/salt-vmtools/pull/35
15+
* Bump urllib3 from 2.2.3 to 2.6.0 in /requirements by @dependabot[bot] in https://github.com/saltstack/salt-vmtools/pull/36
16+
* Bump requests from 2.32.3 to 2.32.4 in /requirements by @dependabot[bot] in https://github.com/saltstack/salt-vmtools/pull/30
17+
* Update actions/checkout to v6 by @twangboy in https://github.com/saltstack/salt-vmtools/pull/37
18+
* Update the rest of the checkout actions to v6 by @twangboy in https://github.com/saltstack/salt-vmtools/pull/38
19+
20+
## New Contributors
21+
* @scriptautomate-bc made their first contribution in https://github.com/saltstack/salt-vmtools/pull/33
22+
* @dependabot[bot] made their first contribution in https://github.com/saltstack/salt-vmtools/pull/36
23+
24+
**Full Changelog**: https://github.com/saltstack/salt-vmtools/compare/v2024.12.05...v2025.12.08
25+
126
# v2024.12.05
227

328
**Full Changelog**: https://github.com/saltstack/salt-vmtools/compare/v2024.12.05...v2024.12.05

linux/svtminion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o pipefail
1919
# using bash for now
2020
# run this script as root, as needed to run Salt
2121

22-
readonly SCRIPT_VERSION="2024.12.05"
22+
readonly SCRIPT_VERSION="2025.12.08"
2323

2424
# definitions
2525

windows/svtminion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ if ($help) {
287287
}
288288

289289
# This value is populated via CICD during build
290-
$SCRIPT_VERSION = "SCRIPT_VERSION_REPLACE"
290+
$SCRIPT_VERSION = "2025.12.08"
291291
if ($Version) {
292292
Write-Host $SCRIPT_VERSION
293293
exit 0

0 commit comments

Comments
 (0)