Commit graph

286 commits

Author SHA1 Message Date
Mike Place
e93f5db489 Update Tornado release timeline 2020-03-11 13:38:06 +01:00
Pedro Algarvio
e124d34418
Add sha256sum for the latest v2020.02.24 release 2020-02-24 18:33:58 +00:00
Wayne Werner
51995055dd
Add link to hardening Salt
This will help address comments on saltstack/salt#56095
2020-02-10 12:37:24 -06:00
Pedro Algarvio
1da561e294
Add the sha256sum of the 2020.02.04 release 2020-02-05 11:22:08 +00:00
Bryce Larson
4c6dbce946
add documentation on updating the .drone.yml file 2020-02-03 11:38:28 +00:00
Pedro Algarvio
f2f061f320
Debian < 8 is now EOL 2020-02-03 10:47:03 +00:00
Pedro Algarvio
5f8324add0
Fedora < 30 is now EOL
Fixes #1400
2020-02-03 10:47:03 +00:00
Pedro Algarvio
637b30237c
Add sha256sum for the latest release, v2020.01.29 2020-01-29 17:21:46 +00:00
Pedro Algarvio
7c0e4fca7b
FreeBSD versions lower than 11 are EOL and unsupported 2020-01-29 16:21:32 +00:00
Pedro Algarvio
979c97b2ea
Merge branch 'develop' into develop 2020-01-28 07:25:45 +00:00
Pedro Algarvio
264f7f3bb3
Fix the sha256sum for the latest release.
Fixes https://github.com/saltstack/salt-bootstrap/issues/1419
2020-01-27 23:05:13 +00:00
Pedro Algarvio
45d5503c30
Update README with latest release sha256sum 2020-01-27 10:43:32 +00:00
Christer Edwards
a0f0c72f61 refer to port origin for all FreeBSD packages 2020-01-22 08:54:23 -07:00
LSH
7dc6ba06d6
readme.rst, adds minimum Salt version for python3 2019-12-13 12:38:02 +10:30
ch3ll
f375c6dd53
Update supported platforms url 2019-11-07 12:44:31 -05:00
ch3ll
49aa155631
Update supported platforms in README 2019-11-07 12:36:42 -05:00
ch3ll
ff3e42c9de
readd space 2019-11-05 09:53:55 -05:00
ch3ll
8dd087a72b
move tornado warning to python3 2019-11-05 09:52:55 -05:00
ch3ll
1f93b93da6
clarify tornado workaround only for git installs 2019-11-04 13:20:30 -05:00
ch3ll
e45aa3fe76
Add 2019.11.04 sha and tornado warning 2019-11-04 13:17:23 -05:00
Pedro Algarvio
894173b740
Update sha256sum for latest release 2019-10-03 16:45:34 +01:00
Pedro Algarvio
e79d2c4d4a
Add the latest release sha256sum to the README 2019-05-20 17:52:24 +01:00
Pedro Algarvio
087b1c5fda
Add the 2019.02.27 release sha256sum 2019-02-27 16:27:43 +00:00
Brett Benassi
2012ba4a6b
Update README to have correct build status
Adding Drone status
2019-02-06 15:13:52 -07:00
Pedro Algarvio
6da7005810
Add the 2019.01.08 release sha256sum 2019-01-09 14:05:27 +00:00
rallytime
0e5e9ee7d6
Add release info to applicable docs
Refs https://github.com/saltstack/salt/issues/34089
2018-11-08 15:44:08 -05:00
sjorge
23ea234af3 Add version note for SmartOS
As of 2015Q4 salt support should be very usable, on older platforms
pkgin also not have all the required dependancies.
2018-08-28 20:26:28 +02:00
Ch3LL
4877384f02
Add sha sum for 2018.08.15 release 2018-08-15 15:46:12 -04:00
rallytime
c5e8b7e88b
Add sum to README for 2018.08.13 release 2018-08-13 14:20:29 -04:00
Ronald van Zantvoort
b8e6a96451
Py3/-x doc clarification 2018-08-09 21:12:57 +02:00
Ronald van Zantvoort
4dbf02c1a5
Fedora Py3 docs 2018-08-09 18:50:09 +02:00
Nicole Thomas
50c37bde21
Merge branch 'develop' into remove-ubuntu-17 2018-07-20 12:46:36 -04:00
rallytime
139583befd
Make some initial preparations for Ubuntu 18.10 support
Ubuntu 18.10 is not released yet, but we can make some small changes now
to make the script a little more robust for when it is released.
2018-07-13 14:26:10 -04:00
rallytime
a1201d1d28
Add opensuse 15 specific installation functions 2018-07-12 17:39:00 -04:00
rallytime
14959e04bd
Remove support for openSUSE Leap 42.2
Leap 42.2 is EOL and has been replaced by 42.3

