File tree Expand file tree Collapse file tree 9 files changed +33
-13
lines changed Expand file tree Collapse file tree 9 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 1- {"." :" 1.2.4 " }
1+ {"." :" 1.3.0 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.3.0] ( https://github.com/aws-containers/retail-store-sample-app/compare/v1.2.4...v1.3.0 ) (2025-09-16)
4+
5+
6+ ### Features
7+
8+ * Add EventBridge lifecycle events for ECS Container Insights and update ADOT to CloudWatch Agent ([ #913 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/913 ) ) ([ 549594b] ( https://github.com/aws-containers/retail-store-sample-app/commit/549594bf1f47d16f19a02ce040b55e4353dd8be6 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * Add UI teal theme color ([ #923 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/923 ) ) ([ b382620] ( https://github.com/aws-containers/retail-store-sample-app/commit/b382620fcc7753b0e9c5256e972bc0844e8d9039 ) )
14+ * ** deps:** update dependency org.openapitools: jackson-databind-nullable to v0.2.7 ([ #926 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/926 ) ) ([ 46849a7] ( https://github.com/aws-containers/retail-store-sample-app/commit/46849a74089f06acad31222b6c4d7cdb8da32984 ) )
15+ * ** deps:** update dependency org.projectlombok: lombok to v1.18.40 ([ #927 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/927 ) ) ([ 4544834] ( https://github.com/aws-containers/retail-store-sample-app/commit/454483476947cc4e911f707969fdb898b4e9ae62 ) )
16+ * ** deps:** update dependency org.springframework.ai: spring-ai-bom to v1.0.2 ([ #928 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/928 ) ) ([ 948ce82] ( https://github.com/aws-containers/retail-store-sample-app/commit/948ce82b2192135ca5c69bb4582011f176dbda1b ) )
17+ * ** deps:** update dependency org.springframework.boot: spring-boot-starter-parent to v3.5.5 ([ #929 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/929 ) ) ([ 72fa4e8] ( https://github.com/aws-containers/retail-store-sample-app/commit/72fa4e8f15253cce61c15657d0a396d3c95d5b50 ) )
18+ * ** deps:** update kiota to v1.8.10 ([ #930 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/930 ) ) ([ a1012bf] ( https://github.com/aws-containers/retail-store-sample-app/commit/a1012bf29c862c4e91acf4fbd2547e62af95132a ) )
19+ * Improved CW Logging for ECS default deployment ([ #921 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/921 ) ) ([ eff0668] ( https://github.com/aws-containers/retail-store-sample-app/commit/eff06680c3639acda4d878a2f01d68216955be95 ) )
20+ * Revert Spring AI to 1.0.0 ([ 0a9994b] ( https://github.com/aws-containers/retail-store-sample-app/commit/0a9994b447e0e5e44c092eb0d5b4940bbe829e62 ) )
21+ * wait for VPC resource controller before deploying workloads ([ #914 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/914 ) ) ([ 902302a] ( https://github.com/aws-containers/retail-store-sample-app/commit/902302a84aa52f9a0a84f8b807d7918deccee6d4 ) )
22+
323## [ 1.2.4] ( https://github.com/aws-containers/retail-store-sample-app/compare/v1.2.3...v1.2.4 ) (2025-08-13)
424
525
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.2.4
5+ version : 1.3.0
66dependencies :
77 - name : retail-store-sample-cart-chart
88 alias : cart
9- version : 1.2.4
9+ version : 1.3.0
1010 repository : file://../../cart/chart
1111 - name : retail-store-sample-catalog-chart
1212 alias : catalog
13- version : 1.2.4
13+ version : 1.3.0
1414 repository : file://../../catalog/chart
1515 - name : retail-store-sample-checkout-chart
1616 alias : checkout
17- version : 1.2.4
17+ version : 1.3.0
1818 repository : file://../../checkout/chart
1919 - name : retail-store-sample-orders-chart
2020 alias : orders
21- version : 1.2.4
21+ version : 1.3.0
2222 repository : file://../../orders/chart
2323 - name : retail-store-sample-ui-chart
2424 alias : ui
25- version : 1.2.4
25+ version : 1.3.0
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.2.4
7+ version : 1.3.0
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.2.4
7+ version : 1.3.0
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.2.4
7+ version : 1.3.0
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.2.4
7+ version : 1.3.0
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.2.4
5+ version : 1.3.0
Original file line number Diff line number Diff line change 11{
22 "locals" : {
3- "published_tag" : " 1.2.4 " ,
3+ "published_tag" : " 1.3.0 " ,
44 "published_repository" : " public.ecr.aws/aws-containers"
55 }
66}
You can’t perform that action at this time.
0 commit comments