rallytime
a7a1b293c7
Fix typo in pillar docs
...
datj --> data
Fixes #46585
2018-03-19 12:59:54 -04:00
Nicole Thomas
9c8573e473
Merge pull request #46499 from rallytime/fix-46475
...
Remove deprecated syntax for "profile" in vault pillar
2018-03-13 16:03:05 -04:00
rallytime
cf44199305
Remove deprecated k8s state
...
All functions in the k8s state were deprecated and marked for removal in the
Fluorine release. Since now functions would remain in the state, the state
has been removed.
Fixes #46476
2018-03-12 17:22:04 -04:00
rallytime
05939e5445
Remove deprecated syntax for "profile" in vault pillar
...
Fixes #46475
2018-03-12 17:12:57 -04:00
Nicole Thomas
b3c8537f93
Merge pull request #46495 from rallytime/fix-46474
...
Remove deprecated syntax for roster_order in roster/cache.py
2018-03-12 16:27:53 -04:00
rallytime
194c9c12e9
Remove deprecated syntax for roster_order in roster/cache.py
...
Fixes #46474
2018-03-12 13:23:31 -04:00
rallytime
651dcaff66
Merge branch '2018.3' into 'develop'
...
Conflicts:
- tests/integration/states/test_file.py
2018-03-12 11:53:21 -04:00
nicholasmhughes
f82367289e
added the ability to send salt keys to the userdata script
2018-03-12 09:11:37 -04:00
Nicole Thomas
bd6eafa22a
Merge pull request #46458 from brejoc/patch-3
...
Fixed typo
2018-03-09 09:30:01 -05:00
Nicole Thomas
33e9630cea
Merge pull request #46460 from ryanwalder/fix-mine-doc
...
[Docs] Clarify `mine_interval` setting location in mine docs
2018-03-09 09:28:24 -05:00
Jochen Breuer
58836993dd
Fixed typo
...
I think this should be whether instead of wither.
2018-03-09 10:03:50 +01:00
David Boucha
ff81291d0b
fix typo
2018-03-08 15:34:43 -07:00
David Boucha
250086ae2a
Add minion startup event change to release notes
2018-03-08 15:34:43 -07:00
David Boucha
27c3214461
Use new style event tags
2018-03-08 15:34:43 -07:00
Benjamin Drung
3d37eca847
Fix various spelling mistakes
...
lintian found various spelling mistakes.
Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
2018-03-08 19:14:42 +01:00
Ryan Walder
b9c9d2d747
Clarify mine_interval
setting location in min docs
...
Needs clarification pointing direct to the minion config as it follows
config that can be in wither pillar or config which can be confusing.
Especially to me :D
2018-03-08 16:30:36 +00:00
rallytime
ddbeef85cd
Merge branch '2018.3' into 'develop'
...
Conflicts:
- salt/payload.py
- salt/utils/schedule.py
2018-03-06 16:57:33 -05:00
sumeetisp
c9127712d2
Change in profile parameter as per code
...
In the code, del_all_vols_on_destroy is used and in documentation del_all_vol_on_destroy has been used. Hence there is a mismatch.
2018-03-06 13:15:46 +05:30
Erik Johnson
0411845cec
Update the merge-forward docs to reference the 2018.3 branch
...
This will make the docs for 2018.3.x more coherent once the docs for
2018.3 are pushed live.
2018-03-05 10:04:30 -06:00
Nicole Thomas
5f88d64dc0
Merge pull request #46186 from nicholasmhughes/add-additional-azurearm-modules
...
Add Additional Azure ARM Modules
2018-03-02 16:49:07 -05:00
Nicole Thomas
d1d966abc7
Merge pull request #46302 from rallytime/merge-develop
...
[develop] Merge forward from 2018.3 to develop
2018-03-02 16:27:45 -05:00
Ch3LL
52a68450ae
Update releasecandidate doc for 2018.3.0rc1
2018-03-02 12:02:21 -05:00
rallytime
ed46ce3c74
Merge branch '2018.3' into 'develop'
...
Conflicts:
- salt/auth/ldap.py
- salt/modules/zfs.py
- salt/modules/zpool.py
- salt/states/cmd.py
- salt/utils/schedule.py
- tests/integration/scheduler/test_eval.py
- tests/integration/scheduler/test_postpone.py
- tests/unit/grains/test_core.py
2018-03-02 11:55:06 -05:00
rallytime
18eca3da3b
Port 2018.3.0.rst release note changes to develop
2018-03-01 14:24:10 -05:00
Nicole Thomas
1bb4ef6bc8
Merge branch 'develop' into add-additional-azurearm-modules
2018-02-28 14:13:39 -05:00
rallytime
7243baf2c0
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- doc/topics/orchestrate/orchestrate_runner.rst
- salt/grains/core.py
- salt/modules/git.py
- salt/pillar/ec2_pillar.py
- salt/runner.py
- salt/utils/ssh.py
- tests/integration/modules/test_cp.py
- tests/unit/grains/test_core.py
- tests/unit/modules/test_file.py
- tests/unit/modules/test_git.py
2018-02-27 17:13:28 -05:00
Denys Havrysh
d702846961
[DOC] Replace note
rST block for GitHub
2018-02-27 16:53:39 +02:00
rallytime
6927642321
Merge branch '2018.3' into 'develop'
...
Conflicts:
- doc/conf.py
- salt/modules/cmdmod.py
- salt/utils/schedule.py
- tests/integration/scheduler/test_eval.py
2018-02-26 14:23:06 -05:00
Ch3LL
6ddf3246ce
Add 2017.7.5 Release Notes File
2018-02-26 14:22:20 -05:00
rallytime
776f2ea5d7
Merge branch '2018.3.0rc1' into '2018.3'
...
Conflicts:
- salt/pillar/file_tree.py
- tests/unit/modules/test_yumpkg.py
2018-02-26 11:01:42 -05:00
nicholasmhughes
2f984d7260
updated required azure module versions
2018-02-25 12:42:40 -05:00
Nicole Thomas
705caa8cca
Merge pull request #46148 from rallytime/merge-2017.7
...
[2017.7] Merge forward from 2017.7.3 to 2017.7
2018-02-23 14:21:38 -05:00
rallytime
79bed6cff1
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/modules/cmdmod.py
- salt/modules/reg.py
- salt/modules/win_lgpo.py
- salt/modules/win_path.py
- salt/modules/win_pkg.py
- salt/pillar/file_tree.py
- salt/states/boto3_route53.py
- salt/states/reg.py
- salt/utils/win_functions.py
- tests/unit/modules/test_kubernetes.py
- tests/unit/modules/test_win_path.py
2018-02-23 09:50:19 -05:00
Nicole Thomas
e6374bf68d
Merge pull request #46149 from rallytime/bp-46145
...
Back-port #46145 to oxygen.rc1
2018-02-22 16:57:51 -05:00
Erik Johnson
6a8b1ac33a
Document behavior when orchestration runnner invoked with non-orch states
...
This also replaces some += usage with list.extend for a modest
performance/memory improvement.
2018-02-22 10:49:39 -05:00
rallytime
25deebf7a6
Merge branch '2017.7.3' into '2017.7'
...
Conflicts:
- salt/modules/git.py
2018-02-22 10:22:22 -05:00
Erik Johnson
c77341b544
Rename release notes file to 2018.3.0.rst, add 2018.3.* to release tree
2018-02-21 21:56:54 -06:00
Erik Johnson
1668a489c4
Update refrences to Oxygen codename to 2018.3.0
2018-02-21 21:47:41 -06:00
Erik Johnson
f9301fcc34
Document behavior when orchestration runnner invoked with non-orch states
...
This also replaces some += usage with list.extend for a modest
performance/memory improvement.
2018-02-21 20:36:30 -06:00
Denys Havrysh
d8fb051e44
[DOC] Fix code-blocks for reStructuredText
2018-02-21 15:37:57 +02:00
rallytime
4c2f504a85
Merge branch '2016.11' into '2017.7'
...
No conflicts.
2018-02-20 17:43:33 -05:00
Denys Havrysh
2062fd0e5c
[DOC] Put https link to the formulas doc page
2018-02-19 12:59:00 +02:00
Wedge Jarrad
5a0fe104f7
Fix contributing doc typo
2018-02-18 10:57:28 -08:00
Ch3LL
8d0eeeb059
Update 2017.7.4 Release Notes with new fixes
2018-02-16 11:45:49 -05:00
Ch3LL
2a5d855d97
add required arg to dns_check jinja doc example
2018-02-16 10:48:57 -05:00
tjgruber
c56b60a1ec
Broken Fedora cloud image link fixed
...
http://fedoraproject.org/en/get-fedora#clouds
is broken.
New url is: https://alt.fedoraproject.org/cloud/
2018-02-15 20:27:01 -08:00
Nicole Thomas
ece4452953
Merge pull request #45078 from aphor/macports
...
update macports doc, portfile
2018-02-15 14:17:33 -05:00
rallytime
e060a74fd8
Merge branch '2017.7' into 'oxygen'
...
Conflicts:
- salt/cloud/clouds/dimensiondata.py
- salt/config/__init__.py
- salt/modules/yumpkg.py
- salt/pillar/ec2_pillar.py
- salt/utils/docker/__init__.py
- salt/utils/vault.py
- tests/integration/states/test_docker_container.py
- tests/unit/modules/test_yumpkg.py
- tests/unit/templates/test_jinja.py
- tests/unit/utils/test_docker.py
2018-02-14 16:31:31 -05:00
rallytime
a06645ce71
Merge branch '2017.7.3' into '2017.7'
...
Conflicts:
- doc/topics/releases/2017.7.4.rst
- salt/utils/vault.py
2018-02-13 13:34:24 -05:00
Ch3LL
ac0baf4b34
Add 2017.7.4 Release Notes with PRs
2018-02-13 11:31:20 -05:00