Nicole Thomas
906c7e80be
Merge pull request #48220 from mnieber/patch-1
...
Explain how to use a grain in a state
2018-06-25 16:29:17 -04:00
Max Arnold
00798a9e33
Fix quite common Exception typos
2018-06-21 14:22:44 +07:00
Imran Iqbal
9fd9a09b4a
Fix typos in Jinja load_yaml
example
2018-06-20 16:32:20 +01:00
Nicole Thomas
3a378a9036
Merge pull request #48162 from rallytime/merge-develop
...
[develop] Merge forward from 2018.3 to develop
2018-06-20 09:42:49 -04:00
Maarten Nieber
683bec42a7
Explain how to use a grain in a state
2018-06-20 08:08:40 +02:00
Nicole Thomas
1343b0e5f9
Merge pull request #48159 from emattiza/patch-1
...
Remove Azure <1.0 Old Dependency Change Note
2018-06-19 14:22:10 -04:00
Ky-Anh Huynh
860a8b9924
doc/dev/formulas: fix minor Jinja syntax errors
2018-06-18 10:42:44 +07:00
rallytime
f23207002d
Merge branch '2018.3' into 'develop'
...
Conflicts:
- salt/states/file.py
- tests/unit/beacons/test_btmp_beacon.py
- tests/unit/beacons/test_wtmp_beacon.py
- tests/unit/grains/test_core.py
2018-06-15 17:00:59 -04:00
Evan Mattiza
49c5651280
Remove Azure <1.0 Old Dependency Change Note
...
I understand there was a period where pyazure 1.0 was not working with salt per #27980 and seeing as this was resolved with newer versions, the note is no longer relevant.
2018-06-15 15:05:05 -05:00
Nicole Thomas
7e62c0444e
Merge pull request #48048 from icyfork/aws_provider_with_role_arn_support
...
cloud/aws: allow users to provide role_arn in configuration
2018-06-15 13:11:42 -04:00
Erik Johnson
7f53d5a68e
Improve module environment docs
2018-06-14 13:46:32 -05:00
Bo Maryniuk
d1abcf2322
Update the documentation
2018-06-14 13:45:23 -05:00
Bo Maryniuk
ef96da833b
Add documentation for the configurable module environment
2018-06-14 13:45:23 -05:00
rallytime
afe1e91972
Add "in progress" notation to 2018.3.2 release notes
2018-06-14 10:55:44 -04:00
rallytime
3e4272ac09
Add release notes for 2018.3.2
2018-06-14 10:53:40 -04:00
rallytime
88c584cb0d
Move 2018.3.2 release notes to 2018.3.3
2018-06-14 10:53:07 -04:00
rallytime
0fcf4c54d1
Add no_proxy option to cont/minion docs and Fluorine release notes
...
Also cleans up a couple of items based on the feedback in #43764
2018-06-13 15:49:00 -04:00
Brendan Beveridge
cc85427724
add support for no_proxy for apt pkg and generic http util
2018-06-13 15:41:09 -04:00
Mike Place
211f90df7c
Merge pull request #48028 from bbrandt/patch-1
...
recommend --force-with-lease when rebasing
2018-06-13 16:56:52 +02:00
Mike Place
c8d401843f
Merge pull request #48079 from neilvana/patch-1
...
Fix broken links to setuptools documentation.
2018-06-13 16:15:37 +02:00
rallytime
843171f5e3
Remove "in progress" info for 2018.3.1 release notes
2018-06-13 09:55:33 -04:00
rallytime
f3c9381d16
Remove "in progress" info for 2017.7.6 release notes
2018-06-13 09:55:25 -04:00
rallytime
fad6a0991e
Remove "in progress" info for 2018.3.1 release notes
2018-06-13 09:53:08 -04:00
rallytime
a3b3b0a0e1
Remove "in progress" info for 2017.7.6 release notes
2018-06-13 09:52:12 -04:00
Daniel Wallace
611ea92b8b
Merge branch 'develop' into aws_provider_with_role_arn_support
2018-06-13 08:47:55 -05:00
Neil Stoddard
666c517a25
Fix broken links to setuptools documentation.
2018-06-12 21:43:41 -05:00
Ben Brandt
bf6529d071
recommend --force-with-lease when rebasing
...
Using `--force-with-lease` allows one to force push without the risk of
unintentionally overwriting someone else's work.
The git-push(1) man page states:
Usually, "git push" refuses to update a remote ref that is not an ancestor of the local ref used to overwrite it.
This option overrides this restriction if the current value of the remote ref is the expected value. "git push" fails otherwise.
Imagine that you have to rebase what you have already published. You will have to bypass the "must fast-forward" rule in order to replace the history you originally published with the rebased history. If somebody else built on top of your original history while you are rebasing, the tip of the branch at the remote may advance with her commit, and blindly pushing with --force will lose her work.
This option allows you to say that you expect the history you are updating is what you rebased and want to replace. If the remote ref still points at the commit you specified, you can be sure that no other people did anything to the ref. It is like taking a "lease" on the ref without explicitly locking it, and the remote ref is updated only if the "lease" is still valid.
References:
- https://developer.atlassian.com/blog/2015/04/force-with-lease/
- https://github.com/thoughtbot/guides/pull/363
2018-06-11 22:53:11 -05:00
Nicole Thomas
037d198692
Merge pull request #48001 from rares-pop/dev/iepopr/add_salt-api_windows
...
Add salt-api on Windows platform
2018-06-11 17:17:58 -04:00
Erik Johnson
20f71ff6f6
Fix link without target in 2018.3.0 release notes
2018-06-11 12:01:34 -05:00
Ky-Anh Huynh
a9663588bf
cloud/aws: add notes for role_arn setting in provider configuration
2018-06-11 22:12:04 +07:00
Rares POP
3e0547b135
Add fluorine release notes for salt-api
...
Signed-off-by: Rares POP <rares.pop@ni.com>
2018-06-11 18:04:58 +03:00
Rares POP
895d8cee5c
Merge branch 'develop' into dev/iepopr/add_salt-api_windows
...
Signed-off-by: Rares POP <rares.pop@ni.com>
2018-06-11 11:57:09 +03:00
Rares POP
c640b5cd42
Add salt-api on Windows platform
...
salt-api is broken on Windows platform
due to pickling issues on the salt.loader.netapi
Workaround that by creating a runner class
that can be pickled.
Signed-off-by: Rares POP <rares.pop@ni.com>
2018-06-11 11:38:08 +03:00
nicholasmhughes
4845e02b30
fixes #48019 add ability to pass image resource ID for vm creation
2018-06-10 22:41:32 -04:00
Nicole Thomas
c1c8b36639
RST Syntax Fix: code-blocks need a blank line
2018-06-08 09:38:58 -04:00
plastikos
1be25616a7
Add Jinja include relative paths to Fluorine release notes
2018-06-08 02:02:07 -06:00
Erik Johnson
04a80673a2
Clean up Sphinx build errors in develop branch
2018-06-06 20:19:44 -05:00
rallytime
7dc1e770c4
Merge branch '2018.3' into 'develop'
...
Conflicts:
- doc/topics/installation/freebsd.rst
- salt/cloud/clouds/oneandone.py
- salt/grains/core.py
- salt/modules/napalm_ntp.py
- salt/modules/win_update.py
- salt/modules/win_wua.py
- salt/modules/zabbix.py
- salt/renderers/pass.py
- salt/states/vault.py
- tests/unit/states/test_win_update.py
2018-06-06 13:35:36 -04:00
Erik Johnson
f89d2ccd30
Clean up Sphinx warnings
2018-06-06 08:42:21 -05:00
Daniel Wallace
272cb58899
add to release notes
2018-06-04 14:01:32 -05:00
Nicole Thomas
b004a1ace7
Merge pull request #47929 from rallytime/merge-develop
...
[develop] Merge forward from 2018.3 to develop
2018-06-04 10:37:30 -04:00
Nicole Thomas
9160ccde57
Merge pull request #47946 from nicholasmhughes/fix-azurearm-docs-for-volume-options
...
Fix Azure docs for volume handling
2018-06-04 09:49:41 -04:00
Nicole Thomas
250226bcc6
Merge pull request #47238 from pengyao/ssh_private_key_pass
...
Fix issue #38366 salt-ssh support private key's passphrase
2018-06-04 09:28:55 -04:00
nicholasmhughes
10571469bc
fixes #47819 in order to better explain the volumes parameter
2018-06-03 16:57:31 -04:00
rallytime
be8d34ec21
Merge branch '2018.3' into 'develop'
...
No conflicts.
2018-06-01 15:19:09 -04:00
rallytime
3273bbdab7
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- doc/ref/configuration/master.rst
- doc/ref/modules/all/index.rst
- doc/topics/grains/index.rst
- doc/topics/releases/2016.3.4.rst
- doc/topics/spm/spm_formula.rst
- doc/topics/tutorials/cron.rst
- doc/topics/tutorials/index.rst
- doc/topics/tutorials/stormpath.rst
- salt/engines/slack.py
- salt/log/handlers/fluent_mod.py
- salt/modules/cyg.py
- salt/modules/junos.py
- salt/modules/namecheap_dns.py
- salt/modules/namecheap_domains.py
- salt/modules/namecheap_ns.py
- salt/modules/namecheap_ssl.py
- salt/modules/namecheap_users.py
- salt/modules/reg.py
- salt/modules/tomcat.py
- salt/modules/vault.py
- salt/modules/win_file.py
- salt/modules/zpool.py
- salt/output/highstate.py
- salt/renderers/pass.py
- salt/runners/cache.py
- salt/states/boto_apigateway.py
- salt/states/boto_iam.py
- salt/states/boto_route53.py
- salt/states/msteams.py
- salt/states/reg.py
- salt/states/win_iis.py
- tests/integration/modules/test_cmdmod.py
- tests/integration/states/test_user.py
- tests/support/helpers.py
- tests/unit/cloud/clouds/test_openstack.py
- tests/unit/fileserver/test_gitfs.py
- tests/unit/modules/test_junos.py
- tests/unit/pillar/test_git.py
- tests/unit/states/test_win_path.py
- tests/unit/test_pillar.py
- tests/unit/utils/test_format_call.py
- tests/unit/utils/test_utils.py
- tests/unit/utils/test_warnings.py
2018-06-01 14:54:12 -04:00
Erik Johnson
d37f7e4f04
Add 2017.7.6 release notes
2018-05-31 15:28:25 -05:00
Erik Johnson
93ee5ee2b0
Fix all Sphinx warnings
...
Well, all but one, which we expect to see
2018-05-31 15:28:25 -05:00
Nicole Thomas
0d229c6182
Merge branch '2018.3' into fix_47559
2018-05-31 11:28:30 -04:00
pengyao
246a118b93
add salt-ssh support private key's passphrase addition
2018-05-31 10:57:22 +08:00