Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saltstack/salt-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.07.18
Choose a base ref
...
head repository: saltstack/salt-bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2024.07.23
Choose a head ref
  • 12 commits
  • 6 files changed
  • 4 contributors

Commits on Jul 18, 2024

  1. Update sha256 checksums

    saltbot-open committed Jul 18, 2024
    Copy the full SHA
    fa25b2e View commit details
  2. Update README.rst with 2024.07.18 release sha256sum

    saltbot-open committed Jul 18, 2024
    Copy the full SHA
    d7e05db View commit details

Commits on Jul 19, 2024

  1. Updated link to Supported Operating Systems supported by Salt

    dmurphy18 committed Jul 19, 2024
    Copy the full SHA
    98dc136 View commit details
  2. Updated link for Salt Project Repository

    dmurphy18 committed Jul 19, 2024
    Copy the full SHA
    10377e5 View commit details
  3. Merge pull request #2010 from dmurphy18/fix_supported_oss

    Updated link for Supported Operating Systems and Repository supported by Salt
    twangboy authored Jul 19, 2024
    Copy the full SHA
    e5f785b View commit details
  4. Cleanup use of the term 'Post Neon' given only support 3006 and up

    dmurphy18 committed Jul 19, 2024
    Copy the full SHA
    ba56565 View commit details
  5. Merge pull request #2011 from dmurphy18/cleanup_post_neon

    Cleanup use of the term 'Post Neon' given only support 3006 and up
    dmurphy18 authored Jul 19, 2024
    Copy the full SHA
    4f5a393 View commit details

Commits on Jul 23, 2024

  1. Added support with -W for installing salt-api

    dmurphy18 committed Jul 23, 2024
    Copy the full SHA
    3e207e0 View commit details
  2. Make help output alphabetical for option '-W'

    dmurphy18 committed Jul 23, 2024
    Copy the full SHA
    62dc912 View commit details
  3. Merge pull request #2013 from dmurphy18/add_salt_api

    Added support with -W for installing salt-api
    twangboy authored Jul 23, 2024
    Copy the full SHA
    21137fb View commit details
  4. Update develop branch for the v2024.07.23 release

    saltbot-open committed Jul 23, 2024
    Copy the full SHA
    7d55680 View commit details
  5. Merge develop into stable for v2024.07.23 release

    saltbot-open committed Jul 23, 2024
    Copy the full SHA
    bd29f9f View commit details
Showing with 118 additions and 43 deletions.
  1. +10 −0 CHANGELOG.md
  2. +7 −2 README.rst
  3. +1 −1 bootstrap-salt.ps1
  4. +1 −1 bootstrap-salt.ps1.sha256
  5. +98 −38 bootstrap-salt.sh
  6. +1 −1 bootstrap-salt.sh.sha256
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v2024.07.23

## What's Changed

- Updated link for Supported Operating Systems and Repository supported by Salt by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2010
- Cleanup use of the term 'Post Neon' given only support 3006 and up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2011
- Added support with -W for installing salt-api by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2013

**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.07.18...v2024.07.23

# v2024.07.18

## What's Changed
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file.

The SHA256 sum of the ``bootstrap-salt.sh`` file, per release, is:

- 2024.07.18: ``92a74e7ff8a9032a7713c2b3955991d66aaca08a4eb9494ce3dd66b5044f6bc3``
- 2024.07.16: ``4f76d1549c71d696a605f97645d8633b6269c4d9ae54b1fbdfedca1dcf893e7a``
- 2024.07.12: ``526f4a5383db308081a120e26988679238ca6add4bf7a82120cbe71d57ab826e``
- 2024.04.03: ``450ba5cde4af8d6cb5c56c66791f87b918bcda70ccdfb10abf3cc294143c8073``
@@ -118,6 +119,7 @@ To view the latest options and descriptions for ``salt-bootstrap``, use ``-h`` a
-L Also install salt-cloud and required python-libcloud package
-M Also install salt-master
-S Also install salt-syndic
-W Also install salt-api
-N Do not install salt-minion
-X Do not start daemons after installation
-d Disables checking if Salt services are enabled to start on system boot.
@@ -372,12 +374,15 @@ Supported Operating Systems
---------------------------

The salt-bootstrap script officially supports the distributions outlined in
`Salt's Supported Operating Systems`_ document, (BSD-based OSs, Solaris and AIX are no longer
`Salt's Supported Operating Systems
<https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html>`_
document, (BSD-based OSs, Solaris and AIX are no longer
supported). The operating systems listed below should reflect this document but may become out of
date. If an operating system is listed below, but is not listed on the official supported operating
systems document, the level of support is "best-effort".

Since Salt is written in Python, the packages available from the `Salt Project's repository`_ are
Since Salt is written in Python, the packages available from the `Salt Project's repository
<https://repo.saltproject.io/salt/py3>`_ are
CPU architecture independent and could be installed on any hardware supported by Linux kernel.
However, the Salt Project does package Salt's binary dependencies only for ``x86_64`` (``amd64``)
and ``AArch64`` (``arm64``).
2 changes: 1 addition & 1 deletion bootstrap-salt.ps1
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ if ($help) {
exit 0
}

$__ScriptVersion = "2024.07.18"
$__ScriptVersion = "2024.07.23"
$ScriptName = $myInvocation.MyCommand.Name

# We'll check for the Version next, because it also has no requirements
2 changes: 1 addition & 1 deletion bootstrap-salt.ps1.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a1ee8ded8ad557d2c9cd405a6f264a2327767c1ffbb8eefa92490780d66da5f2
f4f68a889633f0e84533946f555487fcb2a194635078a37e84bc3de4fe24db34
Loading