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

Prepare 0.33.1 bugfix release #3853

Closed
wants to merge 2 commits into from

Commits on Oct 4, 2021

  1. format: make groupIterable sort by row

    Before, it depended on the elements being passed in ordered by their rows.
    Before open-policy-agent#3823, the iteration
    order was the same as the row order; but with sorting the keys slice (which
    determines iteration order) on creation, that was changed.
    
    Now, we'll sort the elements within `groupIterable`.
    
    Fixes open-policy-agent#3849.
    
    Signed-off-by: Stephan Renatus <[email protected]>
    srenatus committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2d13b68 View commit details
    Browse the repository at this point in the history
  2. Prepare 0.33.1 release

    Signed-off-by: Stephan Renatus <[email protected]>
    srenatus committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    79efb64 View commit details
    Browse the repository at this point in the history