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 Release 0.47.1 #5454

Merged
merged 3 commits into from Dec 7, 2022

Commits on Dec 7, 2022

  1. build: bump golang 1.19.3 -> 1.19.4 (open-policy-agent#5448)

    Fixes CVE-2022-41717:
    
    > net/http: limit canonical header cache by bytes, not entries
    
    https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f0b2af1 View commit details
    Browse the repository at this point in the history
  2. format: only use ref heads for all rule heads if necessary (open-poli…

    …cy-agent#5450)
    
    Before, we'd end up formatting
    
        ps["foo"] = "bar" { true }
    
    as
    
        ps.foo = "bar" { true }
    
    and older OPA version know how to parse the former, but not
    the latter.
    
    Fixes open-policy-agent#5449.
    
    Also includes:
    * format: pass internal options via struct; because adding a third (in some cases
       fifth) boolean argument just didn't seem right.
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8099c54 View commit details
    Browse the repository at this point in the history
  3. Prepare Release v0.47.1

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    77596c5 View commit details
    Browse the repository at this point in the history