Skip to content

Commit ad48035

Browse files
committed
Update develop branch for the v2023.07.25 release
1 parent fc63231 commit ad48035

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v2023.07.25
2+
3+
## What's Changed
4+
5+
- fix gpg pub key name for nightly rhel_onedir_repository by @ITJamie in https://github.com/saltstack/salt-bootstrap/pull/1943
6+
- Adding quickstart option by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1945
7+
- fix install_amazon_linux_ami_2_onedir nightly gpg key path by @ITJamie in https://github.com/saltstack/salt-bootstrap/pull/1949
8+
9+
## New Contributors
10+
11+
- @ITJamie made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/1943
12+
13+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.06.28...v2023.07.25
14+
115
# v2023.06.28
216

317
## What's Changed

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#======================================================================================================================
2424
set -o nounset # Treat unset variables as an error
2525

26-
__ScriptVersion="2023.06.28"
26+
__ScriptVersion="2023.07.25"
2727
__ScriptName="bootstrap-salt.sh"
2828

2929
__ScriptFullName="$0"

0 commit comments

Comments
 (0)