v0.6.0
版本发布时间: 2023-03-22 02:17:58
GoogleCloudPlatform/microservices-demo最新发布版本:v0.10.1(2024-07-25 03:28:58)
Online Boutique v0.6.0 is out! We’ve bumped the minor version (from v0.5.2 to v0.6.0) because some new capabilities have been added to Online Boutique.
Notable Changes
- The
cartservice
can now use an AlloyDB Postgres database (replacing its Redis cache) — via a newAlloyDBCartStore.cs
adapter and newalloydb
Kustomize component. Thank you to @GabeWeiss! - Istio resources have been modernized (via the Kubernetes Gateway API) and can be used via the new
service-mesh-istio
Kustomize component. Thank you to @gbrayut! - Microservice CPU/memory resource requests & limits can now be configured via Helm. Thank you to @gamunu!
- A new
without-loadgenerator
Kustomize component has been added. Thank you to @minherz!
What's Changed
- Add AlloyDB as a kustomize backend option by @GabeWeiss in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1578
- Introduce Istio/ASM Kustomize component by @gbrayut in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1601
- Add
without-loadgenerator
Kustomize component by @minherz in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1566 - feat: Add support for overriding helm chart resource limits #1600 by @gamunu in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1600
- fix: rename deprecated script names by @tpryan in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1574
- many dependencies updates via @renovate-bot such as https://github.com/GoogleCloudPlatform/microservices-demo/pull/1569, https://github.com/GoogleCloudPlatform/microservices-demo/pull/1563, https://github.com/GoogleCloudPlatform/microservices-demo/pull/1568, https://github.com/GoogleCloudPlatform/microservices-demo/pull/1585, etc.
New Contributors
- @gamunu made their first contribution in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1600
- @GabeWeiss made their first contribution in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1578
- @gbrayut made their first contribution in https://github.com/GoogleCloudPlatform/microservices-demo/pull/1601
Full Changelog: https://github.com/GoogleCloudPlatform/microservices-demo/compare/v0.5.2...v0.6.0