Skip to content

Commit

Permalink
Remove "Lithium" and change to "2015.2.0" for versionadded tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rallytime committed Mar 5, 2015
1 parent 0e8a47f commit e9402e7
Show file tree
Hide file tree
Showing 32 changed files with 153 additions and 128 deletions.
2 changes: 1 addition & 1 deletion doc/topics/cloud/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ only the EC2 driver supports this functionality.
SSH Agent
=========

.. versionadded:: Lithium
.. versionadded:: 2015.2.0

If the ssh key is not stored on the server salt-cloud is being run on, set
ssh_agent, and salt-cloud will use the forwarded ssh-agent to authenticate.
Expand Down
2 changes: 1 addition & 1 deletion doc/topics/releases/2014.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ paradigm. This allows for many new capabilities to be added to Salt in the
upcoming releases.

Please keep in mind that this is a beta release of RAET and we hope for bugs to
be worked out, performance to be better realized and more in the Lithium
be worked out, performance to be better realized and more in the 2015.2.0
release.

Simply stated, users running Salt with RAET should expect some hiccups as we
Expand Down
2 changes: 1 addition & 1 deletion doc/topics/transports/raet/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Limitations
===========

The 2014.7 release of RAET is not complete! The Syndic and Multi Master have
not been completed yet and these are slated for completion in the Lithium
not been completed yet and these are slated for completion in the 2015.2.0
release.

Also, Salt-Raet allows for more control over the client but these hooks have
Expand Down
2 changes: 1 addition & 1 deletion salt/client/ssh/wrapper/mine.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
Wrapper function for mine operations for salt-ssh
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
'''

# Import python libs
Expand Down
2 changes: 1 addition & 1 deletion salt/client/ssh/wrapper/publish.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
'''
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
Salt-ssh wrapper functions for the publish module.
Expand Down
2 changes: 1 addition & 1 deletion salt/client/ssh/wrapper/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def show_top():

def single(fun, name, test=None, **kwargs):
'''
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
Execute a single state function with the named kwargs, returns False if
insufficient data is sent to the command
Expand Down
6 changes: 3 additions & 3 deletions salt/modules/aptpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,12 @@ def install(name=None,
install_recommends
Whether to install the packages marked as recommended. Default is True.
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
only_upgrade
Only upgrade the packages, if they are already installed. Default is False.
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
Returns a dict containing the new package names and versions::
Expand Down Expand Up @@ -598,7 +598,7 @@ def _uninstall(action='remove', name=None, pkgs=None, **kwargs):

def autoremove(list_only=False):
'''
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
Remove packages not required by another package using ``apt-get
autoremove``.
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/cpan.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'''
Manage Perl modules using CPAN
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
'''
from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion salt/modules/gpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Manage a GPG keychains, add keys, create keys, retrieve keys
from keyservers. Sign, encrypt and sign & encrypt text and files.
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
.. note::
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/grains.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def filter_by(lookup_dict, grain='os_family', merge=None, default='default', bas
each case to be collected in the base and overridden by the grain
selection dictionary and the merge dictionary. Default is unset.
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
CLI Example:
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def umount(name, device=None, user=None):
salt '*' mount.umount /mnt/foo
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
salt '*' mount.umount /mnt/foo /dev/xvdc1
'''
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def ping(host, timeout=False, return_boolean=False):
salt '*' network.ping archlinux.org
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
Return a True or False instead of ping output.
Expand Down
4 changes: 2 additions & 2 deletions salt/modules/pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ def upgrade_available(pkg,
user=None,
cwd=None):
'''
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
Check whether or not an upgrade is available for a given package
Expand All @@ -884,7 +884,7 @@ def upgrade(bin_env=None,
cwd=None,
use_vt=False):
'''
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
Upgrades outdated pip packages
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/random_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'''
Module for retrieving random information from Random.org
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
:configuration: This module can be used by either passing an api key and version
directly or by specifying both in a configuration profile in the salt
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/slack_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'''
Module for sending messages to Slack
.. versionadded:: Lithium
.. versionadded:: 2015.2.0
:configuration: This module can be used by either passing an api key and version
directly or by specifying both in a configuration profile in the salt
Expand Down
Loading

0 comments on commit e9402e7

Please sign in to comment.