Skip to content

Commit

Permalink
Merge pull request #1303 from s0undt3ch/stable
Browse files Browse the repository at this point in the history
Merge Develop Branch into Stable for Release
  • Loading branch information
s0undt3ch authored Jan 9, 2019
2 parents 096f111 + a9e72ad commit 47085aa
Show file tree
Hide file tree
Showing 8 changed files with 342 additions and 130 deletions.
11 changes: 9 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ platforms:
run_command: /sbin/init
provision_command:
- yum install -y upstart
- name: amazon-2
driver_config:
image: amazonlinux:2
platform: rhel
run_command: /usr/lib/systemd/systemd
- name: ubuntu-18.04
driver_config:
run_command: /lib/systemd/systemd
Expand Down Expand Up @@ -83,12 +88,14 @@ suites:
- name: py2-git-2017.7
provisioner:
salt_version: 2017.7
excludes:
- arch
- name: py2-git-2018.3
provisioner:
salt_version: 2018.3
- name: py2-git-fluorine
- name: py2-git-2019.2
provisioner:
salt_version: fluorine
salt_version: 2019.2
- name: py2-git-develop
provisioner:
salt_version: develop
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
- PLATFORM=centos-7
- PLATFORM=centos-6
- PLATFORM=amazon-1
- PLATFORM=amazon-2
- PLATFORM=ubuntu-1804
- PLATFORM=ubuntu-1604
- PLATFORM=ubuntu-1404
Expand Down
4 changes: 4 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ Megan Wilhite Ch3LL [email protected]
Chris Rebert cvrebert [email protected]
Chris Buechler cbuechler [email protected]
Christer Edwards cedwards
Christian McHugh mchugh19
Clark Perkins iclarkperkins [email protected]
Dag Viggo Lokøen dagvl [email protected]
Dan Mick dmick [email protected]
Daniel Poelzleithner poelzi
Daniel Wallace gtmanfred [email protected]
Darko Cerdic darkocerdic
David J. Felix DavidJFelix
denmat denmat
Denys Havrysh vutny [email protected]
Expand Down Expand Up @@ -77,6 +79,7 @@ Jasper Lievisse Adriaanse jasperla [email protected]
JD decomposite
Jeff Hui jeffh [email protected]
Jeff Strunk jstrunk
Jorge Schrauwen sjorge [email protected]
Juan A. Moyano wincus [email protected]
Justin Anderson justinta [email protected]
Justin Findlay jfindlay [email protected]
Expand All @@ -94,6 +97,7 @@ Marcus Furlong furlongm [email protected]
Mark Lee malept
markgaylard markgaylard
Matt Black mafrosis
Matt McKinnon ripesensor
Matthew Garrett cingeyedog [email protected]
Matthew Mead-Briggs mattmb
Matthew Richardson mrichar1
Expand Down
19 changes: 18 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ key to your GitHub account. Once these steps are completed, the commit signing
verification will look like the example in GitHub's
[GPG Signature Verification feature announcement](https://github.com/blog/2144-gpg-signature-verification).
## Release Cadence
## Release Information
### Release Cadence
There is no defined release schedule for the bootstrap script at this time.
Typically, SaltStack's release team determines when it would be good to release
Expand All @@ -154,6 +156,21 @@ Timing the release usually involves an analysis of the following:
- Fixes needed for inclusion in an upcoming version of [Salt](https://github.com/saltstack/salt)
- Length of time since the last bootstrap release
### Release Process
The release process consists of the following steps:
1. Merge in any outstanding PRs that are ready.
1. Add new contributors to the [AUTHORS](https://github.com/saltstack/salt-bootstrap/blob/develop/AUTHORS.rst) file.
1. Update the [ChangeLog](https://github.com/saltstack/salt-bootstrap/blob/develop/ChangeLog).
1. Update the version number in the bootstrap script. The version number is date-based, `<year.month.day>`.
For example, version `2018.08.15` was released on August 15, 2018.
1. Merge the `develop` branch into the `stable` branch.
1. Update `bootstrap.saltstack.com` with the new stable release. The checksum on the
[README page](https://github.com/saltstack/salt-bootstrap/blob/develop/README.rst)
should also be updated.
1. Merge the new stable release into [Salt](https://github.com/saltstack/salt).
## Adding Support for Other Operating Systems
The following operating systems are detected, but Salt and its dependency
Expand Down
122 changes: 65 additions & 57 deletions ChangeLog

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Salt Bootstrap - Generic Salt Bootstrap Script

Copyright 2012-2017 Salt Stack (saltstack.org)
Copyright 2012-2019 SaltStack (saltstack.com)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -13,4 +13,3 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file.

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

- 2018.08.15: ``6d414a39439a7335af1b78203f9d37e11c972b3c49c519742c6405e2944c6c4b``
- 2018.08.13: ``98284bdc2b5ebaeb619b22090374e42a68e8fdefe6bff1e73bd1760db4407ed0``
- 2018.04.25: ``e2e3397d6642ba6462174b4723f1b30d04229b75efc099a553e15ea727877dfb``
- 2017.12.13: ``c127b3aa4a8422f6b81f5b4a40d31d13cec97bf3a39bca9c11a28f24910a6895``
Expand All @@ -43,6 +44,9 @@ Contributing
The Salt Bootstrap project is open and encouraging to code contributions. Please review the
`Contributing Guidelines`_ for information on filing issues, fixing bugs, and submitting features.

The `Contributing Guidelines`_ also contain information about the Bootstrap release cadence and
process.

Examples
--------

Expand Down Expand Up @@ -321,7 +325,7 @@ UNIX systems

**SunOS**:

- SmartOS
- SmartOS (2015Q4 and later)

Unsupported Distributions
-------------------------
Expand Down
Loading

0 comments on commit 47085aa

Please sign in to comment.