diff --git a/doc/topics/mine/index.rst b/doc/topics/mine/index.rst index 47ef5fe251c..33a4a6d5c99 100644 --- a/doc/topics/mine/index.rst +++ b/doc/topics/mine/index.rst @@ -49,7 +49,7 @@ filters to help narrow down the results. In the above example IP addresses are only returned if they are on a eth0 interface and in the 10.0.0.0/8 IP range. -.. versionchanged:: Sodium +.. versionchanged:: 3000 The format to define mine_functions has been changed to allow the same format as used for module.run. The old format (above) will still be supported. @@ -73,7 +73,7 @@ as used for module.run. The old format (above) will still be supported. Minion-side Access Control -------------------------- -.. versionadded:: Sodium +.. versionadded:: 3000 Mine functions can be targeted to only be available to specific minions. This uses the same targeting parameters as :ref:`targeting` but with keywords ``allow_tgt`` @@ -114,7 +114,7 @@ positional and key-value arguments is not supported. - mine_function: grains.get - ip_interfaces -.. versionchanged:: Sodium +.. versionchanged:: 3000 With the addition of the module.run-like format for defining mine_functions, the method of adding aliases remains similar. Just add a ``mine_function`` kwarg with diff --git a/salt/beacons/cert_info.py b/salt/beacons/cert_info.py index e56d3a24a3c..e9aa080623b 100644 --- a/salt/beacons/cert_info.py +++ b/salt/beacons/cert_info.py @@ -2,7 +2,7 @@ ''' Beacon to monitor certificate expiration dates from files on the filesystem. -.. versionadded:: Sodium +.. versionadded:: 3000 :maintainer: :maturity: new diff --git a/salt/grains/nvme.py b/salt/grains/nvme.py index 34726914b5b..697c8562cd6 100644 --- a/salt/grains/nvme.py +++ b/salt/grains/nvme.py @@ -2,7 +2,7 @@ ''' Grains for NVMe Qualified Names (NQN). -.. versionadded:: Flourine +.. versionadded:: 3000 To enable these grains set `nvme_grains: True`. diff --git a/salt/modules/azurearm_dns.py b/salt/modules/azurearm_dns.py index 7001215a8ac..e8f9e2e88c7 100644 --- a/salt/modules/azurearm_dns.py +++ b/salt/modules/azurearm_dns.py @@ -2,7 +2,7 @@ ''' Azure (ARM) DNS Execution Module -.. versionadded:: Sodium +.. versionadded:: 3000 :maintainer: :maturity: new @@ -80,7 +80,7 @@ def __virtual__(): def record_set_create_or_update(name, zone_name, resource_group, record_type, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Creates or updates a record set within a DNS zone. @@ -132,7 +132,7 @@ def record_set_create_or_update(name, zone_name, resource_group, record_type, ** def record_set_delete(name, zone_name, resource_group, record_type, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Deletes a record set from a DNS zone. This operation cannot be undone. @@ -172,7 +172,7 @@ def record_set_delete(name, zone_name, resource_group, record_type, **kwargs): def record_set_get(name, zone_name, resource_group, record_type, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Get a dictionary representing a record set's properties. @@ -211,7 +211,7 @@ def record_set_get(name, zone_name, resource_group, record_type, **kwargs): def record_sets_list_by_type(zone_name, resource_group, record_type, top=None, recordsetnamesuffix=None, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Lists the record sets of a specified type in a DNS zone. @@ -259,7 +259,7 @@ def record_sets_list_by_type(zone_name, resource_group, record_type, top=None, r def record_sets_list_by_dns_zone(zone_name, resource_group, top=None, recordsetnamesuffix=None, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Lists all record sets in a DNS zone. @@ -303,7 +303,7 @@ def record_sets_list_by_dns_zone(zone_name, resource_group, top=None, recordsetn def zone_create_or_update(name, resource_group, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Creates or updates a DNS zone. Does not modify DNS records within the zone. @@ -356,7 +356,7 @@ def zone_create_or_update(name, resource_group, **kwargs): def zone_delete(name, resource_group, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Delete a DNS zone within a resource group. @@ -389,7 +389,7 @@ def zone_delete(name, resource_group, **kwargs): def zone_get(name, resource_group, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Get a dictionary representing a DNS zone's properties, but not the record sets within the zone. @@ -422,7 +422,7 @@ def zone_get(name, resource_group, **kwargs): def zones_list_by_resource_group(resource_group, top=None, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Lists the DNS zones in a resource group. @@ -459,7 +459,7 @@ def zones_list_by_resource_group(resource_group, top=None, **kwargs): def zones_list(top=None, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Lists the DNS zones in all resource groups in a subscription. diff --git a/salt/modules/cmdmod.py b/salt/modules/cmdmod.py index c7123fedefe..eed7656a6dd 100644 --- a/salt/modules/cmdmod.py +++ b/salt/modules/cmdmod.py @@ -2980,7 +2980,7 @@ def run_chroot(root, :param list binds: List of directories that will be exported inside the chroot with the bind option. - .. versionadded:: Sodium + .. versionadded:: 3000 :param dict env: Environment variables to be set prior to execution. diff --git a/salt/modules/debuild_pkgbuild.py b/salt/modules/debuild_pkgbuild.py index 786624f2d7a..335409199d2 100644 --- a/salt/modules/debuild_pkgbuild.py +++ b/salt/modules/debuild_pkgbuild.py @@ -253,7 +253,7 @@ def _create_pbuilders(env, runas='root'): idiosyncrasies can be found :ref:`here `. runas : root - .. versionadded:: fluorine + .. versionadded:: 2019.2.1 User to create the files and directories @@ -364,7 +364,7 @@ def make_src_pkg(dest_dir, spec, sources, env=None, saltenv='base', runas='root' runas : root - .. versionadded:: fluorine + .. versionadded:: 2019.2.1 User to create the files and directories diff --git a/salt/modules/gpg.py b/salt/modules/gpg.py index 1198efd4a50..9dd1007c1b4 100644 --- a/salt/modules/gpg.py +++ b/salt/modules/gpg.py @@ -1066,7 +1066,7 @@ def verify(text=None, - always - auto - .. versionadded:: fluorine + .. versionadded:: 2019.2.0 CLI Example: diff --git a/salt/modules/hashutil.py b/salt/modules/hashutil.py index 51faa7f9bfc..2d7ccfcc18f 100644 --- a/salt/modules/hashutil.py +++ b/salt/modules/hashutil.py @@ -265,7 +265,7 @@ def hmac_signature(string, shared_secret, challenge_hmac): def hmac_compute(string, shared_secret): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Compute a HMAC SHA256 digest using a string and secret. diff --git a/salt/modules/mine.py b/salt/modules/mine.py index 32524bccc8f..91e36f8197e 100644 --- a/salt/modules/mine.py +++ b/salt/modules/mine.py @@ -222,7 +222,7 @@ def send(name, *args, **kwargs): :rtype: bool :return: Whether executing the function and storing the information was succesful. - .. versionchanged:: Sodium + .. versionchanged:: 3000 Added ``allow_tgt``- and ``allow_tgt_type``-parameters to specify which minions are allowed to access this function. diff --git a/salt/modules/virt.py b/salt/modules/virt.py index 82c2bf1c113..a2412bb7455 100644 --- a/salt/modules/virt.py +++ b/salt/modules/virt.py @@ -4429,7 +4429,7 @@ def network_define(name, a possible DHCP configuration. The structure is documented in net-define-ip_. - ..versionadded:: 3000 + .. versionadded:: 3000 :type ipv4_config: dict or None :param ipv6_config: IP v6 configuration @@ -4437,7 +4437,7 @@ def network_define(name, a possible DHCP configuration. The structure is documented in net-define-ip_. - ..versionadded:: 3000 + .. versionadded:: 3000 :type ipv6_config: dict or None :param connection: libvirt connection URI, overriding defaults diff --git a/salt/states/azurearm_dns.py b/salt/states/azurearm_dns.py index e62d5f2038c..fa29cf15321 100644 --- a/salt/states/azurearm_dns.py +++ b/salt/states/azurearm_dns.py @@ -2,7 +2,7 @@ ''' Azure (ARM) DNS State Module -.. versionadded:: Sodium +.. versionadded:: 3000 :maintainer: :maturity: new @@ -132,7 +132,7 @@ def zone_present(name, resource_group, etag=None, if_match=None, if_none_match=N registration_virtual_networks=None, resolution_virtual_networks=None, tags=None, zone_type='Public', connection_auth=None, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Ensure a DNS zone exists. @@ -299,7 +299,7 @@ def zone_present(name, resource_group, etag=None, if_match=None, if_none_match=N def zone_absent(name, resource_group, connection_auth=None): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Ensure a DNS zone does not exist in the resource group. @@ -365,7 +365,7 @@ def record_set_present(name, zone_name, resource_group, record_type, if_match=No ns_records=None, ptr_records=None, srv_records=None, txt_records=None, cname_record=None, soa_record=None, caa_records=None, connection_auth=None, **kwargs): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Ensure a record set exists in a DNS zone. @@ -618,7 +618,7 @@ def record_set_present(name, zone_name, resource_group, record_type, if_match=No def record_set_absent(name, zone_name, resource_group, connection_auth=None): ''' - .. versionadded:: Sodium + .. versionadded:: 3000 Ensure a record set does not exist in the DNS zone.