* Test out the minor versions
* update the maxsplit for the target_salt_version to account for minor versions passed in with dashes because kitchen does not like dots.
* Blacklist 3005-1 and 3006-1 for git.
* different approach to getting the target salt version
* Adding missing kitchen files.
* add an old_stable install type to avoid cluttering up stable with older non-onedir installs
* removing note about default install type.
* update kitchen file.
* updating github workflows to tests with old_stable type
* blacklist versions 3003 and 3004 for stable, those are now in old_stable.
* fix script to include old_stable during the installation type check.
* make sure old-stable is consistent.
* use install_centos_onedir_deps when installing via git on centos like distros
* Handle stable install of 3005 version without a minor version
* block git-master on amazon-2 and debian-10
* need seperate blacklists for Mac, since stable 3005 is not available as a onedir package.
* update kitchen.macos.yml to ensure 3003, 3004, and 3005 are old-stable.
* need to include the salt_bootstrap_options to ensure we get the right install type.
* ensure ITYPE is set to stable when minor version is included.
* git master installs failing on freebsd
* Updating the bootstrap script with fixes to install properly on SUSE. Since we are not building onedir packages and providing them in the Salt project repo, we fall back to the previous stable installs and use the SUSE repos. Removing _DOWNSTREAM_PKG_REPO as it is no longer used.
* Gentoo installs are broken because of the Gentoo ebuild. Remove Mac 10.15 as it is EOL. Update BSD tests tor run on MacOS 11.
* If the brew update vagrant fails because it is not installed then install it.
* blacklist gentoo from latest packages.
* Make sure virtualbox is installed
* removing cask argument
* swap macos-11 for macos-12 to run BSD tests in vagrant.
* Fixing a bug when no type or version is specified. Adding tests for when no type or version is passed.
* skip test_installation when using default type as we do not have a version to compare.
* adding rockylinux-9 and centos-stream9 to stable distros.
* adding rockylinux-9 and centos-stream9 to stable distros.
* Adding debugging for BSDs.
* Update Vagrant.
* Use upgrade instead of install to ensure vagrant is upgraded.
* cleanup code adding default type.
* better cleanup for default bootstrap type.