Skip to content

Commit 7d55680

Browse files
committed
Update develop branch for the v2024.07.23 release
1 parent 21137fb commit 7d55680

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v2024.07.23
2+
3+
## What's Changed
4+
5+
- Updated link for Supported Operating Systems and Repository supported by Salt by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2010
6+
- Cleanup use of the term 'Post Neon' given only support 3006 and up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2011
7+
- Added support with -W for installing salt-api by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2013
8+
9+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.07.18...v2024.07.23
10+
111
# v2024.07.18
212

313
## What's Changed

bootstrap-salt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if ($help) {
110110
exit 0
111111
}
112112

113-
$__ScriptVersion = "2024.07.18"
113+
$__ScriptVersion = "2024.07.23"
114114
$ScriptName = $myInvocation.MyCommand.Name
115115

116116
# We'll check for the Version next, because it also has no requirements

0 commit comments

Comments
 (0)