Update develop branch for the v2024.07.23 release

This commit is contained in:
Salt Project Packaging 2024-07-23 21:45:31 +00:00
parent 21137fb9ad
commit 7d55680ddd
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
# v2024.07.23
## What's Changed
- Updated link for Supported Operating Systems and Repository supported by Salt by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2010
- Cleanup use of the term 'Post Neon' given only support 3006 and up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2011
- Added support with -W for installing salt-api by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2013
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.07.18...v2024.07.23
# v2024.07.18
## What's Changed

View file

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