Skip to content

Commit

Permalink
Update main branch for the v2024.12.05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Salt Project Packaging committed Dec 5, 2024
1 parent 64428b8 commit e5300bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2024.12.05

## What's Changed
* Corrected paths to scripts and moved location tag occurs by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/15
* Added git user etc before tagging by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/16
* Correct type vmtools-salt.sh for svtminion.sh, and similar for ps1 by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/17
* Further corrections to cutting a release by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/18
* Fixing final workflow for updating README.md with sha256sums by @dmurphy18 in https://github.com/saltstack/salt-vmtools/pull/19


**Full Changelog**: https://github.com/saltstack/salt-vmtools/compare/v2024.12.04...v2024.12.05

# v2024.12.04

**Full Changelog**: https://github.com/saltstack/salt-vmtools/compare/v2024.12.04...v2024.12.04
Expand Down
2 changes: 1 addition & 1 deletion linux/svtminion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o pipefail
# using bash for now
# run this script as root, as needed to run Salt

readonly SCRIPT_VERSION="2024.12.04"
readonly SCRIPT_VERSION="2024.12.05"

# definitions

Expand Down
2 changes: 1 addition & 1 deletion windows/svtminion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ if ($help) {
}

# This value is populated via CICD during build
$SCRIPT_VERSION = "2024.12.04"
$SCRIPT_VERSION = "2024.12.05"
if ($Version) {
Write-Host $SCRIPT_VERSION
exit 0
Expand Down

0 comments on commit e5300bc

Please sign in to comment.