Skip to content

Commit ff77f6e

Browse files
chore(main): release 1.2.1 (#858)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02ad54e commit ff77f6e

File tree

9 files changed

+24
-13
lines changed

9 files changed

+24
-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.0"}
1+
{".":"1.2.1"}

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/aws-containers/retail-store-sample-app/compare/v1.2.0...v1.2.1) (2025-07-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency software.amazon.awssdk:bom to v2.31.76 ([#857](https://github.com/aws-containers/retail-store-sample-app/issues/857)) ([9565e5e](https://github.com/aws-containers/retail-store-sample-app/commit/9565e5e386c4c7e6863c1691c70d6f6151901152))
9+
* **deps:** update kiota to v1.8.7 ([#854](https://github.com/aws-containers/retail-store-sample-app/issues/854)) ([726ba0b](https://github.com/aws-containers/retail-store-sample-app/commit/726ba0b484fed0573aaf76b0c13ead590f24ebdd))
10+
* **deps:** update module github.com/gin-gonic/gin to v1.10.1 ([#855](https://github.com/aws-containers/retail-store-sample-app/issues/855)) ([e81b40e](https://github.com/aws-containers/retail-store-sample-app/commit/e81b40e88c1286c86f705b68f1b4b16995a24cd7))
11+
* **deps:** update opentelemetry-go monorepo to v1.37.0 ([#819](https://github.com/aws-containers/retail-store-sample-app/issues/819)) ([5312383](https://github.com/aws-containers/retail-store-sample-app/commit/531238309930200fdd1dd58200619c91d56a7f6e))
12+
* UI mock catalog tag filters ([114b3c9](https://github.com/aws-containers/retail-store-sample-app/commit/114b3c9584c7ac49be19868ce33e2c51b5f17916))
13+
314
## [1.2.0](https://github.com/aws-containers/retail-store-sample-app/compare/v1.1.0...v1.2.0) (2025-07-02)
415

516

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.0
5+
version: 1.2.1
66
dependencies:
77
- name: retail-store-sample-cart-chart
88
alias: cart
9-
version: 1.2.0
9+
version: 1.2.1
1010
repository: file://../../cart/chart
1111
- name: retail-store-sample-catalog-chart
1212
alias: catalog
13-
version: 1.2.0
13+
version: 1.2.1
1414
repository: file://../../catalog/chart
1515
- name: retail-store-sample-checkout-chart
1616
alias: checkout
17-
version: 1.2.0
17+
version: 1.2.1
1818
repository: file://../../checkout/chart
1919
- name: retail-store-sample-orders-chart
2020
alias: orders
21-
version: 1.2.0
21+
version: 1.2.1
2222
repository: file://../../orders/chart
2323
- name: retail-store-sample-ui-chart
2424
alias: ui
25-
version: 1.2.0
25+
version: 1.2.1
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.0
7+
version: 1.2.1

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.0
7+
version: 1.2.1

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.0
7+
version: 1.2.1

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.0
7+
version: 1.2.1

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.0
5+
version: 1.2.1
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.0",
3+
"published_tag": "1.2.1",
44
"published_repository": "public.ecr.aws/aws-containers"
55
}
66
}

0 commit comments

Comments
 (0)