File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # v2025.12.10
2+
3+ ## What's Changed
4+ * Remove sha256 files from the repo root by @twangboy in https://github.com/saltstack/salt-vmtools/pull/40
5+ * Remove .gitlab-ci.yml and ChangeLog by @twangboy in https://github.com/saltstack/salt-vmtools/pull/41
6+ * Migrate to new method for setting output for changed files by @twangboy in https://github.com/saltstack/salt-vmtools/pull/42
7+
8+
9+ ** Full Changelog** : https://github.com/saltstack/salt-vmtools/compare/v2025.12.09...v2025.12.10
10+
111# v2025.12.09
212
313** Full Changelog** : https://github.com/saltstack/salt-vmtools/compare/v2025.12.09...v2025.12.09
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=" 2025.12.09 "
22+ readonly SCRIPT_VERSION=" 2025.12.10 "
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 = " 2025.12.09 "
290+ $SCRIPT_VERSION = " 2025.12.10 "
291291if ($Version ) {
292292 Write-Host $SCRIPT_VERSION
293293 exit 0
You can’t perform that action at this time.
0 commit comments