Skip to content

Commit d18c9fe

Browse files
author
Salt Project Packaging
committed
Update main branch for the v2026.01.09 release
1 parent 30dd871 commit d18c9fe

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v2026.01.09
2+
3+
## What's Changed
4+
* Update copyrights for 2026, remove unnecessary copyrights by @twangboy in https://github.com/saltstack/salt-vmtools/pull/48
5+
* Update dependencies by @twangboy in https://github.com/saltstack/salt-vmtools/pull/49
6+
7+
8+
**Full Changelog**: https://github.com/saltstack/salt-vmtools/compare/v2026.01.08...v2026.01.09
9+
110
# v2026.01.08
211

312
## What's Changed

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="2026.01.08"
22+
readonly SCRIPT_VERSION="2026.01.09"
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 = "2026.01.08"
290+
$SCRIPT_VERSION = "2026.01.09"
291291
if ($Version) {
292292
Write-Host $SCRIPT_VERSION
293293
exit 0

0 commit comments

Comments
 (0)