Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2019.2] Merge forward from 2019.2.0.rc1 to 2019.2 #51198

Merged
merged 36 commits into from Jan 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1a41fc9
Cleanup the singleton instances map.
s0undt3ch Jan 7, 2019
ff80d53
Merge pull request #51089 from garethgreenaway/bp-51084
s0undt3ch Jan 8, 2019
3a85c5b
Update man pages for 2019.2.0
Ch3LL Jan 8, 2019
09dd1cb
Update Fluorine references to 2019.2.0
Ch3LL Jan 7, 2019
2cffe0f
Update fluorine release number in versions.py
Ch3LL Jan 7, 2019
c3f4a70
remove unnecessary space to fix doc warning
Ch3LL Jan 8, 2019
e9114a6
Add 2019.2 to toctree
Ch3LL Jan 8, 2019
23b2c3e
fix flakieness in create wake on lan test
dwoz Jan 8, 2019
f817894
Merge pull request #51104 from dwoz/mac_create_wake_test_fix
twangboy Jan 8, 2019
48619ad
Merge branch '2019.2.0.rc1' into man_pages
garethgreenaway Jan 8, 2019
6923290
Merge branch '2019.2.0.rc1' into update_branch_ref
garethgreenaway Jan 8, 2019
0a6ba47
Merge pull request #51102 from Ch3LL/man_pages
garethgreenaway Jan 9, 2019
83c3755
Merge branch '2019.2.0.rc1' into update_branch_ref
garethgreenaway Jan 9, 2019
e735632
Merge pull request #51091 from Ch3LL/update_branch_ref
garethgreenaway Jan 9, 2019
675e646
Update to salt-bootstrap v2019.01.08
s0undt3ch Jan 9, 2019
fcc0a70
Fix typo in method name
dwoz Jan 8, 2019
a63ee19
Merge branch '2019.2.0.rc1' into bp-51100
Ch3LL Jan 9, 2019
ee77f7c
Set encoding when reading the README.rst
waynew Jan 7, 2019
614b56d
Merge branch '2019.2.0.rc1' into bp-51086
Ch3LL Jan 9, 2019
9b96083
Merge pull request #51122 from Ch3LL/bp-51086
thatch45 Jan 9, 2019
e6c9253
Merge pull request #51121 from Ch3LL/bp-51100
dwoz Jan 9, 2019
77101ed
Handle encoding when opening file for both py2/py3
Ch3LL Jan 9, 2019
aab2c67
Merge pull request #51124 from Ch3LL/encoding_setup
garethgreenaway Jan 9, 2019
2b22006
Merge pull request #51110 from s0undt3ch/2019.2.0.rc1
Ch3LL Jan 9, 2019
9992eb4
Update python to 2.7.15 and 3.5.4 for Windows installers
twangboy Jan 9, 2019
1e65cec
Merge pull request #51131 from twangboy/update_python
Ch3LL Jan 9, 2019
6f42dda
Fix mysql query test failure
dwoz Jan 9, 2019
e5abe65
Merge pull request #51132 from dwoz/mysql_query_test
dwoz Jan 10, 2019
2518bea
Mark renderer test as flaky for mac tests
dwoz Jan 11, 2019
12459a4
Merge pull request #51145 from dwoz/flaky_renderer
dwoz Jan 12, 2019
36c32cd
Prevent valid return from virt-what creating unhandled exceptions
BrianSidebotham Dec 28, 2018
5f07654
Merge branch '2019.2.0.rc1' into bp-51000
garethgreenaway Jan 14, 2019
5533e9e
Merge pull request #51172 from Ch3LL/bp-51000
garethgreenaway Jan 14, 2019
734db2f
Fix Python 3 incompatibility in EC2 salt-cloud driver
terminalmage Jan 16, 2019
1dc5709
Merge pull request #51194 from terminalmage/fix-py3-incompatibility
dwoz Jan 16, 2019
810c611
Merge branch '2019.2.0.rc1' into 2019.2
Ch3LL Jan 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -2,7 +2,7 @@
What is SaltStack?
==================

SaltStack makes software for complex systems management at scale.
SaltStack makes software for complex systems management at scale.
SaltStack is the company that created and maintains the Salt Open
project and develops and sells SaltStack Enterprise software, services
and support. Easy enough to get running in minutes, scalable enough to
Expand Down
2 changes: 1 addition & 1 deletion conf/minion
Expand Up @@ -33,7 +33,7 @@
# and a warning will be logged.
#random_master: False

# NOTE: Deprecated in Salt Fluorine. Use 'random_master' instead.
# NOTE: Deprecated in Salt 2019.2.0. Use 'random_master' instead.
#master_shuffle: False

# Minions can connect to multiple masters simultaneously (all masters
Expand Down
2 changes: 1 addition & 1 deletion doc/faq.rst
Expand Up @@ -158,7 +158,7 @@ Similarly, custom states are synced to Minions when :py:func:`saltutil.sync_stat
They are both also synced when a :ref:`highstate <running-highstate>` is
triggered.

As of the Fluorine release, as well as 2017.7.7 and 2018.3.2 in their
As of the 2019.2.0 release, as well as 2017.7.7 and 2018.3.2 in their
respective release cycles, the ``sync`` argument to :py:func:`state.apply
<salt.modules.state.apply_>`/:py:func:`state.sls <salt.modules.state.sls>` can
be used to sync custom types when running individual SLS files.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-api.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-API" "1" "Sep 21, 2018" "2018.3.3" "Salt"
.TH "SALT-API" "1" "Jan 08, 2019" "2019.2.0" "Salt"
.SH NAME
salt-api \- salt-api Command
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-call.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CALL" "1" "Sep 21, 2018" "2018.3.3" "Salt"
.TH "SALT-CALL" "1" "Jan 08, 2019" "2019.2.0" "Salt"
.SH NAME
salt-call \- salt-call Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-cloud.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CLOUD" "1" "Sep 21, 2018" "2018.3.3" "Salt"
.TH "SALT-CLOUD" "1" "Jan 08, 2019" "2019.2.0" "Salt"
.SH NAME
salt-cloud \- Salt Cloud Command
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-cp.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CP" "1" "Sep 21, 2018" "2018.3.3" "Salt"
.TH "SALT-CP" "1" "Jan 08, 2019" "2019.2.0" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-key.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-KEY" "1" "Sep 21, 2018" "2018.3.3" "Salt"
.TH "SALT-KEY" "1" "Jan 08, 2019" "2019.2.0" "Salt"
.SH NAME
salt-key \- salt-key Documentation
.
Expand Down