Skip to content

Commit

Permalink
Update develop branch for the v2024.11.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbot-open committed Nov 21, 2024
1 parent aca7925 commit f2abbd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2024.11.21

## What's Changed

- Make universal repo url by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2045
- Update bootstrap shell CI/CD to utilize containers and clean up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2039
- \[WIP\] hwclock check missing additional condition on major version by @ruslantum in https://github.com/saltstack/salt-bootstrap/pull/2048

## New Contributors

- @ruslantum made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2048

**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.07...v2024.11.21

# v2024.11.07

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-salt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if ($help) {
exit 0
}

$__ScriptVersion = "2024.11.07"
$__ScriptVersion = "2024.11.21"
$ScriptName = $myInvocation.MyCommand.Name

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

0 comments on commit f2abbd4

Please sign in to comment.