Update develop branch for the v2024.11.27 release

This commit is contained in:
Salt Project Packaging 2024-11-27 18:56:47 +00:00
parent bd9d776046
commit 7492ff27f3
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# v2024.11.27
## What's Changed
- Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.26...v2024.11.27
# v2024.11.26
## What's Changed

View file

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