Releases: solo-io/gloo
Releases · solo-io/gloo
v1.12.39
Helm Changes
- Adding
gatewayProxies.gatewayProxy.podTemplate.extraInitContainers
and
gatewayProxies.gatewayProxy.podTemplate.extraContainers
to the helm chart. These will
add initContainers and containers to the gateway proxy deployment respectfully.
Adding ininitContainers
as well to the podSpecs of deployments. (#7247)
v1.11.46
Helm Changes
- Adding
gatewayProxies.gatewayProxy.podTemplate.extraInitContainers
and
gatewayProxies.gatewayProxy.podTemplate.extraContainers
to the helm chart. These will
add initContainers and containers to the gateway proxy deployment respectfully.
Adding ininitContainers
as well to the podSpecs of deployments. (#7247)
v1.12.38
v1.13.0
Dependency Bumps
- solo-io/skv2 has been upgraded to v0.26.0.
- solo-io/k8s-utils has been upgraded to v0.1.7.
Fixes
- Expose Envoy's opencensus plugin via Gloo. This extension is provided to enable W3C-compliant tracing metadata to be sent to a collector. Note that the Envoy extension has severe limitations which are documented in this feature, so users should take great care before enabling it. (#7406)
v1.12.37
New Features
- Expose Envoy's opencensus plugin via Gloo. This extension is provided to enable W3C-compliant tracing metadata to be sent to a collector. Note that the Envoy extension has severe limitations which are documented in this feature, so users should take great care before enabling it. (#7406)
v1.12.36
v1.13.0-rc2
Dependency Bumps
- golang/x/mod has been upgraded to v0.7.0.
- golang/x/sync has been upgraded to v0.1.0.
- golang/x/tools has been upgraded to v0.3.0.
v1.13.0-rc1
New Features
- Allow regression tests to be run against released versions of gloo in addition to local builds. (solo-io/solo-projects#4191)