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 #1578
- Introduce Istio/ASM Kustomize component by @gbrayut in #1601
- Add
without-loadgenerator
Kustomize component by @minherz in #1566 - feat: Add support for overriding helm chart resource limits #1600 by @gamunu in #1600
- fix: rename deprecated script names by @tpryan in #1574
- many dependencies updates via @renovate-bot such as #1569, #1563, #1568, #1585, etc.
New Contributors
- @gamunu made their first contribution in #1600
- @GabeWeiss made their first contribution in #1578
- @gbrayut made their first contribution in #1601
Full Changelog: v0.5.2...v0.6.0