Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opa for openSUSE:Factory checked in at 2025-09-26 22:25:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opa (Old) and /work/SRC/openSUSE:Factory/.opa.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opa" Fri Sep 26 22:25:19 2025 rev:4 rq:1307352 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opa/opa.changes 2025-08-29 18:38:47.487241579 +0200 +++ /work/SRC/openSUSE:Factory/.opa.new.11973/opa.changes 2025-09-26 22:27:15.008911391 +0200 @@ -1,0 +2,112 @@ +Fri Sep 26 10:43:14 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 1.9.0: + Examples for the new features can be found in the release notes: + https://github.com/open-policy-agent/opa/releases/tag/v1.9.0 + * Compile Rego Queries Into SQL Filters (#7887) + Compile API extensions with support for SQL filter generation + previously exclusive to EOPA has been ported into OPA. + * Improved Rule Indexing For "Naked" Refs (#7897) + OPA's rule indexer is a means by which OPA can optimize + evaluation performance. + Briefly, the indexer can in some cases determine that a rule + won't successfully evaluate before it's evaluated based on the + query input. + The indexer previously only considered terms in certain + compound expressions, ignoring single terms; e.g. an expression + containing a sole "naked" ref. This has now changed! + * Runtime, Tooling + - cmd: Print eval errors to stderr (#6749) authored by @sspaink + reported by @janorn + - plugin/decision: Encoder immediately returns when event same + size as limit (#7928) authored by @sspaink + - plugin/decision: Refactor size buffer into its own type + (#7884) authored by @sspaink + - plugins/bundle: Return callback error for manually triggered + bundle downloads through the SDK (#7869) authored by @sspaink + reported by @victoraugustolls + - runtime: Fix possible panic in opa run when loading bundles + in watch-mode (--watch) (#7870) authored by @sspaink reported + by @johanfylling + * Compiler, Topdown and Rego + - perf: Don't invoke future parser for Rego v1 (#7909) authored + by @anderseknert + - topdown: Add counter metric for http.send network requests + (#7851) authored by @anivar + - topdown: Update numbers.range_step built-in error message + (#7882) authored by @charlieegan3 + * Docs, Website + - docs: Add every and not examples (#7901) authored by + @charlieegan3 + - docs: Add examples for io.jwt and time built-ins (#7892) + authored by @charlieegan3 + - docs: Add examples for regex and string built-ins (#7890) + authored by @charlieegan3 + - docs: Add guide for common Rego errors (#7896) authored by + @charlieegan3 + - docs: Add missing anchors and example data (#6205) authored + by @mmzzuu reported by @johanfylling + - docs: Add Rego keyword examples (#7889) authored by + @charlieegan3 + - docs: Add Rego language comparison pages (#7893) authored by + @charlieegan3 + - docs: Add Style Guide to policy authoring docs (#7932) + authored by @charlieegan3 + - docs: Generative AI policy example fix (#7885) authored by + @msorens + - docs: Remove integration from build-security (#7899) authored + by @ieugen + - docs: Update Envoy tutorial for new versions and images + (#7911) authored by @CharlieTLe + - docs: Update references to cheat sheet and awesome-opa + (#7930) authored by @charlieegan3 + - docs: Add OCP docs (#7875) authored by @charlieegan3 + - docs/ocp: Update docs on Azure object storage (#7921) + authored by @minajevs + - docs/ocp: Fix inline-transform example (#7913) authored by + @srenatus + - docs/ocp: Fix wrong example on concepts page (#7907) + authored by @srenatus + - docs/ocp: Update API reference (#7906) authored by + @srenatus + - docs/ocp: Update OCP api-key (#7904) authored by + @charlieegan3 + - docs/ocp: Update OCP install instructions (#7910) authored + by @ashutosh-narkar + - docs: Add Regal docs to OPA site (#7874) authored by + @charlieegan3 + - docs/regal: Update docs following 0.36.0 (#7891) authored + by @charlieegan3 + - docs/deploy: Add OPA deployment docs (#7898) authored by + @charlieegan3 + - docs/website: Update references to Styra (#7877) authored by + @charlieegan3 + * Miscellaneous + - Bump golangci-lint to v2.4.0 (#7878) authored by @sspaink + - Community Guidelines: update email list (#7900) authored by + @srenatus + - ci: port binary tests to testscript (#7865) authored by + @srenatus + - dependabot: Updating e2e go deps together with core OPA deps + (#7923) authored by @johanfylling + - github_actions: Add working directory in arguments for Link + Checker (#7883) authored by @sspaink + - rego: Add comprehensive WASM performance benchmarks (#7841) + authored by @anivar + - Dependency updates; notably: + - build: Bump go to 1.25.1 + - build(deps): Add github.com/huandu/go-sqlbuilder 1.37.0 + - build(deps): Bump github.com/lestrrat-go/jwx/v3 from 3.0.10 + to 3.0.11 + - build(deps): Bump github.com/prometheus/client_golang from + 1.23.0 to 1.23.2 + - build(deps): Bump golang.org/x/net from 0.43.0 to 0.44.0 + - build(deps): Bump golang.org/x/time from 0.12.0 to 0.13.0 + - build(deps): Bump google.golang.org/grpc from 1.75.0 to + 1.75.1 + - build(deps): Bump google.golang.org/protobuf from 1.36.8 to + 1.36.9 + - build(deps): bump go.opentelemetry.io deps from + 1.37.0/0.62.0 to 1.38.0/0.63.0 + +------------------------------------------------------------------- Old: ---- opa-1.8.0.obscpio New: ---- opa-1.9.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opa.spec ++++++ --- /var/tmp/diff_new_pack.90FWNM/_old 2025-09-26 22:27:19.141085660 +0200 +++ /var/tmp/diff_new_pack.90FWNM/_new 2025-09-26 22:27:19.141085660 +0200 @@ -17,7 +17,7 @@ Name: opa -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: Open source, general-purpose policy engine License: Apache-2.0 @@ -26,8 +26,8 @@ Source1: vendor.tar.gz BuildRequires: bash-completion BuildRequires: fish -BuildRequires: go >= 1.24 BuildRequires: zsh +BuildRequires: golang(API) >= 1.25 %description Open Policy Agent (OPA) is an open source, general-purpose policy engine that ++++++ _service ++++++ --- /var/tmp/diff_new_pack.90FWNM/_old 2025-09-26 22:27:19.209088529 +0200 +++ /var/tmp/diff_new_pack.90FWNM/_new 2025-09-26 22:27:19.213088698 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/open-policy-agent/opa</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.8.0</param> + <param name="revision">v1.9.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.90FWNM/_old 2025-09-26 22:27:19.245090047 +0200 +++ /var/tmp/diff_new_pack.90FWNM/_new 2025-09-26 22:27:19.253090384 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/open-policy-agent/opa</param> - <param name="changesrevision">78328267fb3fa8aef7d73894ccce05302723daa0</param></service></servicedata> + <param name="changesrevision">c49e670294e45bb3fd76b9e945cf821478a4bbfc</param></service></servicedata> (No newline at EOF) ++++++ opa-1.8.0.obscpio -> opa-1.9.0.obscpio ++++++ /work/SRC/openSUSE:Factory/opa/opa-1.8.0.obscpio /work/SRC/openSUSE:Factory/.opa.new.11973/opa-1.9.0.obscpio differ: char 49, line 1 ++++++ opa.obsinfo ++++++ --- /var/tmp/diff_new_pack.90FWNM/_old 2025-09-26 22:27:19.329093590 +0200 +++ /var/tmp/diff_new_pack.90FWNM/_new 2025-09-26 22:27:19.333093758 +0200 @@ -1,5 +1,5 @@ name: opa -version: 1.8.0 -mtime: 1756392587 -commit: 78328267fb3fa8aef7d73894ccce05302723daa0 +version: 1.9.0 +mtime: 1758876831 +commit: c49e670294e45bb3fd76b9e945cf821478a4bbfc ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/opa/vendor.tar.gz /work/SRC/openSUSE:Factory/.opa.new.11973/vendor.tar.gz differ: char 13, line 1
