Woo! Online Boutique v0.4.1 is out!
Highlights
- Online Boutique now supports a "Cloud Spanner" deployment variation! Read the blog post Use Google Cloud Spanner with the Online Boutique sample for more info, or check out the
/kustomize/components/spanner
folder! Thank you to @mikrovvelle and @mathieu-benoit for the implementing this! - Each gRPC microservice now ships two images (e.g.,
cartservice:v0.4.1
andcartservice:v0.4.1-native-grpc-probes
) for users that want to try out Kubernetes' native gRPC liveness probe checks! See #1102. Thank you to @mathieu-benoit for implementing this!
What's Changed
cartservice
- Spanner as database option by @mikrovvelle in #1109- Add Kustomize overlay/variation for Spanner by @mathieu-benoit in #1152
- Kustomize variation to deploy Online Boutique apps without the
grpc-health-probe
bin by @mathieu-benoit in #1102 - GRPC_HEALTH_PROBE_VERSION=v0.4.14 by @mathieu-benoit in #1184
- a bunch of dependency updates by @renovate-bot (e.g., in #1138, #1137, #1139, #1140, and plenty more)
redis-cart
's port name update fromtls-redis
-->tcp-redis
by @mathieu-benoit in #1143- Use
/kustomize/
in/terraform/
by @NimJay in #1145 - Upgrade containers base images by @mathieu-benoit in #1168
- Fixing doc for Spanner Kustomize overlay by @mathieu-benoit in #1178
- chore(deps): update dependency grpcio to v1.50.0 by @renovate-bot in #1183
adservice
- fixjacksonVersion
conflict with2.13.4.2
by @mathieu-benoit in #1187- chore(deps): refresh pip-compile outputs by @renovate-bot in #1133
- Add Cymbal branding to error page by @NimJay in #1186
Full Changelog: v0.4.0...v0.4.1