Skip to content

Commit edd7e07

Browse files
chore(main): release 1.2.0 (#838)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43f3283 commit edd7e07

File tree

9 files changed

+34
-13
lines changed

9 files changed

+34
-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.1.0"}
1+
{".":"1.2.0"}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/aws-containers/retail-store-sample-app/compare/v1.1.0...v1.2.0) (2025-07-02)
4+
5+
6+
### Features
7+
8+
* Allow serving sample images from filesystem ([#853](https://github.com/aws-containers/retail-store-sample-app/issues/853)) ([43f3283](https://github.com/aws-containers/retail-store-sample-app/commit/43f3283f84ad0db99f75fa05e7eb7130c56d149e))
9+
* Optimize asset image sizes ([#840](https://github.com/aws-containers/retail-store-sample-app/issues/840)) ([65a7748](https://github.com/aws-containers/retail-store-sample-app/commit/65a7748dfd99a1392baf788d2a059228a35062ce))
10+
* Upgraded checkout to NestJS v11 ([#842](https://github.com/aws-containers/retail-store-sample-app/issues/842)) ([4f1c921](https://github.com/aws-containers/retail-store-sample-app/commit/4f1c921320061e6e7716a14409fa3c640c98a917))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump golang.org/x/crypto in /src/catalog ([#829](https://github.com/aws-containers/retail-store-sample-app/issues/829)) ([50ff85c](https://github.com/aws-containers/retail-store-sample-app/commit/50ff85c654aa7f4c4469d8fb27a28c2c96988214))
16+
* **deps:** bump golang.org/x/net from 0.34.0 to 0.38.0 in /src/catalog ([#831](https://github.com/aws-containers/retail-store-sample-app/issues/831)) ([6303846](https://github.com/aws-containers/retail-store-sample-app/commit/63038463f862f2d18518c17b72355f53cf5b173c))
17+
* **deps:** update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v2.17.0 ([#811](https://github.com/aws-containers/retail-store-sample-app/issues/811)) ([7ee50f7](https://github.com/aws-containers/retail-store-sample-app/commit/7ee50f71c86fe8bf27f5b7d3651e44d59c11086a))
18+
* **deps:** update dependency io.swagger:swagger-annotations to v1.6.16 ([#849](https://github.com/aws-containers/retail-store-sample-app/issues/849)) ([17b44b6](https://github.com/aws-containers/retail-store-sample-app/commit/17b44b655bdd8011bc65d38301b720588042ead2))
19+
* **deps:** update dependency org.projectlombok:lombok to v1.18.38 ([#850](https://github.com/aws-containers/retail-store-sample-app/issues/850)) ([2f76853](https://github.com/aws-containers/retail-store-sample-app/commit/2f768538e9ad409dba0ae4b1b83f76e3b0aed8b0))
20+
* **deps:** update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.9 ([#851](https://github.com/aws-containers/retail-store-sample-app/issues/851)) ([4a1a201](https://github.com/aws-containers/retail-store-sample-app/commit/4a1a2014222dd549850352f78851646830693143))
21+
* **deps:** update dependency software.amazon.awssdk:bom to v2.31.75 ([#852](https://github.com/aws-containers/retail-store-sample-app/issues/852)) ([3229234](https://github.com/aws-containers/retail-store-sample-app/commit/32292347ae4b7ffd2172e4b17ef5210966527d64))
22+
* UI chart should only set theme if configured ([88ec5cd](https://github.com/aws-containers/retail-store-sample-app/commit/88ec5cd95722d5e164ddafdc1eb230d233667c4f))
23+
324
## [1.1.0](https://github.com/aws-containers/retail-store-sample-app/compare/v1.0.2...v1.1.0) (2025-03-23)
425

526

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

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.1.0
7+
version: 1.2.0

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.1.0
7+
version: 1.2.0

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.1.0
7+
version: 1.2.0

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

0 commit comments

Comments
 (0)