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
+
1
13
# v2024.12.04
2
14
3
15
** 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
19
19
# using bash for now
20
20
# run this script as root, as needed to run Salt
21
21
22
- readonly SCRIPT_VERSION=" 2024.12.04 "
22
+ readonly SCRIPT_VERSION=" 2024.12.05 "
23
23
24
24
# definitions
25
25
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ if ($help) {
287
287
}
288
288
289
289
# This value is populated via CICD during build
290
- $SCRIPT_VERSION = " 2024.12.04 "
290
+ $SCRIPT_VERSION = " 2024.12.05 "
291
291
if ($Version ) {
292
292
Write-Host $SCRIPT_VERSION
293
293
exit 0
You can’t perform that action at this time.
0 commit comments