v0.4.1
版本发布时间: 2022-10-22 03:59:06
GoogleCloudPlatform/microservices-demo最新发布版本:v0.10.1(2024-07-25 03:28:58)
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 https://github.com/GoogleCloudPlatform/microservices-demo/pull/1102. Thank you to @mathieu-benoit for implementing this!
What's Changed
-
cartservice
- Spanner as database option by @mikrovvelle in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1109 - Add Kustomize overlay/variation for Spanner by @mathieu-benoit in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1152
- Kustomize variation to deploy Online Boutique apps without the
grpc-health-probe
bin by @mathieu-benoit in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1102 - GRPC_HEALTH_PROBE_VERSION=v0.4.14 by @mathieu-benoit in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1184
- a bunch of dependency updates by @renovate-bot (e.g., in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1138, https://github.com/GoogleCloudPlatform/microservices-demo/pull/1137, https://github.com/GoogleCloudPlatform/microservices-demo/pull/1139, https://github.com/GoogleCloudPlatform/microservices-demo/pull/1140, and plenty more)
-
redis-cart
's port name update fromtls-redis
-->tcp-redis
by @mathieu-benoit in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1143 - Use
/kustomize/
in/terraform/
by @NimJay in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1145 - Upgrade containers base images by @mathieu-benoit in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1168
- Fixing doc for Spanner Kustomize overlay by @mathieu-benoit in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1178
- chore(deps): update dependency grpcio to v1.50.0 by @renovate-bot in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1183
-
adservice
- fixjacksonVersion
conflict with2.13.4.2
by @mathieu-benoit in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1187 - chore(deps): refresh pip-compile outputs by @renovate-bot in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1133
- Add Cymbal branding to error page by @NimJay in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1186
Full Changelog: https://github.com/GoogleCloudPlatform/microservices-demo/compare/v0.4.0...v0.4.1