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

Bump github.com/open-policy-agent/opa from 0.69.0 to 0.70.0 in the all group #2134

Merged
merged 3 commits into from
Nov 5, 2024

Commits on Nov 4, 2024

  1. Bump github.com/open-policy-agent/opa in the all group

    Bumps the all group with 1 update: [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa).
    
    
    Updates `github.com/open-policy-agent/opa` from 0.69.0 to 0.70.0
    - [Release notes](https://github.com/open-policy-agent/opa/releases)
    - [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
    - [Commits](open-policy-agent/opa@v0.69.0...v0.70.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/open-policy-agent/opa
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6bf7c10 View commit details
    Browse the repository at this point in the history
  2. Update generated docs for new OPA version

    Signed-off-by: Luiz Carvalho <[email protected]>
    lcarva committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    029c054 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Support time.Time annotation values

    The new yaml library for values formated as date/timestamps now returns
    a `time.Time` typed value, this change makes sure we support it.
    zregvart committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7e482bc View commit details
    Browse the repository at this point in the history