saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
928 stars 549 forks source link

Salt 2016.11 not included in stable version options? #1020

Closed moop-moop closed 7 years ago

moop-moop commented 7 years ago

Description of Issue/Question

Version 2016.11 is not included as a valid stable branch

Setup

https://github.com/saltstack/salt-bootstrap/blob/stable/bootstrap-salt.sh#L527

Steps to Reproduce Issue

install_salt.sh -P stable 2016.11 Unknown stable version: 2016.11 (valid: 1.6, 1.7, 2014.1, 2014.7, 2015.5, 2015.8, 2016.3, latest, $MAJOR.$MINOR.$PATCH)

Versions and Systems

Stable bootstrap script 2017.01.10 seems to be included in the current development branch

rallytime commented 7 years ago

Hi @moop-moop - yeah that was an oversight on our part. This should be fixed in the develop branch now with PR #1017.

This fix will be available in the next release, but we usually only release every couple of months. You can grab the develop script here which has the change.