markuskramerIgitt
6f165a954a
rst table requires + signs for column
2017-02-10 12:20:34 +01:00
Erik Johnson
d35c2f810c
salt.utils.gitfs: remove dulwich support, make refspecs configurable ( #39210 )
...
* Add config params for custom refspecs
* Add exceptions for errors encountered modifying git config
* Make the refspecs a configurable parameter
* Make refspecs a per-remote parameter
* Update master config template to include custom refspecs opts
* Add documentation for new config params
* Update GitFS walkthrough with a section on custom refspecs
* Remove dulwich support from salt.utils.gitfs
Dulwich still lacks important features, including (but not limited to)
the following:
- Lack of the necessary support for checking out a ref needed for
git_pillar/winrepo support
- No support in its config objects for multivar git config items, making
it impossible to detect when repos have multiple refspecs set for a
given git remote
Given this information, and the fact that it trails as a distant third
to Pygit2 and GitPython, Salt will cease to support Dulwich as a git
interface moving forward.
* Excise references to dulwich from documentation
* Add mention of custom refspecs to Nitrogen release notes
* Add gitfs_refspecs to mocked opts in gitfs integration tests
Also remove dulwich from unit tests
* Add information about opts argument not being intended for CLI use
2017-02-09 09:50:45 -07:00
Mike Place
0f838b2b12
Merge pull request #38621 from terminalmage/pr34442
...
Add support for wildcard versions in pkg.installed states
2017-02-07 14:41:14 -07:00
Erik Johnson
18729f3713
Add wildcard versions to Nitrogen release notes
2017-02-07 08:54:26 -06:00
Mike Place
f8d79076f2
Merge pull request #39013 from terminalmage/zh878
...
Decryption of values in Pillar SLS files
2017-02-06 12:08:57 -07:00
Erik Johnson
aa6bd51b6b
Add Pillar Decryption info to Nitrogen release notes
2017-01-31 11:25:58 -06:00
rallytime
0e5fa1b8ae
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/modules/vsphere.py
2017-01-31 08:57:44 -07:00
rallytime
b2b3989773
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/engines/__init__.py
- salt/loader.py
2017-01-30 16:58:31 -07:00
rallytime
b732a1f646
Merge branch '2015.8' into '2016.3'
...
No conflicts.
2017-01-30 16:45:16 -07:00
Nicole Thomas
56ccae6ff7
Add 2015.8.14 release notes file ( #39046 )
2017-01-30 16:44:00 -07:00
Nicole Thomas
fef1b1133d
Add 2016.3.6 release notes file ( #39045 )
2017-01-30 16:43:50 -07:00
Nicole Thomas
0943872fab
Add 2016.11.3 release notes file ( #39044 )
2017-01-30 16:43:40 -07:00
Nicole Thomas
424e68436e
Update 2016.11.2 release notes ( #39039 )
2017-01-30 15:40:00 -07:00
Nicole Thomas
ff324599d5
Update 2016.3.5 release notes ( #39038 )
2017-01-30 15:39:47 -07:00
Nicole Thomas
5943fe65d3
Update 2015.8.13 release notes ( #39037 )
2017-01-30 15:39:33 -07:00
Julien BONACHERA
1e06f388bb
make openvswitch state work with python3 ( #38873 )
...
* openvswitch: add a basic unit test for openvswitch
* openvswitch: enclose comments_* variables into a map
* openvswitch: only prepare error messages if type parameter is present
* openvswitch: add test case: create a GRE port
* openvswitch: remove trailing whitespace
* openvswitch: add missing "comments" variable
* openvswitch: pep8 compliance
* openvswitch: mock dig.check_ip
* openvswitch: rename "type" argument into "tunnel_type"
* openvswitch: reference bridge_exists before assignment
* openvswitch: reference port_list before assignment
* openvswitch: add upgrade note about "type" option renaming
2017-01-30 09:56:10 -07:00
rallytime
e91fcbeaac
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/minion.py
- salt/modules/dockerng.py
- salt/thorium/key.py
2017-01-26 16:02:06 -07:00
Mike Place
664748e959
Add documentation release note for change in system module ( #38975 )
...
Refs #38968
2017-01-26 12:09:17 -07:00
Markus
7ff098426d
comments on version number and git ( #38961 )
2017-01-26 09:21:16 -07:00
rallytime
49f57ba3f1
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/utils/win_functions.py
2017-01-25 09:59:29 -07:00
rallytime
ee33a53a64
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/modules/dockerng.py
- tests/unit/doc_test.py
2017-01-25 09:43:12 -07:00
Megan Wilhite
2786e209c6
add 2016.11.2 changelog to release notes ( #38848 )
2017-01-20 15:32:45 -07:00
Ch3LL
31f324c4ff
add 2016.3.5 changelog to release notes
2017-01-19 15:43:28 -07:00
rallytime
5b43a252c9
Merge branch '2016.11' into 'develop'
...
Conflicts:
- conf/master
- doc/topics/installation/ubuntu.rst
- salt/modules/pillar.py
- salt/netapi/rest_tornado/saltnado.py
- salt/states/influxdb_user.py
- salt/utils/minions.py
- salt/utils/openstack/nova.py
2017-01-17 09:50:06 -07:00
rallytime
30e8a66fb0
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/netapi/rest_tornado/saltnado.py
- tests/integration/netapi/rest_tornado/test_app.py
2017-01-16 18:54:14 -07:00
rallytime
d24776f5e9
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- conf/master
- doc/topics/netapi/index.rst
- salt/netapi/__init__.py
2017-01-15 16:07:55 -07:00
rallytime
b910499dbe
Various follow up fixes
...
Merge branch '2015.8.12_follow_up' into '2015.8'
2017-01-13 14:40:17 -07:00
rallytime
e8309a6bbf
Add release notes for 2015.8.13
2017-01-09 14:25:31 -07:00
rallytime
87af1f1e5a
Remove support for aliasing cmd.run to cmd.shell
2017-01-06 11:46:47 -05:00
rallytime
9ad362fbde
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/states/kapacitor.py
2017-01-03 10:17:18 -05:00
twangboy
e96bfe8fa2
Change OSX/OS X to macOS where possible
2016-12-28 14:49:46 -07:00
rallytime
0a27f941f7
Removed various deprecation notices from salt/modules/* files
...
Added docs to the release notes for all of these changes.
The affected modules are:
- htpasswd
- img
- smartos_virt
- virt
- virtualenc_mod
- xapi
- zypper
2016-12-22 11:57:26 -07:00
Mike Place
16f35244f8
Merge pull request #38378 from rallytime/git-deprecations
...
Remove functions and arguments in git state and execution module
2016-12-22 09:47:10 -07:00
Mike Place
d10e3ece5a
Merge pull request #38404 from terminalmage/pillarenv
...
Add config option to pin pillarenv to effective saltenv
2016-12-22 09:34:19 -07:00
Erik Johnson
4049bf7288
Add pillarenv_from_saltenv to Nitrogen release notes
2016-12-21 19:54:48 -06:00
rallytime
09a76a0a97
Remove functions and arguments in git state and execution module
...
These were all marked for removal in Nitrogen
2016-12-21 11:55:18 -07:00
Mike Place
a21354dff1
Merge pull request #38379 from rallytime/event-utils-deprecations
...
Remove use_pending and pending_tags from salt.utils.event.get_event function
2016-12-21 11:26:48 -07:00
rallytime
7ecd4e6e1b
Remove deprecated functions from glusterfs state and module
2016-12-20 15:09:54 -07:00
rallytime
efc5378f3d
Remove use_pending and pending_tags from salt.utils.event.get_event function
2016-12-20 15:01:40 -07:00
Mike Place
a9c2618c89
Merge pull request #38360 from rallytime/deprecate-apache-states
...
Remove enable/disable funcs from apache_* states
2016-12-20 13:37:14 -07:00
rallytime
494a06bee2
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/ref/configuration/minion.rst
2016-12-20 10:03:44 -07:00
Mike Place
662d8d64a8
Merge pull request #38166 from rallytime/cloud-deprecations
...
Remove support for "provider" in cloud provider configs
2016-12-20 08:06:19 -07:00
Mike Place
9cd7b72442
Merge pull request #38359 from rallytime/remove-PidfileMixin
...
Remove PidfileMixin as it is deprecated for removal in Nitrogen
2016-12-20 06:48:20 -07:00
rallytime
a9f85f0dbe
Remove support for client_acl and client_acl_blacklist
...
These have been deprecated for some time and were marked for
removal in Nitrogen.
publisher_acl and publisher_acl_blacklist should be used instead.
2016-12-19 16:18:48 -07:00
rallytime
810ed4a9cd
Remove enable/disable funcs from apache_* states
...
The apache_*.enable and apache_*.disable state functions are
deprecated in favor of apache_*.enabled and apache_*.disabled.
2016-12-19 15:42:39 -07:00
rallytime
279cec88da
Remove PidfileMixin as it is deprecated for removal in Nitrogen
2016-12-19 15:32:22 -07:00
rallytime
c6e191ad0d
Remove doc markup references from 2016.11 branch
2016-12-19 15:14:37 -07:00
rallytime
513058945c
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/ref/states/requisites.rst
- doc/topics/cloud/profitbricks.rst
- doc/topics/cloud/vsphere.rst
- doc/topics/releases/0.9.8.rst
- doc/topics/releases/releasecandidate.rst
- salt/cloud/clouds/vsphere.py
- salt/minion.py
- salt/states/archive.py
- tests/unit/states/archive_test.py
2016-12-19 14:58:39 -07:00
Mike Place
86c53b8efd
Merge pull request #38172 from rallytime/win-deprecations
...
Remove support for deprecation options/functions in win* files
2016-12-19 07:33:05 -07:00
rallytime
05ec9f4b5b
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/netapi/rest_cherrypy/app.py
2016-12-15 20:47:35 -07:00