Skip to content

Commit 59b5ab9

Browse files
chore(main): release 1.0.0 (#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ea99fb commit 59b5ab9

File tree

9 files changed

+39
-23
lines changed

9 files changed

+39
-23
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.0"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-02-28)
4+
5+
6+
### Features
7+
8+
* Add headers, panic, echo and store utilities ([#728](https://github.com/aws-containers/retail-store-sample-app/issues/728)) ([c4f703b](https://github.com/aws-containers/retail-store-sample-app/commit/c4f703bc78bd832116a78e78bf44024aa5c361ca))
9+
* Application v1 ([#742](https://github.com/aws-containers/retail-store-sample-app/issues/742)) ([2ea99fb](https://github.com/aws-containers/retail-store-sample-app/commit/2ea99fbf94c891c4da166c2527f082ab5c621240))

src/app/chart/Chart.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +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: 0.8.4
6-
5+
version: 1.0.0
76
dependencies:
87
- name: retail-store-sample-cart-chart
98
alias: cart
10-
version: 0.8.4
11-
repository: "file://../../cart/chart"
9+
version: 1.0.0
10+
repository: file://../../cart/chart
1211
- name: retail-store-sample-catalog-chart
1312
alias: catalog
14-
version: 0.8.4
15-
repository: "file://../../catalog/chart"
13+
version: 1.0.0
14+
repository: file://../../catalog/chart
1615
- name: retail-store-sample-checkout-chart
1716
alias: checkout
18-
version: 0.8.4
19-
repository: "file://../../checkout/chart"
17+
version: 1.0.0
18+
repository: file://../../checkout/chart
2019
- name: retail-store-sample-orders-chart
2120
alias: orders
22-
version: 0.8.4
23-
repository: "file://../../orders/chart"
21+
version: 1.0.0
22+
repository: file://../../orders/chart
2423
- name: retail-store-sample-ui-chart
2524
alias: ui
26-
version: 0.8.4
27-
repository: "file://../../ui/chart"
25+
version: 1.0.0
26+
repository: file://../../ui/chart

src/cart/chart/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apiVersion: v2
22
name: retail-store-sample-cart-chart
3-
description: A Helm chart for the AWS retail store containers sample application carts service
3+
description: >-
4+
A Helm chart for the AWS retail store containers sample application carts
5+
service
46
type: application
5-
version: 0.8.4
7+
version: 1.0.0

src/catalog/chart/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apiVersion: v2
22
name: retail-store-sample-catalog-chart
3-
description: A Helm chart for the AWS retail store containers sample application catalog service
3+
description: >-
4+
A Helm chart for the AWS retail store containers sample application catalog
5+
service
46
type: application
5-
version: 0.8.4
7+
version: 1.0.0

src/checkout/chart/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apiVersion: v2
22
name: retail-store-sample-checkout-chart
3-
description: A Helm chart for the AWS retail store containers sample application checkout service
3+
description: >-
4+
A Helm chart for the AWS retail store containers sample application checkout
5+
service
46
type: application
5-
version: 0.8.4
7+
version: 1.0.0

src/orders/chart/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apiVersion: v2
22
name: retail-store-sample-orders-chart
3-
description: A Helm chart for the AWS retail store containers sample application orders service
3+
description: >-
4+
A Helm chart for the AWS retail store containers sample application orders
5+
service
46
type: application
5-
version: 0.8.4
7+
version: 1.0.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: 0.8.4
5+
version: 1.0.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": "0.8.4",
3+
"published_tag": "1.0.0",
44
"published_repository": "public.ecr.aws/aws-containers"
55
}
66
}

0 commit comments

Comments
 (0)