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

Deprecate jinja filters for neon #55614

Merged
merged 4 commits into from
Dec 21, 2019
Merged

Deprecate jinja filters for neon #55614

merged 4 commits into from
Dec 21, 2019

Conversation

Ch3LL
Copy link
Contributor

@Ch3LL Ch3LL commented Dec 11, 2019

What does this PR do?

  • in this pr Backport tojson filter from #48309 to 2018.3 #48339 a note was added in the jinja docs that the tojson jinja filter would replace json_encode_dict and json_encode_list, but it was never added to the release notes for a release to properly deprecate it. This PR will add this notification in the neon release notes for json_decode_* as this was improperly named. we will keep json_encode_* as it still makes sense and we want to decrease users having to update their states.

  • we want to keep str_to_num and rand_str to ensure users do not have to update their states, but its already documented they these are no the preferred method.

Fixes issue #49428

@Ch3LL Ch3LL requested a review from a team as a code owner December 11, 2019 22:02
@ghost ghost requested a review from dwoz December 11, 2019 22:02
@dwoz dwoz merged commit cea3fe0 into saltstack:master Dec 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZRELEASED - Neon retired label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants