Skip to content

Releases: envoyproxy/go-control-plane

Release v0.9.6

06 Jul 17:52
71a68a9
Compare
Choose a tag to compare

Changes:

  • Envoy APIs are at 73fc620a34135a16070083f3c94b93d074f6e59f
  • update dependencies: protobuf to v1.4.2 and grpc to v1.27.0 to support protobuf v2 development
  • protobufs are generated with protobuf v2 toolchain
  • updates to the wellknown extension names to use non-deprecated versions
  • use LoggersFuncs struct to reduce boilerplate in debug logging
  • use CallbackFuncs struct to reduce boilerplate in server callbacks
  • introduce Passthrough resource type for a pre-serialized xDS response

Release v0.9.5

01 Apr 16:43
3a82103
Compare
Choose a tag to compare

Release notes:

  • Updated Envoy SHA to 34fcdef99633947543070d5eadf32867e940694e
  • Module requirement downgraded to go1.11
  • ExtAuthz well known filter names are updated to the new Envoy format
  • Cache implementation is replicated into xDS v2 and xDS v3 versions. You need to add to "v2" or "v3" suffix to imports to indicate which version to use (thanks @jyotimahapatra)
  • Added integration tests for v2 and v3 versions
  • v3 cache implementation removed GetStatusInfo and GetStatusKeys functions from the interface

Known issues:

  • set_node_on_first_message_only may not work as expected due to an Envoy issue

v0.9.4

13 Feb 23:37
Compare
Choose a tag to compare
Mirrored from envoyproxy/envoy @ c0ab3a4374144728c1e193fc2d43951ed36c…

Release v0.9.3

11 Feb 23:09
Compare
Choose a tag to compare
Mirrored from envoyproxy/envoy @ 858b527474a60d8e58ddbbdbae5e91bdf261…

Release v0.9.2

10 Jan 02:46
Compare
Choose a tag to compare

Includes v3alpha definitions from xDS.

Release v0.9.1

11 Nov 17:28
Compare
Choose a tag to compare

Synced to envoyproxy/envoy 274f17cabe7f49f105c82919937ab710b9428261
Includes #239

Initial release of golang/protobuf based go-control-plane

11 Sep 20:56
52b167a
Compare
Choose a tag to compare

Latest envoy SHA: e7f0b7176efdc65f96eb1697b829d1e6187f4502

This is the first release using golang/protobuf instead of gogo/protobuf.
See issue #213 .

Please use branch gogo if you would like to continue using gogo/protobuf.

update data-plane-api to 803e444bf33dcd044b11eb119353e613d63f6b09

13 Aug 01:18
Compare
Choose a tag to compare
update to the latest (#208)

Signed-off-by: Yan Xue <[email protected]>

Update data-plane-api to 5ced57515167940657b58ba771de97d753119aea

06 Aug 18:37
Compare
Choose a tag to compare
update data-plane-api to 5ced57515167940657b58ba771de97d753119aea (#204)

Signed-off-by: Kuat Yessenov <[email protected]>

Switch dependencies from gogo/googleapis to istio/gogo-genproto

01 Aug 18:11
Compare
Choose a tag to compare
v0.8.4

Replace gogo/googleapis with istio.io/gogo-genproto (#202)