Dependency Bumps
- solo-io/gloo has been upgraded to v0.13.6.
- solo-io/gloo has been upgraded to v0.13.5.
- solo-io/solo-kit has been upgraded to v0.4.1.
- solo-io/go-utils has been upgraded to v0.6.1.
New Features
- Added
supergloo set mesh stats
command to CLI. Enables configuring an existing mesh CRD. (#281) - Create CLI for connecting gloo with active meshes. (#225)
- SuperGloo now propagates metrics from Istio Meshes to targeted Prometheus instances. Connecting
prometheus instances to the meshes they should scrape can be done with thesupergloo set mesh stats
command,
as well as by settingspec.monitoringConfig.prometheusConfigmaps
in thesupergloo.solo.io/v1.Mesh
crd (#210) - Added a
MutationAdmissionWebhook
server that injects to-be-created-pods with AWS App Mesh sidecar proxies. (#299)
Fixes