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-08-04 15:25:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opa (Old) and /work/SRC/openSUSE:Factory/.opa.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opa" Mon Aug 4 15:25:12 2025 rev:2 rq:1297363 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/opa/opa.changes 2025-07-01 11:36:39.663562486 +0200 +++ /work/SRC/openSUSE:Factory/.opa.new.1085/opa.changes 2025-08-04 15:26:05.917209239 +0200 @@ -1,0 +2,138 @@ +Mon Aug 04 05:39:32 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.7.1: + * cmd/parse: Move accidental pkg var to local var. (#7813) + * bugfix: Add back default cmd.RootCommand definition. (#7811) + +------------------------------------------------------------------- +Mon Aug 04 05:01:06 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.7.0: + This release contains a mix of new features, performance + improvements, and bugfixes. Notably: + - Improved OPA SDK/API for better extensibility + * SDK Improvements + The OPA SDK/API has been improved to provide better + extensibility an more points of integration for developers. + - ast: Add DefaultModuleLoader (#7794) authored by @srenatus + - ast: Add feature registration from the outside (#7782) + authored by @srenatus + - bundle: Add support for bundle store and activation plugins + (#7771) authored by @philipaconrad + - cmd: Allow branding (#7797) authored by @srenatus + - decisionlogs: Add custom fields grab bag (#7793) authored by + @srenatus + - plugins: allow registering handlerfuncs with name+path + (#7769) authored by @srenatus + - rego: Expose QueryTracers, tracing.Options and Cancel from + QueryContext (#7767) authored by @philipaconrad + - rego: Pass along TracingOpts into EvalContext (#7778) + authored by @srenatus + - runtime: add ExtraDiscoveryOpts to runtime.Params (#7766) + authored by @srenatus + - sdk: Allow for setting default options for all instances + (#7760) authored by @srenatus + - server: Add hooks wiring + new hooks for inter-query caches + (#7775) authored by @srenatus + - server: Ensure that wrapped middlewares all support + http.Flusher (#7772) authored by @srenatus + - server/authorizer: Allow adding paths to validator (#7792) + authored by @philipaconrad + - server+plugins: Allow plugins to inject http handler + middlewares (#7789) authored by @srenatus reported by + @deeglaze + - store+runtime: Extension points for custom stores (#7779) + authored by @srenatus + - test+eval: Add helper to smuggle compiler through context + (#7790) authored by @srenatus + - tester: Support uint64 and float64 metrics in runBenchmark + (#7761) authored by @srenatus + * Runtime, Tooling + - build: Show a warning when .manifest is ignored (#7807) + authored by @charlieegan3 + - cli: Avoid os.Exit() in Run() funcs (#7788) authored by + @srenatus + - config: Keep unknown env replacements (#7786) authored by + @srenatus + - format: Not bracketing keywords in imports (#7742) authored + by @johanfylling + - loader: Add bundle lazy loading mode across the runtime. + (#7768) authored by @philipaconrad + - loader: Pass bundle name in AsBundle() (#7798) authored by + @srenatus + - opa exec: stop plugins before exit (#7760) authored by + @srenatus + - plugins/discovery: Make Factories() merge the factories + (#7777) authored by @srenatus + - plugins/discovery: Replace environment variables after + evaluation (#7787) authored by @philipaconrad + - plugins/logs: Add experimental intermediate results field + (#7796) authored by @philipaconrad + - report: Fetching latest OPA release version from GitHub + (#7756) authored by @johanfylling + - OPA will no longer send telemetry data when fetching the + latest release version. + - runtime: Allow enabling NDBCache by default (#7780) authored + by @srenatus + - server+logging: Add BatchDecisionID field to Decision Logs + (#7791) authored by @philipaconrad + - store: Improve conflicting root error message (#7806) + authored by @charlieegan3 + * Compiler, Topdown and Rego + - perf: AST compiler optimizations (#7740) authored by + @anderseknert + * Docs, Website + Note: While we have been working on the new website we have + been showing the edge documentation contents (as contents and + framework changes often must go hand in hand). Now that the + website development pace has slowed and the functionality is + more stable, we will be returning to showing the documentation + content from the latest release instead. Please use the edge + documentation site to review new changes. PR previews are also + based on the latest branch commit. This change will be made to + show the v1.7.0 release shortly after publishing. + - docs: Add examples for crypto.sha256 and base64.encode + built-in functions (#7762) authored by @ToluGIT + - docs: Break out the built-in categories in policy ref (#7722) + authored by @sky3n3t + - docs: Correctly spell NetBSD (#7738) authored by @iamleot + - docs: Fix a number of minor docs typos (#7799) authored by + @charlieegan3 + - docs: Fix /docs/envoy-authorization/ 404 (#7755 authored by + @charlieegan3 + - docs: Remove link to OPA playground share (#7750) authored by + @charlieegan3 + - docs: Revise docs index page wording (#7805) authored by + @charlieegan3 + - docs: Update warning note in GraphQL API docs (#7737) + authored by @charlieegan3 + - website: Add wildcard CORS for data/versions.json (#7784) + authored by @charlieegan3 + - website: Ensure no hscroll on built-in tables (#7773) + authored by @charlieegan3 + - website: Render versions under /data/versions.json (#7783) + authored by @charlieegan3 + - website: Set mobile and desktop tab sizes (#7774) authored by + @charlieegan3 + - website: Show link to the edge release of the docs (#7776) + authored by @charlieegan3 + * Miscellaneous + - Benchmark fixes (#7765) authored by @anderseknert + - Use Regal for linting Rego (#7752) authored by @anderseknert + - Use shorthand form for types (#7757) authored by + @anderseknert + - .github: Use types for issues (#7751) authored by + @charlieegan3 + - build: Add top-level token permissions for workflows (#7795) + authored by @timothyklee + - docs/build: Link checker fixes (#7743) authored by + @charlieegan3 + - Dependency updates; notably: + - build(deps): bump github.com/containerd/containerd/v2 from + 2.1.1 to 2.1.3 + - build(deps): bump google.golang.org/grpc from 1.73.0 to + 1.74.2 + - build(deps): bump go.opentelemetry.io deps from + 1.36.0/0.61.0 to 1.37.0/0.62.0 + +------------------------------------------------------------------- Old: ---- opa-1.6.0.obscpio New: ---- opa-1.7.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opa.spec ++++++ --- /var/tmp/diff_new_pack.ikX4cF/_old 2025-08-04 15:26:15.501611841 +0200 +++ /var/tmp/diff_new_pack.ikX4cF/_new 2025-08-04 15:26:15.505612009 +0200 @@ -17,7 +17,7 @@ Name: opa -Version: 1.6.0 +Version: 1.7.1 Release: 0 Summary: Open source, general-purpose policy engine License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ikX4cF/_old 2025-08-04 15:26:15.601616041 +0200 +++ /var/tmp/diff_new_pack.ikX4cF/_new 2025-08-04 15:26:15.609616377 +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.6.0</param> + <param name="revision">v1.7.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ikX4cF/_old 2025-08-04 15:26:15.645617890 +0200 +++ /var/tmp/diff_new_pack.ikX4cF/_new 2025-08-04 15:26:15.657618394 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/open-policy-agent/opa</param> - <param name="changesrevision">710b5a62789fbe8ad231b2fc0090c664f1ac93ba</param></service></servicedata> + <param name="changesrevision">15657790994f2f6611a6cc07259a6963ac504c3b</param></service></servicedata> (No newline at EOF) ++++++ opa-1.6.0.obscpio -> opa-1.7.1.obscpio ++++++ /work/SRC/openSUSE:Factory/opa/opa-1.6.0.obscpio /work/SRC/openSUSE:Factory/.opa.new.1085/opa-1.7.1.obscpio differ: char 49, line 1 ++++++ opa.obsinfo ++++++ --- /var/tmp/diff_new_pack.ikX4cF/_old 2025-08-04 15:26:15.729621419 +0200 +++ /var/tmp/diff_new_pack.ikX4cF/_new 2025-08-04 15:26:15.733621586 +0200 @@ -1,5 +1,5 @@ name: opa -version: 1.6.0 -mtime: 1751273856 -commit: 710b5a62789fbe8ad231b2fc0090c664f1ac93ba +version: 1.7.1 +mtime: 1753994167 +commit: 15657790994f2f6611a6cc07259a6963ac504c3b ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/opa/vendor.tar.gz /work/SRC/openSUSE:Factory/.opa.new.1085/vendor.tar.gz differ: char 17, line 1