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

Regression: Fix assigning to nil map in DeepMerge #18143

Merged
merged 3 commits into from
May 4, 2020

Commits on Apr 30, 2020

  1. Regression: Fix assigning to nil map in DeepMerge

    If a Value in a MapStr itself has the type MapStr but is nil, we will
    have a panic in DeepUpdate. This change fixes the Update functionality
    to handle typed nil values.
    urso committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6e94414 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    urso committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    28966fe View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. review

    urso committed May 4, 2020
    Configuration menu
    Copy the full SHA
    ffdb1ce View commit details
    Browse the repository at this point in the history