mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27254 from jfindlay/version.2015.8
2015.2,2015.8,Beryllium -> 2015.8.0
This commit is contained in:
commit
1a32b9f778
5 changed files with 8 additions and 8 deletions
|
@ -194701,7 +194701,7 @@ b225899 Merge pull request \fI\%#24890\fP from krak3n/feature/etcd\-state\-modul
|
|||
.IP \(bu 2
|
||||
6420db3 Implemented python3 lint error fix, thx @rallytime
|
||||
.IP \(bu 2
|
||||
3500225 Added .. versionadded:: Beryllium
|
||||
3500225 Added .. versionadded:: 2015.8.0
|
||||
.IP \(bu 2
|
||||
d7f2112 Fixing minor linting fixes
|
||||
.IP \(bu 2
|
||||
|
@ -204428,7 +204428,7 @@ ab883a5 version
|
|||
.IP \(bu 2
|
||||
2afaa7c Pylint
|
||||
.IP \(bu 2
|
||||
c0f452b .. versionadded:: Beryllium
|
||||
c0f452b .. versionadded:: 2015.8.0
|
||||
.IP \(bu 2
|
||||
983bbd0 update_stack
|
||||
.UNINDENT
|
||||
|
@ -205604,7 +205604,7 @@ aa40b97 A Cassandra CQL returner
|
|||
.IP \(bu 2
|
||||
b1f91cf items()
|
||||
.IP \(bu 2
|
||||
051d04c .. versionadded:: Beryllium
|
||||
051d04c .. versionadded:: 2015.8.0
|
||||
.IP \(bu 2
|
||||
84f595f pylint error
|
||||
.IP \(bu 2
|
||||
|
|
|
@ -1037,7 +1037,7 @@ def list_storage_services(conn=None, call=None):
|
|||
|
||||
def get_operation_status(kwargs=None, conn=None, call=None):
|
||||
'''
|
||||
.. versionadded:: 2015.2
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
Get Operation Status, based on a request ID
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Fluent Logging Handler
|
||||
========================
|
||||
|
||||
.. versionadded:: 2015.2
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
This module provides some `Fluent`_ logging handlers.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Debian Package builder system
|
||||
|
||||
.. versionadded:: Beryllium
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
This system allows for all of the components to build debs safely in chrooted
|
||||
environments. This also provides a function to generate debian repositories
|
||||
|
|
|
@ -469,13 +469,13 @@ class SaltEvent(object):
|
|||
- 'fnmatch' : fnmatch tag event tags matching
|
||||
Default is opts['event_match_type'] or 'startswith'
|
||||
|
||||
.. versionadded:: Beryllium
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
no_block
|
||||
Define if getting the event should be a blocking call or not.
|
||||
Defaults to False to keep backwards compatibility.
|
||||
|
||||
.. versionadded:: Beryllium
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
Notes:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue