Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 19, 2025
1 parent efd5f52 commit 9b52cc2
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"1.0.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2025-02-19)


### Features

* Sample application v1 ([f2634ec](https://github.com/niallthomson/retail-store-sample-app/commit/f2634ec227a138377c2287bb490d2d9cdfabe634))
23 changes: 11 additions & 12 deletions src/app/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@ apiVersion: v2
name: retail-store-sample-chart
description: A Helm chart for the AWS retail store containers sample application
type: application
version: 0.8.4

version: 1.0.0
dependencies:
- name: retail-store-sample-cart-chart
alias: cart
version: 0.8.4
repository: "file://../../cart/chart"
version: 1.0.0
repository: file://../../cart/chart
- name: retail-store-sample-catalog-chart
alias: catalog
version: 0.8.4
repository: "file://../../catalog/chart"
version: 1.0.0
repository: file://../../catalog/chart
- name: retail-store-sample-checkout-chart
alias: checkout
version: 0.8.4
repository: "file://../../checkout/chart"
version: 1.0.0
repository: file://../../checkout/chart
- name: retail-store-sample-orders-chart
alias: orders
version: 0.8.4
repository: "file://../../orders/chart"
version: 1.0.0
repository: file://../../orders/chart
- name: retail-store-sample-ui-chart
alias: ui
version: 0.8.4
repository: "file://../../ui/chart"
version: 1.0.0
repository: file://../../ui/chart
6 changes: 4 additions & 2 deletions src/cart/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apiVersion: v2
name: retail-store-sample-cart-chart
description: A Helm chart for the AWS retail store containers sample application carts service
description: >-
A Helm chart for the AWS retail store containers sample application carts
service
type: application
version: 0.8.4
version: 1.0.0
6 changes: 4 additions & 2 deletions src/catalog/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apiVersion: v2
name: retail-store-sample-catalog-chart
description: A Helm chart for the AWS retail store containers sample application catalog service
description: >-
A Helm chart for the AWS retail store containers sample application catalog
service
type: application
version: 0.8.4
version: 1.0.0
6 changes: 4 additions & 2 deletions src/checkout/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apiVersion: v2
name: retail-store-sample-checkout-chart
description: A Helm chart for the AWS retail store containers sample application checkout service
description: >-
A Helm chart for the AWS retail store containers sample application checkout
service
type: application
version: 0.8.4
version: 1.0.0
6 changes: 4 additions & 2 deletions src/orders/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apiVersion: v2
name: retail-store-sample-orders-chart
description: A Helm chart for the AWS retail store containers sample application orders service
description: >-
A Helm chart for the AWS retail store containers sample application orders
service
type: application
version: 0.8.4
version: 1.0.0
2 changes: 1 addition & 1 deletion src/ui/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: retail-store-sample-ui-chart
description: A Helm chart for the AWS retail store containers sample application UI service
type: application
version: 0.8.4
version: 1.0.0
2 changes: 1 addition & 1 deletion terraform/lib/images/generated.tf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"locals": {
"published_tag": "0.8.4",
"published_tag": "1.0.0",
"published_repository": "public.ecr.aws/aws-containers"
}
}

0 comments on commit 9b52cc2

Please sign in to comment.