Releases: cloudfoundry/envoy-nginx-release
Releases · cloudfoundry/envoy-nginx-release
v0.10.0
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
v0.8.0
- Support additional C2C TLS listener
v0.7.0
- Replace support for envoy config:
v2
->v3
v0.6.0
- Update
nginx
version to 1.17.3
v0.5.0
- Add support for
cipher_suites
:ECDHE-RSA-AES256-GCM-SHA384
andECDHE-RSA-AES128-GCM-SHA256
v0.4.0
- Support route integrity without mtls enabled using the envoy config property
require_client_certificate
.
v0.3.0
- Support route integrity without mtls enabled. (When there are no trusted ca certificates provided.)
v0.2.0
- Tail nginx
error.log
to the output ofcf logs APP
v0.1.0
- 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.