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

Fix (pillar|grains).filter_by with salt-ssh #63041

Merged
merged 5 commits into from
Nov 9, 2022

Conversation

lkubb
Copy link
Contributor

@lkubb lkubb commented Nov 8, 2022

What does this PR do?

What issues does this PR fix or reference?

Fixes: #56093

Previous Behavior

  • pillar.filter_by always defaults to the default key using salt-ssh
  • grains.filter_by does not support nested grains and does not deepcopy the merging dict

New Behavior

  • pillar.filter_by works as usual
  • grains.filter_by works as usual

Merge requirements satisfied?

Commits signed with GPG?

Yes

@lkubb lkubb requested a review from a team as a code owner November 8, 2022 15:00
@lkubb lkubb requested review from cmcmarrow and removed request for a team November 8, 2022 15:00
Copy link
Contributor

@cmcmarrow cmcmarrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THX for the PR

@Ch3LL Ch3LL added the Sulfur v3006.0 release code name and version label Nov 8, 2022
@Ch3LL Ch3LL merged commit 3ad7452 into saltstack:master Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sulfur v3006.0 release code name and version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pillar.filter_by not working with salt-ssh
3 participants