./devel/opa, Open source, general-purpose policy engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.12.2nb1, Package name: opa-1.12.2nb1, Maintainer: leot

Open Policy Agent (OPA) is an open source, general-purpose policy
engine that enables unified, context-aware policy enforcement across
the cloud native stack.


Master sites:

Filesize: 20037.854 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-15 20:55:00 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go125 update
   2026-01-07 12:45:14 by Leonardo Taccari | Files touched by this commit (3)
Log message:
opa: Update to 1.12.2

Changes:
1.12.2
This bug fix release address issues found in the new string interpolation feature
   2025-12-25 16:37:48 by Leonardo Taccari | Files touched by this commit (3)
Log message:
opa: Update to 1.12.1

Changes:
v1.12.1
This bug fix release reverts a change to `regex.replace` that
unintentionally changed its behaviour for anchored regular
expressions.

v1.12.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:
 - Support for String Interpolation in the Rego language
 - Faster compilation and runtime
 - Fixes published in the v1.11.1 release
   2025-12-02 20:25:26 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-11-27 10:32:56 by Leonardo Taccari | Files touched by this commit (3)
Log message:
opa: Update to 1.11.0

Changes:
1.11.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:
- More efficient connection management in the http.send built-in function
- More performant loading of large bundles containing multiple Rego files

1.10.1
This is a bugfix release for the split builtin: In v1.10.0, it was
looping infinitely when used with an empty-string delimiter.

1.10.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:
- Non-static arm64 executables for linux and darwin, supporting Wasm evaluation
- Performance improvements to the formatter, compiler, and runtime
- A new --fail-on-empty flag for opa test
- Support for IS NOT NULL query statements in the Compile API

1.9.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:
- Compile API extensions ported from EOPA
- Improved rule indexing
   2025-10-16 20:00:06 by Benny Siegert | Files touched by this commit (200) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-10-08 08:54:42 by Benny Siegert | Files touched by this commit (200) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-09-09 17:12:40 by Leonardo Taccari | Files touched by this commit (3)
Log message:
opa: Update to 1.8.0

Changes:
1.8.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:
 - Support for EdDSA signatures in io.jwt built-ins, including a new
   io.jwt.verify_eddsa built-in.