Skip to content

Releases: Azure-Samples/aks-store-demo

1.4.0

03 May 20:38
c9da106
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

06 Apr 05:32
0666ecd
Compare
Choose a tag to compare

What's Changed

  • feat: adding observability tools by @pauldotyu in #104
  • Add Bicep support to aks-store-demo by @dotnet-7 in #102
  • Publish Microsoft Authored templates to azure samples browser by @v-xuto in #107
  • Wasm rules engine and Playwright tests by @smurawski in #100
  • build(deps): bump fastapi from 0.105.0 to 0.109.1 in /src/ai-service by @dependabot in #108
  • Azd support and prepare playwright for testing store front too. by @smurawski in #109
  • ci: publish helm chart to resolve #106 by @pauldotyu in #110
  • feat: modularize tf deployment by @pauldotyu in #113
  • docs: splitting out azd instructions by @pauldotyu in #118
  • feat: adding kustomize by @pauldotyu in #122
  • build(deps): bump mio from 0.8.10 to 0.8.11 in /src/product-service by @dependabot in #119
  • build(deps): bump mio from 0.8.8 to 0.8.11 in /src/virtual-customer by @dependabot in #120
  • build(deps): bump mio from 0.8.8 to 0.8.11 in /src/virtual-worker by @dependabot in #121
  • build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /src/makeline-service by @dependabot in #123
  • build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /src/store-admin by @dependabot in #124
  • build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /src/store-front by @dependabot in #125
  • build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /src/store-front by @dependabot in #126
  • build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /src/store-admin by @dependabot in #127
  • build(deps-dev): bump express from 4.18.2 to 4.19.2 in /src/store-front by @dependabot in #129
  • build(deps-dev): bump express from 4.18.2 to 4.19.2 in /src/store-admin by @dependabot in #130
  • build(deps): bump h2 from 0.3.24 to 0.3.26 in /src/virtual-customer by @dependabot in #132
  • build(deps): bump h2 from 0.3.24 to 0.3.26 in /src/virtual-worker by @dependabot in #133
  • build(deps): bump h2 from 0.3.24 to 0.3.26 in /src/product-service by @dependabot in #134
  • feat: adding ai generated product images by @pauldotyu in #135

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

01 Feb 21:47
3ffa729
Compare
Choose a tag to compare

What's Changed

  • upgrade sk,others to latest version by @mosabami in #86
  • build(deps): bump openssl from 0.10.55 to 0.10.60 in /src/virtual-customer by @dependabot in #82
  • build(deps): bump openssl from 0.10.55 to 0.10.60 in /src/virtual-worker by @dependabot in #83
  • build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /src/makeline-service by @dependabot in #87
  • build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 in /src/store-front by @dependabot in #88
  • build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 in /src/store-admin by @dependabot in #89
  • Change store-admin ip to public by @jongio in #90
  • build(deps): bump h2 from 0.3.19 to 0.3.24 in /src/virtual-worker by @dependabot in #93
  • build(deps): bump h2 from 0.3.19 to 0.3.24 in /src/virtual-customer by @dependabot in #94
  • build(deps): bump h2 from 0.3.19 to 0.3.24 in /src/product-service by @dependabot in #95
  • Store optimizations by @pauldotyu in #96

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

12 Dec 21:13
5e8069f
Compare
Choose a tag to compare

What's Changed

  • Updated README with instructions on AKS/K8s by @chzbrgr71 in #77
  • Istio ingress gateway by @ksubrmnn in #80
  • feat: add support for local llms running in cluster by @pauldotyu in #78
  • feat: update manifests with probes by @pauldotyu in #79
  • feat: azd with terraform and helm to resolve #58 by @pauldotyu in #81
  • Fix insecure websocket for store-front and store-admin and remove tls requirement for mongodb from makeline-service by @huangyingting in #62
  • Adding support for Azure CosmosDB SQL API by @pauldotyu in #85

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

23 Oct 16:27
e49b0ce
Compare
Choose a tag to compare

