Skip to content

Commit e5300bc

Browse files
author
Salt Project Packaging
committed
Update main branch for the v2024.12.05 release
1 parent 64428b8 commit e5300bc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v2024.12.05
2+
3+
## What's Changed
4+
* Corrected paths to scripts and moved location tag occurs by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/15
5+
* Added git user etc before tagging by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/16
6+
* Correct type vmtools-salt.sh for svtminion.sh, and similar for ps1 by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/17
7+
* Further corrections to cutting a release by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/18
8+
* Fixing final workflow for updating README.md with sha256sums by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/19
9+
10+
11+
**Full Changelog**: https://github.com/saltstack/salt-vmtools/compare/v2024.12.04...v2024.12.05
12+
113
# v2024.12.04
214

315
**Full Changelog**: https://github.com/saltstack/salt-vmtools/compare/v2024.12.04...v2024.12.04

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

0 commit comments

Comments
 (0)