Skip to content

Commit

Permalink
Update develop branch for the v2024.12.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbot-open committed Dec 12, 2024
1 parent e85ff18 commit db07164
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v2024.12.12

## What's Changed

- Restrict use of dnf to Fedora only, otherwise use yum when dealing with RedHat family by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2070
- Updating container usage to that used in new Salt pipelines for CI/CD, fix Amazon Linux by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2071

**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.12.09...v2024.12.12

# v2024.12.09

## 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 @@ -108,7 +108,7 @@ if ($help) {
exit 0
}

$__ScriptVersion = "2024.12.09"
$__ScriptVersion = "2024.12.12"
$ScriptName = $myInvocation.MyCommand.Name

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

0 comments on commit db07164

Please sign in to comment.