What's Changed

  • Initial commit by @pauldotyu in #1
  • feat: adding virtual-worker to process orders by @pauldotyu in #2
  • feat: store frontend by @pauldotyu in #3
  • feat: makeline service for fetching and processing orders by @pauldotyu in #4
  • Updates for AKS deploy by @chzbrgr71 in #5
  • Some base changes for readme, GH actions, and packaging by @chzbrgr71 in #6
  • chore: add .gitignore for golang by @pauldotyu in #7
  • feat: adding virtual-customer to simulate load by @pauldotyu in #8
  • Docker build bug fix for virtual-customer by @pauldotyu in #9
  • refactor: remove redis by @pauldotyu in #10
  • Updated GH action for testing by @chzbrgr71 in #11
  • refactor: re-write virtual-worker using rust by @pauldotyu in #12
  • feat: store-back ui by @pauldotyu in #13
  • Add the AI service by @mosabami in #15
  • Updated GH Actions and YAML by @chzbrgr71 in #16
  • feat: add product-service and integrate ai-service with store apps by @pauldotyu in #17
  • add option to use openai instead of azure openai by @mosabami in #18
  • Updates on GH Actions and YAML by @chzbrgr71 in #19
  • Minor YAML updates by @chzbrgr71 in #20
  • Storefront 001 by @jschluchter in #21
  • Updated GH workflows and YAML by @chzbrgr71 in #22
  • Finalized updates for removing set-output from GH actions by @chzbrgr71 in #23
  • remove typo from yaml by @wangyira in #24
  • build(deps): bump openssl from 0.10.54 to 0.10.55 in /src/virtual-customer by @dependabot in #25
  • build(deps): bump openssl from 0.10.54 to 0.10.55 in /src/virtual-worker by @dependabot in #26
  • add error messages when incorrect env variables provided for ai-service by @mosabami in #27
  • Storeadmin 001 by @jschluchter in #28
  • Added correct path for actions trigger by @chzbrgr71 in #29
  • fixing YAML by @chzbrgr71 in #30
  • README clean-up by @chzbrgr71 in #31
  • bug: update virtual processes catch errors and retry by @pauldotyu in #33
  • refactor: move store-admin order processing to proxy by @pauldotyu in #32
  • feat: add resource requests and limits to yaml by @pauldotyu in #34
  • Virtual worker restart by @pauldotyu in #35
  • Update ai-service to use gpt-3.5 turbo model by @pauldotyu in #37
  • build(deps): bump semver in /src/order-service by @dependabot in #38
  • build(deps): bump semver from 5.7.1 to 5.7.2 in /src/store-front by @dependabot in #39
  • build(deps): bump semver from 5.7.1 to 5.7.2 in /src/store-admin by @dependabot in #40
  • docs: new arch diagrams and added getting started content to readme by @pauldotyu in #41
  • Improved README by @zr-msft in #46
  • bugfix: add bodyParser to read order json by @pauldotyu in #47
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /src/store-admin by @dependabot in #45
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /src/store-front by @dependabot in #44
  • Refactor for azure by @pauldotyu in #49
  • doc: update readme by @pauldotyu in #50
  • fix: revert gh workflow changes by @pauldotyu in #51
  • Updated yaml for quickstart by @chzbrgr71 in #52
  • refactor: gh workflow to publish using gh token by @pauldotyu in #53
  • refactor: gh workflow to publish using gh token by @pauldotyu in #54
  • refactor: gh workflow to publish using gh token by @pauldotyu in #55
  • feat: adding tools and bumping mongosh by @pauldotyu in #57
  • feat: enable workload identity for aoai auth by @pauldotyu in #60
  • Second docker compose file for Tutorials by @chzbrgr71 in #61
  • fix: bump memory limit for rust-based apps by @pauldotyu in #64
  • build(deps): bump rustix from 0.37.20 to 0.37.25 in /src/product-service by @dependabot in #69
  • build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /src/makeline-service by @dependabot in #65
  • build(deps): bump @babel/traverse in /src/order-service by @dependabot in #66
  • build(deps-dev): bump @babel/traverse from 7.22.4 to 7.23.2 in /src/store-front by @dependabot in #70
  • build(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /src/store-admin by @dependabot in #71
  • build(deps): bump rustix from 0.37.19 to 0.37.26 in /src/virtual-worker by @dependabot in #72
  • build(deps): bump rustix from 0.37.19 to 0.37.26 in /src/virtual-customer by @dependabot in #73
  • refactor: product renaming by @pauldotyu in #74
  • feat: release workflow enhancements and version numbers in healthchecks by @pauldotyu in #75

New Contributors

Full Changelog: https://github.com/Azure-Samples/aks-store-demo/commits/1.0.0