File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 "
291291if ($Version ) {
292292 Write-Host $SCRIPT_VERSION
293293 exit 0
You can’t perform that action at this time.
0 commit comments