File tree Expand file tree Collapse file tree 9 files changed +20
-13
lines changed Expand file tree Collapse file tree 9 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 1- {"." :" 1.0.1 " }
1+ {"." :" 1.0.2 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.2] ( https://github.com/aws-containers/retail-store-sample-app/compare/v1.0.1...v1.0.2 ) (2025-03-20)
4+
5+
6+ ### Bug Fixes
7+
8+ * Expose UI chat configuration in chart ([ 58597cc] ( https://github.com/aws-containers/retail-store-sample-app/commit/58597cc9206758f95cf50f6b37df02fa828059d1 ) )
9+
310## [ 1.0.1] ( https://github.com/aws-containers/retail-store-sample-app/compare/v1.0.0...v1.0.1 ) (2025-03-13)
411
512
Original file line number Diff line number Diff line change @@ -2,25 +2,25 @@ apiVersion: v2
22name : retail-store-sample-chart
33description : A Helm chart for the AWS retail store containers sample application
44type : application
5- version : 1.0.1
5+ version : 1.0.2
66dependencies :
77 - name : retail-store-sample-cart-chart
88 alias : cart
9- version : 1.0.1
9+ version : 1.0.2
1010 repository : file://../../cart/chart
1111 - name : retail-store-sample-catalog-chart
1212 alias : catalog
13- version : 1.0.1
13+ version : 1.0.2
1414 repository : file://../../catalog/chart
1515 - name : retail-store-sample-checkout-chart
1616 alias : checkout
17- version : 1.0.1
17+ version : 1.0.2
1818 repository : file://../../checkout/chart
1919 - name : retail-store-sample-orders-chart
2020 alias : orders
21- version : 1.0.1
21+ version : 1.0.2
2222 repository : file://../../orders/chart
2323 - name : retail-store-sample-ui-chart
2424 alias : ui
25- version : 1.0.1
25+ version : 1.0.2
2626 repository : file://../../ui/chart
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ description: >-
44 A Helm chart for the AWS retail store containers sample application carts
55 service
66type : application
7- version : 1.0.1
7+ version : 1.0.2
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ description: >-
44 A Helm chart for the AWS retail store containers sample application catalog
55 service
66type : application
7- version : 1.0.1
7+ version : 1.0.2
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ description: >-
44 A Helm chart for the AWS retail store containers sample application checkout
55 service
66type : application
7- version : 1.0.1
7+ version : 1.0.2
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ description: >-
44 A Helm chart for the AWS retail store containers sample application orders
55 service
66type : application
7- version : 1.0.1
7+ version : 1.0.2
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22name : retail-store-sample-ui-chart
33description : A Helm chart for the AWS retail store containers sample application UI service
44type : application
5- version : 1.0.1
5+ version : 1.0.2
Original file line number Diff line number Diff line change 11{
22 "locals" : {
3- "published_tag" : " 1.0.1 " ,
3+ "published_tag" : " 1.0.2 " ,
44 "published_repository" : " public.ecr.aws/aws-containers"
55 }
66}
You can’t perform that action at this time.
0 commit comments