Skip to content

Releases: open-policy-agent/opa-envoy-plugin

proxy_init-v7

06 May 20:46
6aba311
Compare
Choose a tag to compare
build(deps): bump github.com/open-policy-agent/opa: 0.39.0 -> 0.40.0 …

v0.39.0-envoy

31 Mar 21:46
Compare
Choose a tag to compare

v0.38.1-envoy-3

23 Mar 23:15
Compare
Choose a tag to compare

See the OPA v0.38.1 release notes.

This release updates the policy interface to allow a policy author to define headers that should be removed before a request is sent upstream and added to the response sent to the downstream client. Both these are applicable to successful ext authz responses.

v0.38.0-envoy

03 Mar 13:58
daa8271
Compare
Choose a tag to compare

v0.37.2-envoy

14 Feb 18:43
Compare
Choose a tag to compare

v0.37.1-envoy

04 Feb 06:13
Compare
Choose a tag to compare

v0.36.1-envoy

14 Jan 00:30
Compare
Choose a tag to compare

See the OPA v0.36.1 release notes.

v0.36.0-envoy

10 Jan 13:45
47d10e8
Compare
Choose a tag to compare

v0.35.0-envoy-7

10 Dec 13:25
118a75c
Compare
Choose a tag to compare

What's Changed

print() support

You can now print() from policies used with opa-envoy-plugin. (open-policy-agent/opa#3951)

Consistent logging usage

The plugin now uses OPA's logging package consistently.

⚠️ If you had been using this Go module's packages in your Go code, you'll need to adapt the
embedding code. EvalContext now needs to expose logging.Logger.

Full Changelog: v0.35.0-envoy-1...v0.35.0-envoy-7

v0.35.0-envoy-1

01 Dec 12:24
e45570d
Compare
Choose a tag to compare

See the OPA v0.35.0 release notes.