Update develop branch for the v2024.12.09 release

This commit is contained in:
Salt Project Packaging 2024-12-09 23:10:33 +00:00
parent 04c959b723
commit 0bd577de50
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# v2024.12.09
## What's Changed
- Fix quickstart for Windows with new repo by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2065
- Utilize salt-project packages with SUSE by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2066
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.29...v2024.12.09
# v2024.11.29
## What's Changed

View file

@ -108,7 +108,7 @@ if ($help) {
exit 0
}
$__ScriptVersion = "2024.11.29"
$__ScriptVersion = "2024.12.09"
$ScriptName = $myInvocation.MyCommand.Name
# We'll check for the Version next, because it also has no requirements