Skip to content

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

v0.64.1-envoy

26 Apr 21:35
Compare
Choose a tag to compare

What's Changed

v0.64.0-envoy

25 Apr 19:26
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2
  • build(go): bump 1.22.1 -> 1.22.2 by @ashutosh-narkar in #538
  • build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0
  • build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
  • deps(build): Bump OPA v0.63.0 -> v0.64.0 by @ashutosh-narkar in #544. See the OPA v0.64.0 release notes.

v0.63.0-envoy

03 Apr 17:26
Compare
Choose a tag to compare

NOTES:

The minimum version of Go required to build the OPA-Envoy module is 1.21

What's Changed

v0.62.1-envoy-4

06 Mar 18:06
Compare
Choose a tag to compare

What's Changed

  • build: bump golang to 1.22.1 by @johanfylling in #531
  • build(deps): bump github.com/open-policy-agent/opa from 0.62.0 to 0.62.1 by @dependabot in #530
  • build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #526
  • build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #527
  • build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 by @dependabot in #529
  • build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #528

v0.62.0-envoy

29 Feb 19:33
Compare
Choose a tag to compare

NOTES:

  • The minimum version of Go required to build the OPA-Envoy module is 1.20

What's Changed

  • Add B3 trace header propagation support by @be-a-bee in #513
  • Allow to set the decisionID from an external function by @Pushpalanka in #516
  • bump OPA v0.61.0 -> v0.62.0 by @ashutosh-narkar in #525. See the OPA v0.62.0 release notes.
  • bump golang to 1.22.0 by @ashutosh-narkar in #524
  • bump google.golang.org/grpc from 1.61.0 to 1.61.1
  • bump golang.org/x/tools from 0.17.0 to 0.18.0
  • bump google.golang.org/grpc from 1.61.1 to 1.62.0
  • bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0

v0.61.0-envoy

25 Jan 19:20
Compare
Choose a tag to compare

v0.60.0-envoy

21 Dec 17:02
Compare
Choose a tag to compare

v0.59.0-envoy

30 Nov 21:08
Compare
Choose a tag to compare

v0.58.0-envoy

26 Oct 23:24
Compare
Choose a tag to compare

See the OPA v0.58.0 release notes.

OpenTelemetry IDs in Decision Logs

opa-envoy-plugin now includes trace and span IDs in its decision logs (#473, authored by @be-a-bee)

v0.57.1-envoy-3

18 Oct 21:05
Compare
Choose a tag to compare

This is a bug fix release addressing the following security issue:

Golang security fix GO-2023-2102

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption.