Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for #48694 and add deprecation warning #49320

Merged
merged 1 commit into from Aug 25, 2018

Commits on Aug 24, 2018

  1. Update documentation for saltstack#48694 and add deprecation warning

    There was a behavior change when using `salt-run cache.grains` beginning
    with the 2017.7.5 release.
    
    The behavior change happened in PR saltstack#45588, which was back-ported to the
    2017.7 branch in PR saltstack#45751. This was done in order to fix the bug reported
    in saltstack#45489.
    
    In order to be helpful to users, a deprecation warning was added. If ``tgt``
    is not passed, no grains will be listed. Instead of suddenly requiring a ``tgt``
    argument in a dot release, let's keep this optional arg around until Sodium.
    
    When Salt Sodium is released, we can remove the warning and change ``tgt`` to be
    a mandatory argument.
    
    Fixes the last parts of saltstack#48694.
    rallytime committed Aug 24, 2018
    Copy the full SHA
    0964b5e View commit details
    Browse the repository at this point in the history