Skip to content

Releases: cloudfoundry/envoy-nginx-release

v0.10.0

11 Aug 17:36
Compare
Choose a tag to compare

Release Highlights

  • Bumps golang package for golang 1.18
    • ⚠️ this may require additional resources on your diego cells, scaling may be necessary.

Full Changelog: v0.9.0...v0.10.0

✨ Built with go 1.18.4

v0.9.0

15 Feb 17:19
Compare
Choose a tag to compare

Release Highlights

✨ Built with Golang v1.17.6

v0.8.0

10 Dec 00:46
Compare
Choose a tag to compare
  • Support additional C2C TLS listener

v0.7.0

08 Jul 20:20
Compare
Choose a tag to compare
  • Replace support for envoy config: v2 -> v3

v0.6.0

06 Sep 17:48
Compare
Choose a tag to compare
  • Update nginx version to 1.17.3

v0.5.0

29 Jul 20:09
Compare
Choose a tag to compare
  • Add support for cipher_suites:
    • ECDHE-RSA-AES256-GCM-SHA384 and ECDHE-RSA-AES128-GCM-SHA256

v0.4.0

23 Jul 13:06
Compare
Choose a tag to compare
  • Support route integrity without mtls enabled using the envoy config property require_client_certificate.

v0.3.0

16 Jul 18:16
Compare
Choose a tag to compare
  • Support route integrity without mtls enabled. (When there are no trusted ca certificates provided.)

v0.2.0

15 Jul 13:15
Compare
Choose a tag to compare
  • Tail nginx error.log to the output of cf logs APP

v0.1.0

03 Jul 21:06
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • When enabling route integrity, I can reach my app with multiple ports.
  • After platform's credentials are rotated, applications can still be accessed.
  • Enable mutual TLS.