This commit also simplifies some of the logic in checking for suse versions.

openSUSE 13.X is no longer supported and hasn't been for some time, so we
don't need to worry about checking for those versions any longer. The script
will bail out at the `__check_end_of_life_versions` functions early on in the
install process.
2018-07-11 13:43:19 -04:00
rallytime
ba2ba1d1be
Remove support for Fedora 26
Fedora 26 is EOL as of the end of May, therefore the bootstrap script
no longer needs to support it.
2018-07-11 10:38:53 -04:00
rallytime
a491b71aab
Remove support for Ubutu 17.10
Ubuntu 17.10 will be EOL any day now, as Ubuntu's release calendar
says support will end in July 2018.

This commit removes support for the 17.10 (non-LTS) release. The
README file was also updated to clarify when support for non-LTS
releases will be removed from bootstrap.
2018-07-11 10:29:02 -04:00
rallytime
8e03738140
Add python 3 support for Ubuntu 18
Stable installs work fine, but git installs need an additional package
to be installed (python3-setuptools). Otherwise, the script fails with
the following error:

```
*  INFO: Running install_ubuntu_git()
Traceback (most recent call last):
  File "setup.py", line 24, in <module>
    import distutils.dist
ModuleNotFoundError: No module named 'distutils.dist'
```
2018-06-19 11:44:44 -04:00
Nicole Thomas
e16fc3ea60
Merge branch 'develop' into fix-1225 2018-06-19 10:46:57 -04:00
rallytime
747b58bdb1
Update -x inline docs and README file with python3 support info 2018-06-07 11:09:12 -04:00
rallytime
e672bdc1b9
Update README with CentOS 7 Python 3 support 2018-06-05 15:39:13 -04:00
rallytime
27d3d9c3e2
Add separate section to README for Python 3 support 2018-06-04 11:18:38 -04:00
rallytime
c136ddfdb9
Fix rst formatting for nested bullet list 2018-05-31 10:27:33 -04:00
rallytime
e20866453d
Add Python3 package support for Ubuntu 16.04
Refs #1127
2018-05-31 10:23:26 -04:00
rallytime
22a7bc373a
Add Ubuntu 18.04 support
Fixes #1225
2018-05-10 15:56:48 -04:00
rallytime
182ef75d19
Add sum to README for 2018.04.25 release 2018-04-25 16:08:49 -04:00
Denys Havrysh
97d8ba7a55
README: latest stable is in Fedora 26/27/28 repos
Also trim some trailing spaces and long lines.
2018-03-27 13:42:47 +03:00
rallytime
2932bae2fa
Update README to include mention of bootstrap-salt.ps1 for Windows 2018-01-30 16:14:02 -05:00
rallytime
6a4b3c2c11
Change gnupg2 pacakge to gnupg for non-LTS versions of Ubuntu
The gnupg2 package has been removed as it is just a dummy translation
package. We need to be installing gnupg instead.

This also adds best-effort support for the "Artful Aardvark" (17.10)
version and removes support for "Zesty Zapus" (17.04) and "Yakkety Yak"
(16.10). Both releases are EOL.
2018-01-22 13:30:43 -05:00
rallytime
938264f9e4
Update the README.rst file with some grammatical changes 2017-12-28 09:34:14 -05:00