File tree Expand file tree Collapse file tree 9 files changed +34
-13
lines changed
Expand file tree Collapse file tree 9 files changed +34
-13
lines changed Original file line number Diff line number Diff line change 1- {"." :" 1.0.2 " }
1+ {"." :" 1.1.0 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] ( https://github.com/aws-containers/retail-store-sample-app/compare/v1.0.2...v1.1.0 ) (2025-03-23)
4+
5+
6+ ### Features
7+
8+ * Chaos testing endpoints ([ #818 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/818 ) ) ([ f8f2207] ( https://github.com/aws-containers/retail-store-sample-app/commit/f8f22078ea67049144bc2d59efc7a60c730c67f0 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** update dependency axios to v1.8.4 ([ #791 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/791 ) ) ([ 06fe506] ( https://github.com/aws-containers/retail-store-sample-app/commit/06fe506a860bdadbe7fa69251b87ff62878f7f5d ) )
14+ * ** deps:** update dependency de.codecentric: chaos-monkey-spring-boot to v3.1.4 ([ #769 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/769 ) ) ([ 8aeeea4] ( https://github.com/aws-containers/retail-store-sample-app/commit/8aeeea4ec3bbd6ec93c3a13aea43d15d805c0c3c ) )
15+ * ** deps:** update dependency de.codecentric: chaos-monkey-spring-boot to v3.2.0 ([ #810 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/810 ) ) ([ aff5aa9] ( https://github.com/aws-containers/retail-store-sample-app/commit/aff5aa94a81923765d38f3a4dd7b639706be1563 ) )
16+ * ** deps:** update dependency org.springframework.boot: spring-boot-starter-parent to v3.4.4 ([ #802 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/802 ) ) ([ 3a9b53f] ( https://github.com/aws-containers/retail-store-sample-app/commit/3a9b53f1a1387ea0bfeabd7d6495983f15922ac3 ) )
17+ * ** deps:** update dependency org.springframework.cloud: spring-cloud-gateway-webflux to v4.2.1 ([ #798 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/798 ) ) ([ 0506dac] ( https://github.com/aws-containers/retail-store-sample-app/commit/0506dac93cb109d12665c418b3412db3d2eca53b ) )
18+ * ** deps:** update dependency reflect-metadata to ^0.2.0 ([ #813 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/813 ) ) ([ 4b67fc5] ( https://github.com/aws-containers/retail-store-sample-app/commit/4b67fc57514596585c7d4aa5d75042f6a6dd95ba ) )
19+ * ** deps:** update dependency rxjs to v7.8.2 ([ #772 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/772 ) ) ([ 04d1b3c] ( https://github.com/aws-containers/retail-store-sample-app/commit/04d1b3c3a7e0a75252ec26d99c5ca488e84b7fbe ) )
20+ * ** deps:** update dependency software.amazon.awssdk: bom to v2.31.5 ([ #793 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/793 ) ) ([ 83365cb] ( https://github.com/aws-containers/retail-store-sample-app/commit/83365cb236b055a61d559896e27ffec7478e7169 ) )
21+ * ** deps:** update dependency software.amazon.awssdk: bom to v2.31.6 ([ #815 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/815 ) ) ([ 40f9e98] ( https://github.com/aws-containers/retail-store-sample-app/commit/40f9e98af9395dabb2278f5f6f246caa7cf5b413 ) )
22+ * ** deps:** update module gorm.io/plugin/opentelemetry to v0.1.12 ([ #799 ] ( https://github.com/aws-containers/retail-store-sample-app/issues/799 ) ) ([ b04eb5f] ( https://github.com/aws-containers/retail-store-sample-app/commit/b04eb5f984ea6c408165e988f7f25c80da9d2b85 ) )
23+
324## [ 1.0.2] ( https://github.com/aws-containers/retail-store-sample-app/compare/v1.0.1...v1.0.2 ) (2025-03-20)
425
526
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.2
5+ version : 1.1.0
66dependencies :
77 - name : retail-store-sample-cart-chart
88 alias : cart
9- version : 1.0.2
9+ version : 1.1.0
1010 repository : file://../../cart/chart
1111 - name : retail-store-sample-catalog-chart
1212 alias : catalog
13- version : 1.0.2
13+ version : 1.1.0
1414 repository : file://../../catalog/chart
1515 - name : retail-store-sample-checkout-chart
1616 alias : checkout
17- version : 1.0.2
17+ version : 1.1.0
1818 repository : file://../../checkout/chart
1919 - name : retail-store-sample-orders-chart
2020 alias : orders
21- version : 1.0.2
21+ version : 1.1.0
2222 repository : file://../../orders/chart
2323 - name : retail-store-sample-ui-chart
2424 alias : ui
25- version : 1.0.2
25+ version : 1.1.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.0.2
7+ version : 1.1.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.0.2
7+ version : 1.1.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.0.2
7+ version : 1.1.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.0.2
7+ version : 1.1.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.0.2
5+ version : 1.1.0
Original file line number Diff line number Diff line change 11{
22 "locals" : {
3- "published_tag" : " 1.0.2 " ,
3+ "published_tag" : " 1.1.0 " ,
44 "published_repository" : " public.ecr.aws/aws-containers"
55 }
66}
You can’t perform that action at this time.
0 commit comments