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

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


Branch: CURRENT, Version: 1.15.0, Package name: opa-1.15.0, 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: 20304.333 KB

Version history: (Expand)


CVS history: (Expand)


   2026-03-28 13:03:49 by Leonardo Taccari | Files touched by this commit (3)
Log message:
opa: Update to 1.15.0

Changes:
v1.15.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:

- Add logger plugin interface and file logger implementation with log rotation
- Custom HTTPAuthPlugin behavior change, all per-request authentication
  logic must be moved from `NewClient()` to `Prepare()`
- AWS signing supports for web identity for assume role credentials
   2026-03-15 12:45:44 by Leonardo Taccari | Files touched by this commit (3) | Package updated
Log message:
opa: Update to 1.14.1

Changes:
v1.14.1
This is a patch release collecting two bug fixes and various dependency
updates for Golang standard library and common package
vulnerabilities.

These bug fixes include a revert of the rule indexer tweaks shipped in
1.14.0, which had caused unexpected lookup failures for some users. (We
expect to properly fix the issue in 1.15.0, but for now, a revert is
the quicker choice.)

v1.14.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:

- Improved rule indexing of variable assignments and `x in {...}` expressions
- Support for `--h2c` with unix domain socket for `opa run`
- A new glossary tooltip for technical terms in the docs
- Fixes published in the v1.13.1 and v1.13.2 releases

v1.13.2
This release updates the version of Go used to build the OPA binaries
and images to 1.25.7.

v1.13.1
This bug fix release addresses an issue found in the new
`array.flatten` built-in function.

v1.13.0
This release contains a mix of new features, performance improvements,
and bugfixes. Notably:

- A new `immediate` upload trigger mode in the Decision Logger
- A new `array.flatten` built-in function
- Numerous performance improvements
   2026-03-06 22:08:08 by Benny Siegert | Files touched by this commit (203) | Package updated
Log message:
Revbump all Go packages after go126 update
   2026-02-24 09:45:43 by Benny Siegert | Files touched by this commit (203)
Log message:
Revbump all Go packages after default version bump
   2026-01-26 20:49:21 by Benny Siegert | Files touched by this commit (21)
Log message:
Move non-pattern Go flags to GOFLAGS.

GO_BUILD_PATTERN is only for patterns, as announced on tech-pkg@.
   2026-01-25 12:08:11 by Leonardo Taccari | Files touched by this commit (3) | Package updated
Log message:
opa: Update to 1.12.3

Changes:
v1.12.3
This is a bug fix release addressing two issues:

- Bundle polling is being misconfigured when discovery bundle is updated
- Decision log `size` buffer `buffer_size_limit_bytes` misconfigured
  during reconfiguration
   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