Path to this page:
./
devel/opa,
Open source, general-purpose policy engine
Branch: CURRENT,
Version: 1.2.0nb2,
Package name: opa-1.2.0nb2,
Maintainer: leotOpen 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: 109504.702 KB
Version history: (Expand)
- (2025-04-05) Updated to version: opa-1.2.0nb2
- (2025-03-07) Updated to version: opa-1.2.0nb1
- (2025-03-02) Updated to version: opa-1.2.0
- (2024-12-26) Updated to version: opa-1.0.0
- (2024-11-22) Updated to version: opa-0.70.0
- (2024-10-20) Updated to version: opa-0.69.0
CVS history: (Expand)
2025-04-05 20:51:32 by Benny Siegert | Files touched by this commit (190) |  |
Log message:
Belated revbump for all Go packages after go124 update
I forgot to do the revbump again, sorry for doing it so late after the
update.
|
2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) |  |
Log message:
Revbump all Go packages after go124 update
I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
|
2025-03-02 16:39:13 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
opa: Update to 1.2.0
Changes:
1.2.0
-----
This release contains a mix of features, performance improvements, and
bugfixes.
- Parameterized Rego Tests
- Performance Improvements
1.1.0
-----
This release contains a mix of features, performance improvements, and
bugfixes.
- Performance Improvements
1.0.1
-----
This is a bug fix release.
|
2024-12-26 18:32:19 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
opa: Update to 1.0.0
Changes:
We are excited to announce OPA 1.0, a milestone release consolidating
an improved developer experience for the future of Policy as Code. The
release makes new functionality designed to simplify policy writing and
improve the language's consistency the default.
# Changes to Rego in OPA 1.0
Below we highlight some key changes to the defaults in OPA 1.0:
- Using if for all rule definitions and contains for multi-value rules
is now mandatory, not just when using the rego.v1 import.
- Other new keywords (every, in) are available without any imports.
- Previously requirements that were only run in "strict mode" (like opa
check --strict) are now the default. Duplicate imports and imports
which shadow each other are no longer allowed.
- OPA 1.0 comes with a range of backwards compatibility features to aid
your migrations, please see the v0 compatibility guide if you must
continue to support v0 Rego.
For more information please see
<https://blog.openpolicyagent.org/announcing-opa-1-0-a-new-standard-for-policy-as-code-a6d8427ee828>.
Other changes:
- Improvements to memory allocations
- Wrap http.RoundTripper for SDK users
- Improvements to scientific notation parsing in units.parse
- Support customized buckets bundle_loading_duration_ns metric
- Test suite performance improvements
|
2024-11-22 18:50:00 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
opa: Update to 0.70.0
Changes:
v0.70.0
This release contains a mix of features, performance improvements, and
bugfixes.
- Optimized read mode for OPA's in-memory store
|
2024-10-20 12:09:43 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
opa: Update to 0.69.0
Changes:
v0.69.0
-------
This release contains a mix of features, bugfixes and necessary tooling
and test changes required to support the upcoming OPA `1.0` release.
- Inter-Query Value Cache
v0.68.0
-------
This release contains a mix of features and bugfixes.
- Breaking Changes: `entrypoint` annotation implies `document` scope
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) |  |
Log message:
Revbump all Go packages after go122 update
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) |  |
Log message:
Revbump all Go packages after update
|