Skip to content

Commit a770c3d

Browse files
chore(main): release 1.2.3 (#902)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bbedc1 commit a770c3d

File tree

9 files changed

+23
-13
lines changed

9 files changed

+23
-13
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.2.2"}
1+
{".":"1.2.3"}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.3](https://github.com/aws-containers/retail-store-sample-app/compare/v1.2.2...v1.2.3) (2025-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Consistent OpenTelemetry versions in Java components ([5ea06b9](https://github.com/aws-containers/retail-store-sample-app/commit/5ea06b9900d2d4878f560673c3664cb1386d7fb9))
9+
* **deps:** update dependency software.amazon.awssdk:bom to v2.32.13 ([#884](https://github.com/aws-containers/retail-store-sample-app/issues/884)) ([ebe9760](https://github.com/aws-containers/retail-store-sample-app/commit/ebe9760c6bda84e83dd38544384d30bc6d3ea9c9))
10+
* **deps:** update kiota to v1.8.8 ([#885](https://github.com/aws-containers/retail-store-sample-app/issues/885)) ([393fb36](https://github.com/aws-containers/retail-store-sample-app/commit/393fb3697e3ca9dc67bb3d95b72e3e38b41f95b7))
11+
* Use correct RabbitMQ credential field names ([#911](https://github.com/aws-containers/retail-store-sample-app/issues/911)) ([2bbedc1](https://github.com/aws-containers/retail-store-sample-app/commit/2bbedc12863ec36bec65598d6f64b259530517f9))
12+
313
## [1.2.2](https://github.com/aws-containers/retail-store-sample-app/compare/v1.2.1...v1.2.2) (2025-07-14)
414

515

src/app/chart/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ apiVersion: v2
22
name: retail-store-sample-chart
33
description: A Helm chart for the AWS retail store containers sample application
44
type: application
5-
version: 1.2.2
5+
version: 1.2.3
66
dependencies:
77
- name: retail-store-sample-cart-chart
88
alias: cart
9-
version: 1.2.2
9+
version: 1.2.3
1010
repository: file://../../cart/chart
1111
- name: retail-store-sample-catalog-chart
1212
alias: catalog
13-
version: 1.2.2
13+
version: 1.2.3
1414
repository: file://../../catalog/chart
1515
- name: retail-store-sample-checkout-chart
1616
alias: checkout
17-
version: 1.2.2
17+
version: 1.2.3
1818
repository: file://../../checkout/chart
1919
- name: retail-store-sample-orders-chart
2020
alias: orders
21-
version: 1.2.2
21+
version: 1.2.3
2222
repository: file://../../orders/chart
2323
- name: retail-store-sample-ui-chart
2424
alias: ui
25-
version: 1.2.2
25+
version: 1.2.3
2626
repository: file://../../ui/chart

src/cart/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: >-
44
A Helm chart for the AWS retail store containers sample application carts
55
service
66
type: application
7-
version: 1.2.2
7+
version: 1.2.3

src/catalog/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: >-
44
A Helm chart for the AWS retail store containers sample application catalog
55
service
66
type: application
7-
version: 1.2.2
7+
version: 1.2.3

src/checkout/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: >-
44
A Helm chart for the AWS retail store containers sample application checkout
55
service
66
type: application
7-
version: 1.2.2
7+
version: 1.2.3

src/orders/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: >-
44
A Helm chart for the AWS retail store containers sample application orders
55
service
66
type: application
7-
version: 1.2.2
7+
version: 1.2.3

src/ui/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: retail-store-sample-ui-chart
33
description: A Helm chart for the AWS retail store containers sample application UI service
44
type: application
5-
version: 1.2.2
5+
version: 1.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"locals": {
3-
"published_tag": "1.2.2",
3+
"published_tag": "1.2.3",
44
"published_repository": "public.ecr.aws/aws-containers"
55
}
66
}

0 commit comments

Comments
 (0)